arXiv:2506.09645cs.CLcs.IR2025-06被引 5

提升知识图谱问答中检索器的效率与泛化能力

Learning Efficient and Generalizable Graph Retriever for Knowledge-Graph Question Answering

  • 结合启发式与参数模型进行因果监督,提升标注质量
  • 通过路径推理和图结构转换,增强表示能力,性能领先2.66%~20.34%
  • 适合需要高可靠性和跨数据集稳定性的知识图谱应用

大语言模型虽具备强归纳推理能力,但受限于过时知识与幻觉问题。检索增强生成通过引入外部知识缓解该问题,但现有方法多依赖非结构化文本,影响可解释性与结构化推理。知识图谱以关系三元组形式表示事实,更具结构性和紧凑性。近年研究探索将知识图谱与大语言模型结合用于知识图谱问答(KGQA),多数采用“检索-推理”范式。图检索器表现优异,但泛化能力仍不足。本文提出RAPL框架,从三方面改进:(1) 两阶段标签策略,融合启发式信号与参数模型,提供因果支撑的监督;(2) 模型无关的图变换方法,捕捉三元组内与三元组间交互,增强表征能力;(3) 基于路径的推理策略,支持注入理性知识,并为下游推理器提供结构化输入。实验显示,RAPL在多个基准上超越当前最优方法2.66%~20.34%,显著缩小小模型与大模型、跨数据集间的性能差距,体现更强的检索能力与泛化性。代码已开源:https://github.com/tianyao-aka/RAPL。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have shown strong inductive reasoning ability across various domains, but their reliability is hindered by the outdated knowledge and hallucinations. Retrieval-Augmented Generation mitigates these issues by grounding LLMs with external knowledge; however, most existing RAG pipelines rely on unstructured text, limiting interpretability and structured reasoning. Knowledge graphs, which represent facts as relational triples, offer a more structured and compact alternative. Recent studies have explored integrating knowledge graphs with LLMs for knowledge graph question answering (KGQA), with a significant proportion adopting the retrieve-then-reasoning paradigm. In this framework, graph-based retrievers have demonstrated strong empirical performance, yet they still face challenges in generalization ability. In this work, we propose RAPL, a novel framework for efficient and effective graph retrieval in KGQA. RAPL addresses these limitations through three aspects: (1) a two-stage labeling strategy that combines heuristic signals with parametric models to provide causally grounded supervision; (2) a model-agnostic graph transformation approach to capture both intra- and inter-triple interactions, thereby enhancing representational capacity; and (3) a path-based reasoning strategy that facilitates learning from the injected rational knowledge, and supports downstream reasoner through structured inputs. Empirically, RAPL outperforms state-of-the-art methods by $2.66\%-20.34\%$, and significantly reduces the performance gap between smaller and more powerful LLM-based reasoners, as well as the gap under cross-dataset settings, highlighting its superior retrieval capability and generalizability. Codes are available at: https://github.com/tianyao-aka/RAPL.

知识图谱检索增强问答系统图神经网络

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