English

Semantic Retrieval Augmented Contrastive Learning for Sequential Recommendation

Information Retrieval 2025-12-23 v5 Artificial Intelligence

Abstract

Contrastive learning has shown effectiveness in improving sequential recommendation models. However, existing methods still face challenges in generating high-quality contrastive pairs: they either rely on random perturbations that corrupt user preference patterns or depend on sparse collaborative data that generates unreliable contrastive pairs. Furthermore, existing approaches typically require predefined selection rules that impose strong assumptions, limiting the model's ability to autonomously learn optimal contrastive pairs. To address these limitations, we propose a novel approach named Semantic Retrieval Augmented Contrastive Learning (SRA-CL). SRA-CL leverages the semantic understanding and reasoning capabilities of LLMs to generate expressive embeddings that capture both user preferences and item characteristics. These semantic embeddings enable the construction of candidate pools for inter-user and intra-user contrastive learning through semantic-based retrieval. To further enhance the quality of the contrastive samples, we introduce a learnable sample synthesizer that optimizes the contrastive sample generation process during model training. SRA-CL adopts a plug-and-play design, enabling seamless integration with existing sequential recommendation architectures. Extensive experiments on four public datasets demonstrate the effectiveness and model-agnostic nature of our approach.

Keywords

Cite

@article{arxiv.2503.04162,
  title  = {Semantic Retrieval Augmented Contrastive Learning for Sequential Recommendation},
  author = {Ziqiang Cui and Yunpeng Weng and Xing Tang and Xiaokun Zhang and Shiwei Li and Peiyang Liu and Bowei He and Dugang Liu and Weihong Luo and Xiuqiang He and Chen Ma},
  journal= {arXiv preprint arXiv:2503.04162},
  year   = {2025}
}

Comments

Accepted by NeurIPS 2025. Code is available at: https://github.com/ziqiangcui/SRA-CL

R2 v1 2026-06-28T22:08:47.846Z