IRAIMar 6, 2025

SRA-CL: Semantic Retrieval Augmented Contrastive Learning for Sequential Recommendation

arXiv:2503.04162v410 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses a bottleneck in sequential recommendation for improving model performance, though it appears incremental as it builds on existing contrastive learning methods.

The paper tackles the challenge of generating high-quality contrastive pairs in sequential recommendation by proposing SRA-CL, which uses LLMs for semantic embeddings and a learnable synthesizer, achieving effectiveness across four public datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes