arXiv:2505.15091cs.IRcs.AI2025-05被引 21

让推荐系统像人一样思考,提升精准度与可解释性

ThinkRec: Thinking-based recommendation via LLM

  • 引入思维激活机制,生成可解释的推理链
  • 在多个数据集上准确率显著提升,效果优于基线模型
  • 适合需要高可解释性的推荐场景,如电商、内容平台

大型语言模型(LLMs)的进展使基于自然语言生成的语义感知推荐成为可能。现有基于LLM的推荐方法大多采用类似系统1的浅层匹配策略,仅依赖点击历史等表面特征,难以捕捉深层行为逻辑,常导致推荐结果肤浅甚至错误。为此,我们提出ThinkRec,一种基于思考的推荐框架,将LLM4Rec从系统1转向系统2(理性系统)。技术上,ThinkRec引入思维激活机制,通过关键词摘要扩充物品元数据,并注入合成推理轨迹,引导模型形成包含交互历史分析、用户偏好识别和目标物品决策的可解释推理链。此外,我们设计实例级专家融合机制,根据用户潜在特征动态分配专家模型权重,自适应调整推理路径,提升精度与个性化。在真实世界数据集上的大量实验表明,ThinkRec显著提升了推荐的准确性和可解释性。代码已开源:https://github.com/Yu-Qi-hang/ThinkRec。

原文摘要 · Abstract (English)

Recent advances in large language models (LLMs) have enabled more semantic-aware recommendations through natural language generation. Existing LLM for recommendation (LLM4Rec) methods mostly operate in a System 1-like manner, relying on superficial features to match similar items based on click history, rather than reasoning through deeper behavioral logic. This often leads to superficial and erroneous recommendations. Motivated by this, we propose ThinkRec, a thinking-based framework that shifts LLM4Rec from System 1 to System 2 (rational system). Technically, ThinkRec introduces a thinking activation mechanism that augments item metadata with keyword summarization and injects synthetic reasoning traces, guiding the model to form interpretable reasoning chains that consist of analyzing interaction histories, identifying user preferences, and making decisions based on target items. On top of this, we propose an instance-wise expert fusion mechanism to reduce the reasoning difficulty. By dynamically assigning weights to expert models based on users' latent features, ThinkRec adapts its reasoning path to individual users, thereby enhancing precision and personalization. Extensive experiments on real-world datasets demonstrate that ThinkRec significantly improves the accuracy and interpretability of recommendations. Our implementations are available at https://github.com/Yu-Qi-hang/ThinkRec.

推荐系统大模型可解释性思维链

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