paper-with-me

Papers

Revisiting Self-Attentive Sequential Recommendation

2025-04-13 · Zan Huang

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.

📄 PDF Abstract BibTeX arXiv:2504.09596

Code (2)

pmixer/SASRec.pytorch 공식 구현 pytorch
pmixer/TiSASRec.pytorch pytorch

Tasks

DecoderRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SANST: A Self-Attentive Network for Next Point-of-Interest Recommendation

2020-01-22 · Qianyu Guo, Jianzhong Qi

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 Recommendation

Leveraging Negative Signals with Self-Attention for Sequential Music Recommendation

2023-09-20 · Pavan Seshadri, Peter Knees

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 Recommendation

Self-Attentive Sequential Recommendation with Cheap Causal Convolutions

2022-11-02 · Jiayi Chen, Wen Wu, Liye Shi, Yu Ji 외

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 Recommendation

Recursive Attentive Methods with Reused Item Representations for Sequential Recommendation

2022-09-16 · Bo Peng, Srinivasan Parthasarathy, Xia Ning

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 Recommendation

Modeling Sequences as Star Graphs to Address Over-smoothing in Self-attentive Sequential Recommendation

2023-11-13 · Bo Peng, Ziqi Chen, Srinivasan Parthasarathy, Xia Ning

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