arXiv:2509.25530cs.AI2025-09被引 2

提出新检索框架,让大模型更准找到跨实体关键证据

Beyond Static Retrieval: Opportunities and Pitfalls of Iterative Retrieval in GraphRAG

  • 用多轮迭代检索动态找连接不同实体的关键证据
  • 新方法使桥梁文档排名前移,复杂问题准确率显著提升
  • 适合需要深度推理的问答系统开发者参考

检索增强生成(RAG)能提升大语言模型在知识密集型问答中的表现。基于图的RAG(GraphRAG)利用实体-关系图支持多跳推理,但多数系统仍依赖静态检索。当关键证据(尤其是连接不连通实体的桥梁文档)缺失时,推理会失败,幻觉依然存在。多轮迭代检索作为替代方案虽有潜力,但在GraphRAG中的作用尚不明确。本文首次系统研究了GraphRAG中迭代检索的效果,分析不同策略如何与图结构结合,以及在何种条件下成功或失败。结果表明:迭代可提升复杂多跳问题表现,促进桥梁文档进入前列,不同策略具互补优势。但也存在陷阱:盲目扩展常引入噪声降低精度,单跳或简单比较问题收益有限,部分桥梁证据仍深埋难被使用。核心瓶颈在于:GraphRAG效果不仅依赖召回率,更取决于桥梁证据能否稳定进入高排名位置。为此,我们提出桥接引导双思维检索(BDTR),通过生成互补思考并利用推理链重新校准排名,将桥梁证据推至前列。BDTR在多种GraphRAG设置下均实现稳定提升,为未来系统设计提供指导。

原文摘要 · Abstract (English)

Retrieval-augmented generation (RAG) is a powerful paradigm for improving large language models (LLMs) on knowledge-intensive question answering. Graph-based RAG (GraphRAG) leverages entity-relation graphs to support multi-hop reasoning, but most systems still rely on static retrieval. When crucial evidence, especially bridge documents that connect disjoint entities, is absent, reasoning collapses and hallucinations persist. Iterative retrieval, which performs multiple rounds of evidence selection, has emerged as a promising alternative, yet its role within GraphRAG remains poorly understood. We present the first systematic study of iterative retrieval in GraphRAG, analyzing how different strategies interact with graph-based backbones and under what conditions they succeed or fail. Our findings reveal clear opportunities: iteration improves complex multi-hop questions, helps promote bridge documents into leading ranks, and different strategies offer complementary strengths. At the same time, pitfalls remain: naive expansion often introduces noise that reduces precision, gains are limited on single-hop or simple comparison questions, and several bridge evidences still be buried too deep to be effectively used. Together, these results highlight a central bottleneck, namely that GraphRAG's effectiveness depends not only on recall but also on whether bridge evidence is consistently promoted into leading positions where it can support reasoning chains. To address this challenge, we propose Bridge-Guided Dual-Thought-based Retrieval (BDTR), a simple yet effective framework that generates complementary thoughts and leverages reasoning chains to recalibrate rankings and bring bridge evidence into leading positions. BDTR achieves consistent improvements across diverse GraphRAG settings and provides guidance for the design of future GraphRAG systems.

GraphRAG多跳推理检索增强

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