LLM2Rec: Large Language Models Are Powerful Embedding Models for Sequential Recommendation
Yingzhi He, Xiaohao Liu, An Zhang, Yunshan Ma, Tat-Seng Chua

TL;DR
LLM2Rec introduces a novel embedding model that combines the semantic understanding of large language models with collaborative filtering signals to enhance sequential recommendation performance across diverse domains.
Contribution
The paper presents a two-stage training framework for integrating LLMs with CF signals, improving recommendation accuracy and generalization beyond existing methods.
Findings
Significant improvement in recommendation quality on real-world datasets.
Enhanced out-of-domain recommendation performance.
Effective integration of semantic and collaborative information.
Abstract
Sequential recommendation aims to predict users' future interactions by modeling collaborative filtering (CF) signals from historical behaviors of similar users or items. Traditional sequential recommenders predominantly rely on ID-based embeddings, which capture CF signals through high-order co-occurrence patterns. However, these embeddings depend solely on past interactions, lacking transferable knowledge to generalize to unseen domains. Recent advances in large language models (LLMs) have motivated text-based recommendation approaches that derive item representations from textual descriptions. While these methods enhance generalization, they fail to encode CF signals-i.e., latent item correlations and preference patterns-crucial for effective recommendation. We argue that an ideal embedding model should seamlessly integrate CF signals with rich semantic representations to improve…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Explainable Artificial Intelligence (XAI) · Advanced Graph Neural Networks
