Sequential Recommendation

191 papers with code • 8 benchmarks • 8 datasets

Sequential recommendation is a sophisticated approach to providing personalized suggestions by analyzing users' historical interactions in a sequential manner. Unlike traditional recommendation systems, which consider items in isolation, sequential recommendation takes into account the temporal order of user actions. This method is particularly valuable in domains where the sequence of events matters, such as streaming services, e-commerce platforms, and social media.

Libraries

Use these libraries to find Sequential Recommendation models and implementations
3 papers
308
2 papers
274

Most implemented papers

SSE-PT: Sequential Recommendation Via Personalized Transformer

SSE-PT/SSE-PT 25 Sep 2019

Recent advances in deep learning, especially the discovery of various attention mechanisms and newer architectures in addition to widely used RNN and CNN in natural language processing, have allowed for better use of the temporal ordering of items that each user has engaged with.

HAM: Hybrid Associations Models for Sequential Recommendation

BoPeng112/HAM 27 Feb 2020

We compared HAM models with the most recent, state-of-the-art methods on six public benchmark datasets in three different experimental settings.

Controllable Multi-Interest Framework for Recommendation

THUDM/ComiRec 19 May 2020

Recent works usually give an overall embedding from a user's behavior sequence.

Sequential Recommendation with Self-Attentive Multi-Adversarial Network

ReyonRen/MFGAN 21 May 2020

Recently, deep learning has made significant progress in the task of sequential recommendation.

S^3-Rec: Self-Supervised Learning for Sequential Recommendation with Mutual Information Maximization

RUCAIBox/CIKM2020-S3Rec 18 Aug 2020

To tackle this problem, we propose the model S^3-Rec, which stands for Self-Supervised learning for Sequential Recommendation, based on the self-attentive neural architecture.

A Large-Scale Rich Context Query and Recommendation Dataset in Online Knowledge-Sharing

THUIR/ZhihuRec-Dataset 11 Jun 2021

To the best of our knowledge, this is the largest real-world interaction dataset for personalized recommendation.

Memory Augmented Multi-Instance Contrastive Predictive Coding for Sequential Recommendation

RuihongQiu/MMInfoRec 1 Sep 2021

In this paper, we propose a novel sequential recommendation framework to overcome these challenges based on a memory augmented multi-instance contrastive predictive coding scheme, denoted as MMInfoRec.

Contrastive Learning for Representation Degeneration Problem in Sequential Recommendation

RuihongQiu/DuoRec 12 Oct 2021

In this paper, both empirical and theoretical investigations of this representation degeneration problem are first provided, based on which a novel recommender model DuoRec is proposed to improve the item embeddings distribution.

CT4Rec: Simple yet Effective Consistency Training for Sequential Recommendation

zhengrongqin/c2-rec 13 Dec 2021

State-of-the-art sequential recommendation models proposed very recently combine contrastive learning techniques for obtaining high-quality user representations.

Filter-enhanced MLP is All You Need for Sequential Recommendation

rucaibox/fmlp-rec 28 Feb 2022

Recently, deep neural networks such as RNN, CNN and Transformer have been applied in the task of sequential recommendation, which aims to capture the dynamic preference characteristics from logged user behavior data for accurate recommendation.