paper-with-me

Papers

RecGPT: Generative Pre-training for Text-based Recommendation

2024-05-21 · Hoang Ngo, Dat Quoc Nguyen

We present the first domain-adapted and fully-trained large language model, RecGPT-7B, and its instruction-following variant, RecGPT-7B-Instruct, for text-based recommendation. Experimental results on rating prediction and sequential recommendation tasks show that our model, RecGPT-7B-Instruct, outperforms previous strong baselines. We are releasing our RecGPT models as well as their pre-training and fine-tuning datasets to facilitate future research and downstream applications in text-based recommendation. Public "huggingface" links to our RecGPT models and datasets are available at: https://github.com/VinAIResearch/RecGPT

📄 PDF Abstract BibTeX arXiv:2405.12715

Code (1)

vinairesearch/recgpt 공식 구현

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelSequential Recommendation

Similar Papers 제목 키워드 기반

RecGPT Technical Report

2025-07-30 · Chao Yi, Dian Chen, Gaoyang Guo, Jiakai Tang 외 arxiv

Recommender systems are among the most impactful applications of artificial intelligence, serving as critical infrastructure connecting users, merchants, and platforms. However, most current industrial systems remain hea…

Explanation Generation

RecGPT: A Foundation Model for Sequential Recommendation

2025-06-06 · Yangqin Jiang, Xubin Ren, Lianghao Xia, Da Luo 외

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 scen…

DecodermodelQuantizationRecommendation Systems+2

RecGPT: Generative Personalized Prompts for Sequential Recommendation via ChatGPT Training Paradigm

2024-04-06 · Yabin Zhang, Wenhui Yu, Erhan Zhang, Xu Chen 외

ChatGPT has achieved remarkable success in natural language understanding. Considering that recommendation is indeed a conversation between users and the system with items as words, which has similar underlying pattern w…

Natural Language UnderstandingSequential Recommendation

RecGPT-V3 Technical Report

2026-07-17 · Bowen Zheng, Chao Yi, Dian Chen, Gaoyang Guo 외 hf

Large language models (LLMs) are transforming recommender systems from matching co-occurrence patterns in historical behavior toward reasoning about the intent that drives it. RecGPT-V1 pioneered this paradigm on Taobao …

RecGPT-V2 Technical Report

2025-12-16 · Chao Yi, Dian Chen, Gaoyang Guo, Jiakai Tang 외 arxiv

Large language models (LLMs) have demonstrated remarkable potential in transforming recommender systems from implicit behavioral pattern matching to explicit intent reasoning. While RecGPT-V1 successfully pioneered this …

Reinforcement Learning