paper-with-me

Papers

A Self-Correcting Sequential Recommender

2023-03-04 · Yujie Lin, Chenyang Wang, Zhumin Chen, Zhaochun Ren, Xin Xin, Qiang Yan, Maarten de Rijke, Xiuzhen Cheng, Pengjie Ren

Sequential recommendations aim to capture users' preferences from their historical interactions so as to predict the next item that they will interact with. Sequential recommendation methods usually assume that all items in a user's historical interactions reflect her/his preferences and transition patterns between items. However, real-world interaction data is imperfect in that (i) users might erroneously click on items, i.e., so-called misclicks on irrelevant items, and (ii) users might miss items, i.e., unexposed relevant items due to inaccurate recommendations. To tackle the two issues listed above, we propose STEAM, a Self-correcTing sEquentiAl recoMmender. STEAM first corrects an input item sequence by adjusting the misclicked and/or missed items. It then uses the corrected item sequence to train a recommender and make the next item prediction.We design an item-wise corrector that can adaptively select one type of operation for each item in the sequence. The operation types are 'keep', 'delete' and 'insert.' In order to train the item-wise corrector without requiring additional labeling, we design two self-supervised learning mechanisms: (i) deletion correction (i.e., deleting randomly inserted items), and (ii) insertion correction (i.e., predicting randomly deleted items). We integrate the corrector with the recommender by sharing the encoder and by training them jointly. We conduct extensive experiments on three real-world datasets and the experimental results demonstrate that STEAM outperforms state-of-the-art sequential recommendation baselines. Our in-depth analyses confirm that STEAM benefits from learning to correct the raw item sequences.

📄 PDF Abstract BibTeX arXiv:2303.02297

Code (1)

tempsdu/steam 공식 구현 pytorch

Tasks

Self-Supervised LearningSequential Recommendation

Similar 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 …

DecoderRecommendation SystemsSequential Recommendation

DivNet: Diversity-Aware Self-Correcting Sequential Recommendation Networks

2024-11-01 · Shuai Xiao, Zaifan Jiang

As the last stage of a typical \textit{recommendation system}, \textit{collective recommendation} aims to give the final touches to the recommended items and their layout so as to optimize overall objectives such as dive…

DiversitySequential Recommendation

Lightweight Self-Attentive Sequential Recommendation

2021-08-25 · Yang Li, Tong Chen, Peng-Fei Zhang, Hongzhi Yin

Modern deep neural networks (DNNs) have greatly facilitated the development of sequential recommender systems by achieving state-of-the-art recommendation performance on various sequential recommendation tasks. Given a s…

Recommendation SystemsSequential Recommendation

CSRec: Rethinking Sequential Recommendation from A Causal Perspective

2024-08-23 · Xiaoyu Liu, Jiaxin Yuan, YuHang Zhou, Jingling Li 외

The essence of sequential recommender systems (RecSys) lies in understanding how users make decisions. Most existing approaches frame the task as sequential prediction based on users' historical purchase records. While e…

Recommendation SystemsSequential Recommendation

MLP4Rec: A Pure MLP Architecture for Sequential Recommendations

2022-04-25 · Muyang Li, Xiangyu Zhao, Chuan Lyu, Minghao Zhao 외

Self-attention models have achieved state-of-the-art performance in sequential recommender systems by capturing the sequential dependencies among user-item interactions. However, they rely on positional embeddings to ret…

Recommendation Systems