← Back to Paper List

Chat-REC: Towards Interactive and Explainable LLMs-Augmented Recommender System

Yunfan Gao, Tao Sheng, Youlin Xiang, Yun Xiong, Haofen Wang, Jiawei Zhang
Shanghai Key Laboratory of Data Science, School of Computer Science, Fudan University, College of Design and Innovation, Tongji University, IFM Lab, Department of Computer Science, University of California, Davis
arXiv (2023)
Recommendation P13N Reasoning

📝 Paper Summary

LLM-augmented Recommender Systems Conversational Recommendation
Chat-REC augments traditional recommender systems by converting user profiles and history into prompts for Large Language Models (LLMs), enabling interactive dialogue, cross-domain transfer, and cold-start handling via in-context learning.
Core Problem
Traditional recommender systems suffer from poor interactivity and explainability, struggle with cold-start scenarios for new items, and have difficulty transferring preferences across domains.
Why it matters:
  • Current systems lack natural feedback mechanisms, making it hard for users to refine requests or understand why an item was suggested.
  • Static candidate generation often fails to capture dynamic user intent or leverage broader world knowledge about new or cross-domain items.
  • Manual information searching is infeasible in big data eras, but automated systems often feel like black boxes.
Concrete Example: A user asks for action movies. A traditional system just lists titles. Chat-REC provides a list, but if the user then asks 'Why Fargo?', it explains based on user history. If the user asks for non-movie recommendations (e.g., books) based on those movie preferences, traditional systems fail, but Chat-REC suggests books or games.
Key Novelty
In-Context Learning for Candidate Refinement
  • Instead of training the LLM, the system converts user history and profiles into text prompts.
  • A traditional recommender generates a candidate set, which the LLM then re-ranks, filters, or explains based on the prompt context.
  • The LLM acts as an interactive interface, allowing multi-turn refinement and cross-domain reasoning without parameter updates.
Architecture
Architecture Figure Figure 1
Overview of Chat-Rec framework linking user queries to a recommender system via an LLM interface.
Evaluation Highlights
  • Chat-Rec (text-davinci-003) achieves 0.3802 NDCG on MovieLens 100K top-5 recommendation, outperforming LightGCN by +11.01%.
  • In zero-shot rating prediction, Chat-Rec (text-davinci-003) reaches an RMSE of 0.785, improving over Item-KNN (0.933) by ~15.8%.
  • Ablation shows that removing the traditional recommender's top-1 item from the prompt background drops NDCG performance by ~19%, proving the value of injecting recommender priors.
Breakthrough Assessment
7/10
Offers a practical, training-free paradigm for combining classic recommenders with LLMs. While methodologically simple (prompt engineering), the empirical gains and multi-scenario flexibility (cold start, cross-domain) are significant.
×