用图检索增强大模型,让推荐解释更透明可信。
G-Refer: Graph Retrieval-Augmented Large Language Model for Explainable Recommendation
- 通过结构与语义双视角检索图中可解释的协同信号
- 在多个数据集上显著提升解释准确性和生成稳定性
- 适合需要可解释推荐的电商、内容平台场景
可解释推荐能有效提升用户对推荐逻辑的理解,增强系统透明度与信任度。现有方法常将大语言模型(LLM)与协同过滤(CF)信息结合,利用用户-物品交互图中的行为偏好提供解释。然而,图结构复杂,难以有效提取显式CF信息;且图数据与自然语言间存在模态鸿沟,导致信息融合困难。为此,我们提出G-Refer框架,采用混合图检索机制,从结构与语义双重角度提取显式协同信号,并通过图翻译将其转化为人类可读文本,用于指导LLM生成解释。为弥合模态差异,引入知识剪枝与检索增强微调,强化LLM对检索信息的处理能力。大量实验表明,G-Refer在解释性与稳定性方面均优于现有方法。代码与数据见https://github.com/Yuhan1i/G-Refer。
原文摘要 · Abstract (English)
Explainable recommendation has demonstrated significant advantages in informing users about the logic behind recommendations, thereby increasing system transparency, effectiveness, and trustworthiness. To provide personalized and interpretable explanations, existing works often combine the generation capabilities of large language models (LLMs) with collaborative filtering (CF) information. CF information extracted from the user-item interaction graph captures the user behaviors and preferences, which is crucial for providing informative explanations. However, due to the complexity of graph structure, effectively extracting the CF information from graphs still remains a challenge. Moreover, existing methods often struggle with the integration of extracted CF information with LLMs due to its implicit representation and the modality gap between graph structures and natural language explanations. To address these challenges, we propose G-Refer, a framework using graph retrieval-augmented large language models (LLMs) for explainable recommendation. Specifically, we first employ a hybrid graph retrieval mechanism to retrieve explicit CF signals from both structural and semantic perspectives. The retrieved CF information is explicitly formulated as human-understandable text by the proposed graph translation and accounts for the explanations generated by LLMs. To bridge the modality gap, we introduce knowledge pruning and retrieval-augmented fine-tuning to enhance the ability of LLMs to process and utilize the retrieved CF information to generate explanations. Extensive experiments show that G-Refer achieves superior performance compared with existing methods in both explainability and stability. Codes and data are available at https://github.com/Yuhan1i/G-Refer.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。