CoRA: Collaborative Information Perception by Large Language Model's Weights for Recommendation
Yuting Liu, Jinghao Zhang, Yizhou Dang, Yuliang Liang, Qiang Liu,, Guibing Guo, Jianzhe Zhao, Xingwei Wang

TL;DR
This paper introduces CoRA, a novel method that integrates collaborative information into large language models by updating their weights directly, avoiding fine-tuning and prompt disruption, thereby improving recommendation performance.
Contribution
CoRA presents a new paradigm for incorporating collaborative data into LLMs through weight merging, maintaining the model's general knowledge and enhancing recommendation accuracy.
Findings
CoRA outperforms existing methods in recommendation tasks.
It preserves LLM's inherent knowledge while integrating collaborative signals.
The approach achieves significant performance improvements without fine-tuning.
Abstract
Involving collaborative information in Large Language Models (LLMs) is a promising technique for adapting LLMs for recommendation. Existing methods achieve this by concatenating collaborative features with text tokens into a unified sequence input and then fine-tuning to align these features with LLM's input space. Although effective, in this work, we identify two limitations when adapting LLMs to recommendation tasks, which hinder the integration of general knowledge and collaborative information, resulting in sub-optimal recommendation performance. (1) Fine-tuning LLM with recommendation data can undermine its inherent world knowledge and fundamental competencies, which are crucial for interpreting and inferring recommendation text. (2) Incorporating collaborative features into textual prompts disrupts the semantics of the original prompts, preventing LLM from generating appropriate…
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.
Videos
Taxonomy
TopicsRecommender Systems and Techniques
MethodsSparse Evolutionary Training · ALIGN
