paper-with-me

Papers

CoLLM: Integrating Collaborative Embeddings into Large Language Models for Recommendation

2023-10-30 · Yang Zhang, Fuli Feng, Jizhi Zhang, Keqin Bao, Qifan Wang, Xiangnan He

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 information, CoLLM ensures effective modeling of collaborative information without modifying the LLM itself, providing the flexibility to employ various collaborative information modeling techniques. Extensive experiments validate that CoLLM adeptly integrates collaborative information into LLMs, resulting in enhanced recommendation performance. We release the code and data at https://github.com/zyang1580/CoLLM.

📄 PDF Abstract BibTeX arXiv:2310.19488

Code (1)

zyang1580/collm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

CoLLM-NAS: Collaborative Large Language Models for Efficient Knowledge-Guided Neural Architecture Search

2025-09-30 · Zhe Li, Zhiwei Lin, Yongtao Wang arxiv

The integration of Large Language Models (LLMs) with Neural Architecture Search (NAS) has introduced new possibilities for automating the design of neural architectures. However, most existing methods face critical limit…

Neural Architecture Search

CE-CoLLM: Efficient and Adaptive Large Language Models Through Cloud-Edge Collaboration

2024-11-05 · Hongpeng Jin, Yanzhao Wu

Large Language Models (LLMs) exhibit remarkable human-like predictive capabilities. However, it is challenging to deploy LLMs to provide efficient and adaptive inference services at the edge. This paper proposes a novel …

Collaborative InferenceLarge Language Model

FedCoLLM: A Parameter-Efficient Federated Co-tuning Framework for Large and Small Language Models

2024-11-18 · Tao Fan, Yan Kang, Guoqiang Ma, Lixin Fan 외

By adapting Large Language Models (LLMs) to domain-specific tasks or enriching them with domain-specific knowledge, we can fully harness the capabilities of LLMs. Nonetheless, a gap persists in achieving simultaneous mut…

Text Generation

Learning Decentralized LLM Collaboration with Multi-Agent Actor Critic

2026-01-29 · Shuo Liu, Tianle Chen, Ryan Amiri, Christopher Amato arxiv

Recent work has explored optimizing LLM collaboration through Multi-Agent Reinforcement Learning (MARL). However, most MARL fine-tuning approaches rely on predefined execution protocols, which often require centralized e…

Multi-agent Reinforcement Learning

CoLLM: A Large Language Model for Composed Image Retrieval

2025-03-25 · CVPR 2025 1 · Chuong Huynh, Jinyu Yang, Ashish Tawari, Mubarak Shah 외

Composed Image Retrieval (CIR) is a complex task that aims to retrieve images based on a multimodal query. Typical training data consists of triplets containing a reference image, a textual description of desired modific…

Image RetrievalLanguage ModelingLanguage ModellingLarge Language Model+3