arXiv:2506.08074cs.IRcs.AI2025-06KDD被引 7

构建分层词汇图提升跨文档推理能力,让大模型更准地拼出复杂答案。

Hierarchical Lexical Graph for Enhanced Multi-Hop Retrieval

  • 用三层图结构追踪事实、聚类主题、连接实体关系,打通跨文档路径。
  • 在五大数据集上相比传统方法检索准确率平均提升23.1%。
  • 适合需要多步推理的问答系统研发者,尤其关注复杂知识融合场景。

检索增强生成(RAG)虽能引入外部证据,但在需从语义相距较远的文档中整合信息时仍表现不佳。为此,本文提出分层词汇图(HLG),包含三级索引:(i) 追踪每个基本命题的来源,(ii) 将命题聚类为潜在主题,(iii) 连接实体与关系以揭示跨文档路径。基于HLG,我们构建了两个可插拔的检索器:StatementGraphRAG通过细粒度的实体感知束搜索,精准回答事实类问题;TopicGraphRAG先选择粗粒度主题,再沿实体链接扩展,为探索性查询提供广泛相关上下文。此外,现有基准缺乏评估多跳摘要系统的复杂度,常局限于单文档查询或小规模数据集。为此,我们设计了一套合成数据生成流程,构建出真实、多文档的问答对,支持对多跳检索系统的严谨评估。在五个数据集上的大量实验表明,所提方法相比基础的分块式RAG,在检索召回率和正确性上平均提升23.1%。开源Python工具包已发布于https://github.com/awslabs/graphrag-toolkit。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) grounds large language models in external evidence, yet it still falters when answers must be pieced together across semantically distant documents. We close this gap with the Hierarchical Lexical Graph (HLG), a three-tier index that (i) traces every atomic proposition to its source, (ii) clusters propositions into latent topics, and (iii) links entities and relations to expose cross-document paths. On top of HLG we build two complementary, plug-and-play retrievers: StatementGraphRAG, which performs fine-grained entity-aware beam search over propositions for high-precision factoid questions, and TopicGraphRAG, which selects coarse topics before expanding along entity links to supply broad yet relevant context for exploratory queries. Additionally, existing benchmarks lack the complexity required to rigorously evaluate multi-hop summarization systems, often focusing on single-document queries or limited datasets. To address this, we introduce a synthetic dataset generation pipeline that curates realistic, multi-document question-answer pairs, enabling robust evaluation of multi-hop retrieval systems. Extensive experiments across five datasets demonstrate that our methods outperform naive chunk-based RAG achieving an average relative improvement of 23.1% in retrieval recall and correctness. Open-source Python library is available at https://github.com/awslabs/graphrag-toolkit.

多跳检索知识图谱RAG信息融合

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