Revisiting Self-Attentive Sequential Recommendation
Recommender systems are ubiquitous in on-line services to drive businesses. And many sequential recommender models were deployed in these systems to enhance personalization. The approach of using the transformer decoder as the sequential recommender was proposed years ago and is still a strong baseline in recent works. But this kind of sequential recommender model did not scale up well, compared to language models. Quite some details in the classical self-attentive sequential recommender model could be revisited, and some new experiments may lead to new findings, without changing the general model structure which was the focus of many previous works. In this paper, we show the details and propose new experiment methodologies for future research on sequential recommendation, in hope to motivate further exploration to new findings in this area.
Code (2)
Tasks
DecoderRecommendation SystemsSequential RecommendationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
SANST: A Self-Attentive Network for Next Point-of-Interest Recommendation
Next point-of-interest (POI) recommendation aims to offer suggestions on which POI to visit next, given a user's POI visit history. This problem has a wide application in the tourism industry, and it is gaining an increa…
Sequential RecommendationLeveraging Negative Signals with Self-Attention for Sequential Music Recommendation
Music streaming services heavily rely on their recommendation engines to continuously provide content to their consumers. Sequential recommendation consequently has seen considerable attention in current literature, wher…
Contrastive LearningMusic RecommendationSequential RecommendationSelf-Attentive Sequential Recommendation with Cheap Causal Convolutions
Sequential Recommendation is a prominent topic in current research, which uses user behavior sequence as an input to predict future behavior. By assessing the correlation strength of historical behavior through the dot p…
Sequential RecommendationRecursive Attentive Methods with Reused Item Representations for Sequential Recommendation
Sequential recommendation aims to recommend the next item of users' interest based on their historical interactions. Recently, the self-attention mechanism has been adapted for sequential recommendation, and demonstrated…
Sequential RecommendationModeling Sequences as Star Graphs to Address Over-smoothing in Self-attentive Sequential Recommendation
Self-attention (SA) mechanisms have been widely used in developing sequential recommendation (SR) methods, and demonstrated state-of-the-art performance. However, in this paper, we show that self-attentive SR methods sub…
Sequential Recommendation