โ† Back to Paper List

CoRAL: Collaborative Retrieval-Augmented Large Language Models Improve Long-tail Recommendation

Junda Wu, Cheng-Chun Chang, Tong Yu, Zhankui He, Jianing Wang, Yupeng Hou, Julian McAuley
University of California San Diego, Columbia University, Adobe Research
arXiv (2024)
Recommendation RAG RL P13N

๐Ÿ“ Paper Summary

Long-tail Recommendation Retrieval-Augmented Generation (RAG)
CoRAL improves long-tail recommendation by using a reinforcement learning-based policy to retrieve and inject minimal-sufficient collaborative interaction patterns into an LLM's reasoning context.
Core Problem
LLM-based recommenders typically rely on item semantic descriptions, neglecting collaborative user-item interaction signals, which leads to misalignment with task-specific patterns and poor performance on sparse long-tail data.
Why it matters:
  • Traditional collaborative filtering fails on long-tail items due to data sparsity and uneven distribution.
  • Existing LLM methods suffer from misalignment: they may recommend items based on surface-level semantic similarity (e.g., same theme) rather than actual user preference patterns.
  • Limited prompt capacity in LLMs makes it challenging to include sufficient collaborative evidence without overwhelming the model.
Concrete Example: A user likes 'Caillou Four Seasons of Fun'. A standard LLM might recommend 'Caillou Magic Playhouse' solely because it shares the 'Caillou' theme. However, collaborative evidence might show that users who liked the first item actually dislike the second, a pattern the LLM misses without explicit interaction history.
Key Novelty
Collaborative Retrieval-Augmented LLMs (CoRAL)
  • Formulates the retrieval of recommendation evidence as a sequential decision-making process (MDP) rather than static similarity matching.
  • Uses a 'collaborative prompting' strategy where an RL agent learns to select a sequence of user-item pairs that maximize the LLM's prediction accuracy.
  • Aligns the LLM's semantic reasoning with collaborative filtering signals by providing 'minimal-sufficient' evidence in the prompt.
Evaluation Highlights
  • Experimental results (qualitative summary only due to truncated text) indicate CoRAL significantly improves LLM reasoning on specific recommendation tasks.
  • Analysis reveals efficient exploration of collaborative information through the reinforcement learning framework.
Breakthrough Assessment
8/10
Novel formulation of retrieval as an RL problem specifically to patch the 'collaborative deficit' in LLMs. Addresses the critical long-tail/sparsity issue in a theoretically grounded way.
×