CALRec: Contrastive Alignment of Generative LLMs for Sequential Recommendation
Yaoyiran Li, Xiang Zhai, Moustafa Alzantot, Keyi Yu, Ivan Vuli\'c,, Anna Korhonen, Mohamed Hammad

TL;DR
CALRec introduces a contrastive alignment framework for finetuning large language models to improve sequential recommendation accuracy across multiple domains, significantly outperforming existing methods.
Contribution
The paper presents a novel two-stage contrastive finetuning approach for LLMs, enhancing cross-domain sequential recommendation performance.
Findings
CALRec achieves +37% in Recall@1 over baselines.
CALRec improves NDCG@10 by +24%.
Both finetuning stages and contrastive alignment are essential.
Abstract
Traditional recommender systems such as matrix factorization methods have primarily focused on learning a shared dense embedding space to represent both items and user preferences. Subsequently, sequence models such as RNN, GRUs, and, recently, Transformers have emerged and excelled in the task of sequential recommendation. This task requires understanding the sequential structure present in users' historical interactions to predict the next item they may like. Building upon the success of Large Language Models (LLMs) in a variety of tasks, researchers have recently explored using LLMs that are pretrained on vast corpora of text for sequential recommendation. To use LLMs for sequential recommendation, both the history of user interactions and the model's prediction of the next item are expressed in text form. We propose CALRec, a two-stage LLM finetuning framework that finetunes a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text and Document Classification Technologies
