arXiv:2507.08445cs.IRcs.AI2025-07被引 10

用多层图结构和迭代检索提升问答准确率与效率

Clue-RAG: Towards Accurate and Cost-Efficient Graph-based RAG via Multi-Partite Graph and Query-Driven Iterative Retrieval

  • 构建包含块、知识单元、实体的多部图索引,减少模型调用成本
  • 查询驱动的迭代检索使准确率提升99.33%,F1值提高113.51%
  • 无需大模型索引仍表现优异,适合资源受限场景

尽管大型语言模型在问答任务中取得显著进展,但其性能仍受限于领域特定与最新知识的缺失。检索增强生成(RAG)通过引入外部信息缓解该问题,常利用图结构数据。然而现有基于图的RAG方法因图质量差(提取不全、查询信息利用不足)而表现不佳。为此,我们提出Clue-RAG,引入(1)多部图索引,融合块、知识单元与实体,捕捉多粒度语义,并采用混合抽取策略,在降低LLM token消耗的同时生成精准且无歧义的知识单元;(2)Q-Iter查询驱动的迭代检索策略,通过语义搜索与受约束的图遍历提升相关性。在三个QA基准测试中,Clue-RAG显著优于现有最佳基线,准确率最高提升99.33%,F1值提升113.51%,索引成本降低72.58%。尤为突出的是,即使不使用LLM进行索引,效果仍可媲美或超越基线。结果表明,Clue-RAG在提升图结构RAG系统性能与成本效益方面具有显著优势。

原文摘要 · Abstract (English)

Despite the remarkable progress of Large Language Models (LLMs), their performance in question answering (QA) remains limited by the lack of domain-specific and up-to-date knowledge. Retrieval-Augmented Generation (RAG) addresses this limitation by incorporating external information, often from graph-structured data. However, existing graph-based RAG methods suffer from poor graph quality due to incomplete extraction and insufficient utilization of query information during retrieval. To overcome these limitations, we propose Clue-RAG, a novel approach that introduces (1) a multi-partite graph index incorporates Chunk, knowledge unit, and entity to capture semantic content at multiple levels of granularity, coupled with a hybrid extraction strategy that reduces LLM token usage while still producing accurate and disambiguated knowledge units, and (2) Q-Iter, a query-driven iterative retrieval strategy that enhances relevance through semantic search and constrained graph traversal. Experiments on three QA benchmarks show that Clue-RAG significantly outperforms state-of-the-art baselines, achieving up to 99.33% higher Accuracy and 113.51% higher F1 score while reducing indexing costs by 72.58%. Remarkably, Clue-RAG matches or outperforms baselines even without using an LLM for indexing. These results demonstrate the effectiveness and cost-efficiency of Clue-RAG in advancing graph-based RAG systems.

图神经网络检索增强高效推理

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