paper-with-me

Papers

CoRA: Collaborative Information Perception by Large Language Model's Weights for Recommendation

2024-08-20 · YuTing Liu, Jinghao Zhang, Yizhou Dang, Yuliang Liang, Qiang Liu, Guibing Guo, Jianzhe Zhao, Xingwei Wang

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 outputs. In this paper, we propose a new paradigm, \textbf{Co}llaborative \textbf{Lo}RA (CoRA), with a collaborative query generator. Rather than input space alignment, this method aligns collaborative information with LLM's parameter space, representing them as incremental weights to update LLM's output. This way, LLM perceives collaborative information without altering its general knowledge and text inference capabilities. Specifically, we employ a collaborative filtering model to extract user and item embeddings and inject them into a set number of learnable queries. We then convert collaborative queries into collaborative weights with low-rank properties and merge the collaborative weights into LLM's weights, enabling LLM to perceive the collaborative signals and generate personalized recommendations without fine-tuning or extra collaborative tokens in prompts. Extensive experiments confirm that CoRA effectively integrates collaborative information into LLM, enhancing recommendation performance.

📄 PDF Abstract BibTeX arXiv:2408.10645

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringGeneral KnowledgeWorld Knowledge

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

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

2024-03-11 · Junda Wu, Cheng-Chun Chang, Tong Yu, Zhankui He 외

The long-tail recommendation is a challenging task for traditional recommender systems, due to data sparsity and data imbalance issues. The recent development of large language models (LLMs) has shown their abilities in …

Recommendation SystemsReinforcement Learning (RL)RetrievalSequential Decision Making

CoRA: A Collaborative Robust Architecture with Hybrid Fusion for Efficient Perception

2025-12-15 · Gong Chen, Chaokun Zhang, Pengcheng Lv, Xiaohui Xie arxiv

Collaborative perception has garnered significant attention as a crucial technology to overcome the perceptual limitations of single-agent systems. Many state-of-the-art (SOTA) methods have achieved communication efficie…

CoRAG: Collaborative Retrieval-Augmented Generation

2025-04-02 · Aashiq Muhamed, Mona Diab, Virginia Smith

Retrieval-Augmented Generation (RAG) models excel in knowledge-intensive tasks, especially under few-shot learning constraints. We introduce CoRAG, a framework extending RAG to collaborative settings, where clients joint…

Few-Shot LearningOpen-Domain Question AnsweringQuestion AnsweringRAG+2

Collaborative Cognitive Diagnosis with Disentangled Representation Learning for Learner Modeling

2024-11-04 · Weibo Gao, Qi Liu, Linan Yue, Fangzhou Yao 외

Learners sharing similar implicit cognitive states often display comparable observable problem-solving performances. Leveraging collaborative connections among such similar learners proves valuable in comprehending human…

cognitive diagnosisDisentanglementRecommendation SystemsRepresentation Learning

CoRanking: Collaborative Ranking with Small and Large Ranking Agents

2025-03-30 · Wenhan Liu, Xinyu Ma, Yutao Zhu, Lixin Su 외

Large Language Models (LLMs) have demonstrated superior listwise ranking performance. However, their superior performance often relies on large-scale parameters (\eg, GPT-4) and a repetitive sliding window process, which…

Collaborative Ranking