arXiv:2510.14271cs.CLcs.AI2025-10

清理大模型生成的混乱知识图谱,让问答更准更快

Less is More: Denoising Knowledge Graphs For Retrieval Augmented Generation

  • 用实体消歧和三元组反思双重方法去除冗余实体与错误关系
  • 图谱规模缩小70%以上,问答准确率提升15%~22%(跨多种RAG框架)
  • 首次系统研究大模型生成图谱的去噪问题,适合做知识增强生成的研究者

检索增强生成(RAG)系统使大语言模型(LLMs)能即时获取相关信息,有效缓解幻觉、事实错误和知识截止等问题。基于图的RAG通过引入知识图谱(KG)利用其丰富的结构化连接,实现更精准、可推理的响应。然而,当前多数基于图的RAG依赖大模型自动构建知识图谱,常产生包含冗余实体和不可靠关系的噪声图谱,导致检索与生成性能下降,并增加计算开销。现有研究未系统解决大模型生成图谱的去噪问题。本文提出DEG-RAG框架,通过:(1) 实体消歧消除冗余实体;(2) 三元组反思移除错误关系,生成更紧凑、高质量的图谱。实验表明,该方法显著优于未经处理的图谱,在多个主流基于图的RAG变体中持续提升问答准确率,同时将图谱规模减少70%以上。我们还系统评估了实体消歧的不同策略,包括阻断方法、嵌入选择、相似性度量和实体合并技术,是首个对大模型生成图谱去噪的全面探索。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) systems enable large language models (LLMs) instant access to relevant information for the generative process, demonstrating their superior performance in addressing common LLM challenges such as hallucination, factual inaccuracy, and the knowledge cutoff. Graph-based RAG further extends this paradigm by incorporating knowledge graphs (KGs) to leverage rich, structured connections for more precise and inferential responses. A critical challenge, however, is that most Graph-based RAG systems rely on LLMs for automated KG construction, often yielding noisy KGs with redundant entities and unreliable relationships. This noise degrades retrieval and generation performance while also increasing computational cost. Crucially, current research does not comprehensively address the denoising problem for LLM-generated KGs. In this paper, we introduce DEnoised knowledge Graphs for Retrieval Augmented Generation (DEG-RAG), a framework that addresses these challenges through: (1) entity resolution, which eliminates redundant entities, and (2) triple reflection, which removes erroneous relations. Together, these techniques yield more compact, higher-quality KGs that significantly outperform their unprocessed counterparts. Beyond the methods, we conduct a systematic evaluation of entity resolution for LLM-generated KGs, examining different blocking strategies, embedding choices, similarity metrics, and entity merging techniques. To the best of our knowledge, this is the first comprehensive exploration of entity resolution in LLM-generated KGs. Our experiments demonstrate that this straightforward approach not only drastically reduces graph size but also consistently improves question answering performance across diverse popular Graph-based RAG variants.

知识图谱RAG去噪大模型

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