Do LLMs Benefit from User and Item Embeddings in Recommendation Tasks?
By: Mir Rayat Imtiaz Hossain , Leo Feng , Leonid Sigal and more
Potential Business Impact:
Helps online stores pick better stuff for you.
Large Language Models (LLMs) have emerged as promising recommendation systems, offering novel ways to model user preferences through generative approaches. However, many existing methods often rely solely on text semantics or incorporate collaborative signals in a limited manner, typically using only user or item embeddings. These methods struggle to handle multiple item embeddings representing user history, reverting to textual semantics and neglecting richer collaborative information. In this work, we propose a simple yet effective solution that projects user and item embeddings, learned from collaborative filtering, into the LLM token space via separate lightweight projector modules. A finetuned LLM then conditions on these projected embeddings alongside textual tokens to generate recommendations. Preliminary results show that this design effectively leverages structured user-item interaction data, improves recommendation performance over text-only LLM baselines, and offers a practical path for bridging traditional recommendation systems with modern LLMs.
Similar Papers
The Application of Large Language Models in Recommendation Systems
Information Retrieval
Makes online suggestions smarter and more personal.
Enhancing LLM-based Recommendation through Semantic-Aligned Collaborative Knowledge
Information Retrieval
Helps computers recommend movies better.
Bridging Collaborative Filtering and Large Language Models with Dynamic Alignment, Multimodal Fusion and Evidence-grounded Explanations
Information Retrieval
Shows you things you'll like, even if they change.