arXiv:2505.12662cs.CLcs.AI2025-05被引 3

用知识图谱提升问答可靠性,减少幻觉

Know3-RAG: A Knowledge-aware RAG Framework with Adaptive Retrieval, Generation, and Filtering

  • 用知识图谱嵌入判断答案置信度,决定是否检索
  • 用图谱实体增强查询,提高参考文本相关性
  • 基于知识图谱过滤参考内容,确保事实准确

大型语言模型在自然语言生成方面取得显著进展,但其产生幻觉或缺乏依据的内容仍是关键问题。为提升事实可靠性,检索增强生成(RAG)在推理中引入外部知识。然而现有RAG系统存在两大局限:(1) 因外部知识监督不足导致自适应控制不可靠;(2) 由不准确或无关引用引发的幻觉。为此,我们提出Know3-RAG,一个利用知识图谱(KG)指导RAG三个核心阶段的知识感知框架,包括检索、生成和过滤。具体而言,引入知识感知自适应检索模块,通过KG嵌入评估生成答案的置信度并决定是否需要检索;提出知识增强型参考生成策略,用KG提取的实体丰富查询以提升生成参考的相关性;设计知识驱动的参考过滤机制,确保参考内容的语义一致性和事实准确性。在多个开放域问答基准上的实验表明,Know3-RAG持续优于强基线,显著降低幻觉并提升答案可靠性。

原文摘要 · Abstract (English)

Recent advances in large language models (LLMs) have led to impressive progress in natural language generation, yet their tendency to produce hallucinated or unsubstantiated content remains a critical concern. To improve factual reliability, Retrieval-Augmented Generation (RAG) integrates external knowledge during inference. However, existing RAG systems face two major limitations: (1) unreliable adaptive control due to limited external knowledge supervision, and (2) hallucinations caused by inaccurate or irrelevant references. To address these issues, we propose Know3-RAG, a knowledge-aware RAG framework that leverages structured knowledge from knowledge graphs (KGs) to guide three core stages of the RAG process, including retrieval, generation, and filtering. Specifically, we introduce a knowledge-aware adaptive retrieval module that employs KG embedding to assess the confidence of the generated answer and determine retrieval necessity, a knowledge-enhanced reference generation strategy that enriches queries with KG-derived entities to improve generated reference relevance, and a knowledge-driven reference filtering mechanism that ensures semantic alignment and factual accuracy of references. Experiments on multiple open-domain QA benchmarks demonstrate that Know3-RAG consistently outperforms strong baselines, significantly reducing hallucinations and enhancing answer reliability.

RAG知识图谱事实性幻觉抑制

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