Authors: Yang Zhang; Fuli Feng ;Jizhi Zhang ;Keqin Bao ;Qifan Wang; Xiangnan He
Summary:
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.

Q : 这篇论文试图解决什么问题?
A : 这篇论文试图解决的问题是如何有效地将协作信息整合到大型语言模型(LLMs)中,以提高推荐系统的性能。 具体来说,论文指出现有的利用大型语言模型作为推荐器(LLMRec)的方法主要关注文本语义,通常忽略了用户-项目交互中的有价值的协作信息。 虽然这些侧重于文本的方法在冷启动场景下表现良好,但在暖启动情况下可能会产生次优的性能。 为了在冷启动和暖启动场景下都能提供更好的推荐,论文提出了CoLLM(Collaborative Embeddings into Large Language Models),这是一种新颖的LLMRec方法,它通过外部传统模型捕获协作信息,并将其映射到LLM的输入标记嵌入空间中,形成协作嵌入供LLM使用。通过这种外部整合协作信息的方式,CoLLM确保了在不修改LLM本身的情况下有效建模协作信息,同时提供了灵活使用各种协作信息建模技术的灵活性。 论文通过广泛的实验验证了CoLLM能够有效地整合协作信息到LLMs中,从而提高了推荐性能。
Q : 有哪些相关研究?
A : 这篇论文中提到的相关研究主要集中在以下几个方面:
这些相关研究为CoLLM的提出提供了背景和对比,论文通过与这些方法的比较来展示CoLLM在整合协作信息方面的优势。
Q : 论文如何解决这个问题?
A : 论文提出了CoLLM(Collaborative Embeddings into Large Language Models)方法来解决有效整合协作信息到大型语言模型(LLMs)以提高推荐系统性能的问题。 CoLLM方法的核心步骤如下: