CoLLM: Integrating Collaborative Embeddings into Large Language Models for Recommendation
Yang Zhang, Fuli Feng, Jizhi Zhang, Keqin Bao, Qifan Wang, Xiangnan He

TL;DR
CoLLM introduces a novel method to incorporate collaborative user-item interaction data into large language models for improved recommendations across cold and warm start scenarios, without altering the core LLM architecture.
Contribution
It presents a new approach that externalizes collaborative information into LLMs, enhancing recommendation quality without modifying the models themselves.
Findings
Improved recommendation accuracy in cold and warm start scenarios.
Effective integration of collaborative data without changing LLM architecture.
Flexible framework for incorporating various collaborative models.
Abstract
Leveraging Large Language Models as Recommenders (LLMRec) has gained significant attention and introduced fresh perspectives in user preference modeling. Existing LLMRec approaches prioritize text semantics, usually neglecting the valuable collaborative information from user-item interactions in recommendations. While these text-emphasizing approaches excel in cold-start scenarios, they may yield sub-optimal performance in warm-start situations. In pursuit of superior recommendations for both cold and warm start scenarios, we introduce CoLLM, an innovative LLMRec methodology that seamlessly incorporates collaborative information into LLMs for recommendation. CoLLM captures collaborative information through an external traditional model and maps it to the input token embedding space of LLM, forming collaborative embeddings for LLM usage. Through this external integration of collaborative…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Machine Learning in Healthcare
