RecGPT: A Foundation Model for Sequential Recommendation
Yangqin Jiang, Xubin Ren, Lianghao Xia, Da Luo, Kangyi Lin, Chao Huang

TL;DR
RecGPT introduces a foundation model for sequential recommendation that uses textual features for item representation, enabling zero-shot generalization across domains without retraining, and demonstrates superior performance in diverse scenarios.
Contribution
The paper presents a novel foundation model for sequential recommendation that leverages textual features and a unified tokenization approach for zero-shot cross-domain generalization.
Findings
Achieves zero-shot recommendation across multiple domains.
Outperforms existing methods in six datasets and industrial scenarios.
Enables real-time item embedding without retraining.
Abstract
This work addresses a fundamental barrier in recommender systems: the inability to generalize across domains without extensive retraining. Traditional ID-based approaches fail entirely in cold-start and cross-domain scenarios where new users or items lack sufficient interaction history. Inspired by foundation models' cross-domain success, we develop a foundation model for sequential recommendation that achieves genuine zero-shot generalization capabilities. Our approach fundamentally departs from existing ID-based methods by deriving item representations exclusively from textual features. This enables immediate embedding of any new item without model retraining. We introduce unified item tokenization with Finite Scalar Quantization that transforms heterogeneous textual descriptions into standardized discrete tokens. This eliminates domain barriers that plague existing systems.…
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
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsSoftmax · Attention Is All You Need
