arXiv:2607.17266cs.CLcs.AI2026-07中稿 · KDD

让大模型在有不确定性的知识图谱中可靠推理,避免幻觉。

Debate-on-Graph: Reliable and Adaptive Reasoning of Large Language Model on Uncertain Knowledge Graph

论文配图:Debate-on-Graph: Reliable and Adaptive Reasoning of Large Language Model on Uncertain Knowledge Graph
图 1 · 摘自论文原文
  • 用启发式搜索提取高可信度的子图,减少噪声干扰。
  • 引入多智能体辩论机制,自适应优化答案可靠性。
  • 适合需要精准推理的复杂问答场景,尤其在数据不全时有效。

大语言模型在自然语言处理中表现出色,但在问答任务中常因幻觉和知识缺失而表现不佳。知识图谱虽能增强推理能力,但其本身存在噪声与错误,现有方法难以识别并过滤这些问题,反而可能加剧幻觉。不确定知识图谱(UKG)通过为每个三元组赋予置信度分数来量化不确定性,提供了新思路。本文提出 Debate-on-Graph(DoG)框架,使大模型与UKG协同进行自适应、可靠的推理。首先设计针对UKG的启发式搜索算法,提取与问题相关且可信的子图,降低噪声影响;随后引入多智能体辩论机制,通过对抗性讨论生成更可靠的结论,充分挖掘UKG中的知识,同时保证证据的可信性。在四个基准问答数据集上的实验表明,DoG在性能上超越现有主流方法和基于KG的基线,实现先进水平的可靠推理。代码已开源。

原文摘要 · Abstract (English)

Large language models (LLMs) have demonstrated remarkable capabilities in natural language processing. However, LLMs often suffer from hallucinations and lack of relevant knowledge when dealing with question answering (QA) tasks. To mitigate these issues, knowledge graphs (KGs) have been utilized to enhance LLM reasoning. Nevertheless, KGs often contain noise and errors, while existing KG-enhanced LLM approaches are generally unable to identify and filter such noisy and erroneous content, which can instead amplify hallucinations and pose challenges for reliable reasoning. Uncertain knowledge graphs (UKGs), which associate each triple with a confidence score to quantify uncertainty, offer a promising direction to address this challenge. Compared with prior work, we investigate how to leverage UKGs to support LLMs for QA. We propose Debate-on-Graph (DoG), a new framework that enables LLMs and UKGs to collaborate adaptively for reliable reasoning. Specifically, we first design a heuristic search algorithm tailored for UKGs to extract reliable and question-relevant subgraphs, thereby reducing noise and errors in retrieved knowledge. We then introduce a Multi-Agent Debate mechanism, which yields reliable answers through adaptive adversarial debates, aiming to fully exploit the knowledge in UKGs while preserving the reliability of retrieved evidence. Extensive experiments on four benchmark QA datasets show that DoG achieves state-of-the-art performance over existing LLM reasoning methods and KG-based baselines, while enabling reliable and adaptive reasoning. Our code is available at https://github.com/seucoin/Debate-on-Graph.

大模型推理知识图谱可信问答多智能体

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