paper-with-me

Papers

RaSeRec: Retrieval-Augmented Sequential Recommendation

2024-12-24 · Xinping Zhao, Baotian Hu, Yan Zhong, Shouzheng Huang, Zihao Zheng, Meng Wang, Haofen Wang, Min Zhang

Although prevailing supervised and self-supervised learning (SSL)-augmented sequential recommendation (SeRec) models have achieved improved performance with powerful neural network architectures, we argue that they still suffer from two limitations: (1) Preference Drift, where models trained on past data can hardly accommodate evolving user preference; and (2) Implicit Memory, where head patterns dominate parametric learning, making it harder to recall long tails. In this work, we explore retrieval augmentation in SeRec, to address these limitations. To this end, we propose a Retrieval-Augmented Sequential Recommendation framework, named RaSeRec, the main idea of which is to maintain a dynamic memory bank to accommodate preference drifts and retrieve relevant memories to augment user modeling explicitly. It consists of two stages: (i) collaborative-based pre-training, which learns to recommend and retrieve; (ii) retrieval-augmented fine-tuning, which learns to leverage retrieved memories. Extensive experiments on three datasets fully demonstrate the superiority and effectiveness of RaSeRec.

📄 PDF Abstract BibTeX arXiv:2412.18378

Code (1)

HITsz-TMG/RaSeRec 공식 구현 pytorch

Tasks

RetrievalSelf-Supervised LearningSequential Recommendation

Similar Papers 제목 키워드 기반

R3-REC: Reasoning-Driven Recommendation via Retrieval-Augmented LLMs over Multi-Granular Interest Signals

2026-03-14 · Yuchen Miao, Mingxuan Cui, Yitong Zhu, Yu Wang 외 arxiv

This paper addresses two persistent challenges in sequential recommendation: (i) evidence insufficiency-cold-start sparsity together with noisy, length-varying item texts; and (ii) opaque modeling of dynamic, multi-facet…

Sequential Recommendation

Semantic Retrieval Augmented Contrastive Learning for Sequential Recommendation

2025-03-06 · Ziqiang Cui, Yunpeng Weng, Xing Tang, Xiaokun Zhang 외

Sequential recommendation aims to model user preferences based on historical behavior sequences, which is crucial for various online platforms. Data sparsity remains a significant challenge in this area as most users hav…

Contrastive LearningRetrievalSemantic RetrievalSequential Recommendation

RUEL: Retrieval-Augmented User Representation with Edge Browser Logs for Sequential Recommendation

2023-09-19 · Ning Wu, Ming Gong, Linjun Shou, Jian Pei 외

Online recommender systems (RS) aim to match user needs with the vast amount of resources available on various platforms. A key challenge is to model user preferences accurately under the condition of data sparsity. To a…

Contrastive LearningRecommendation SystemsRetrievalSemantic Similarity+2

Retrieve-then-Adapt: Retrieval-Augmented Test-Time Adaptation for Sequential Recommendation

2026-04-07 · Xing Tang, Jingyang Bin, Ziqiang Cui, Xiaokun Zhang 외 arxiv

The sequential recommendation (SR) task aims to predict the next item based on users' historical interaction sequences. Typically trained on historical data, SR models often struggle to adapt to real-time preference shif…

Sequential RecommendationTest-time Adaptation

Learnable Sequence Augmenter for Triplet Contrastive Learning in Sequential Recommendation

2025-03-26 · Wei Wang, Yujie Lin, Jianli Zhao, Moyan Zhang 외

Most existing contrastive learning-based sequential recommendation (SR) methods rely on random operations (e.g., crop, reorder, and substitute) to generate augmented sequences. These methods often struggle to create posi…

Contrastive LearningSelf-Supervised LearningSequential RecommendationTriplet