paper-with-me

Papers

Denoising Self-attentive Sequential Recommendation

2022-12-08 · Huiyuan Chen, Yusan Lin, Menghai Pan, Lan Wang, Chin-Chia Michael Yeh, Xiaoting Li, Yan Zheng, Fei Wang, Hao Yang

Transformer-based sequential recommenders are very powerful for capturing both short-term and long-term sequential item dependencies. This is mainly attributed to their unique self-attention networks to exploit pairwise item-item interactions within the sequence. However, real-world item sequences are often noisy, which is particularly true for implicit feedback. For example, a large portion of clicks do not align well with user preferences, and many products end up with negative reviews or being returned. As such, the current user action only depends on a subset of items, not on the entire sequences. Many existing Transformer-based models use full attention distributions, which inevitably assign certain credits to irrelevant items. This may lead to sub-optimal performance if Transformers are not regularized properly.

📄 PDF Abstract BibTeX arXiv:2212.04120

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingSequential Recommendation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

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

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 …

DecoderRecommendation SystemsSequential 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