arXiv:2502.08271cs.IR2025-02AAAI被引 3

用混合配方让大模型推荐更通用且高效

RecCocktail: A Generalizable and Efficient Framework for LLM-Based Recommendation

  • 先训通用推荐基底,再为特定领域定制成分,动态融合
  • 冷启动与热场景下均表现优异,超越现有方法
  • 插件式设计,新增领域无需重训,推理零开销

大型语言模型(LLMs)因出色的泛化能力和丰富的世界知识近年取得显著进展。主流推荐方法分为两类:一是构建多领域/多任务指令数据,使模型具备通用推荐能力,解决冷启动问题;二是优化特定领域的推荐性能,提升热启动场景效果。本文认为两者互补,提出通用高效的推荐框架 RecCocktail。首先使用通用推荐指令数据微调一个“基础精神”LoRA模块,使模型对齐推荐知识;随后基于用户在特定领域的行为,构建“成分”LoRA模块;采用熵引导的自适应融合方法,在权重空间混合二者。该方法在推理阶段无额外时空开销,且支持插件式扩展:基础模块仅需训练一次,新领域只需微调对应成分模块即可快速集成。在多个数据集上的实验验证了其在冷启动与热启动场景下的有效性与通用性。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have achieved remarkable success in recent years, owing to their impressive generalization capabilities and rich world knowledge. To capitalize on the potential of using LLMs as recommender systems, mainstream approaches typically focus on two paradigms. The first paradigm designs multi-domain or multi-task instruction data for generalizable recommendation, so as to align LLMs with general recommendation areas and deal with cold-start recommendation. The second paradigm focuses on enhancing domain-specific recommendation tasks, improving performance in warm recommendation scenarios. While most previous works treat these two paradigms separately, we argue that they have complementary advantages, and combining them can yield better results. In this paper, we propose a generalizable and efficient LLM-based recommendation framework RecCocktail. Our approach begins with fine-tuning a "base spirit" LoRA module using domain-general recommendation instruction data to align LLM with recommendation knowledge. Next, given users' behavior of a specific domain, we construct a domain-specific "ingredient" LoRA module. We then provide an entropy-guided adaptive merging method to mix the "base spirit" and the "ingredient" in the weight space. Please note that, RecCocktail combines the advantages of the existing two paradigms without introducing additional time or space overhead during the inference phase. Moreover, RecCocktail is efficient with plug and play, as the "base spirit" LoRA is trained only once, and any domain-specific "ingredient" can be efficiently mixed with only domain-specific fine-tuning. Extensive experiments on multiple datasets under both warm and cold-start recommendation scenarios validate the effectiveness and generality of the proposed RecCocktail.

大模型推荐LoRA冷启动插件式

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。