arXiv:2606.18075cs.AI2026-06中稿 · The ACM Web Confer…

提出HyGRAG框架,让大模型在检索时融合上下文与关系信息,提升多跳推理能力。

A Unified Framework for Context-Aware and Relation-Aware Graph Retrieval-Augmented Generation

论文配图:A Unified Framework for Context-Aware and Relation-Aware Graph Retrieval-Augmented Generation
图 1 · 摘自论文原文
  • 构建包含段落和实体的分层图结构,用大模型生成融合上下文与关系的摘要
  • 在多层级抽象中实现上下文与关系感知检索,多跳任务准确率提升9.7%
  • 支持仅局部重摘要的动态更新,适合持续演进的知识库

检索增强生成(RAG)已成为提升大语言模型外部知识能力的新范式,但现有基于图的方法存在根本局限:以实体或文本块为中心的方法依赖原始文本表示,缺乏真正的知识融合。实体中心方法连接逻辑相关的内容,文本块中心方法保留上下文,但两者分别通过相似性搜索获取信息,未能实现其合成后的涌现理解。本文提出HyGRAG,一种分层图RAG框架,解决三大核心挑战:构建真正融合上下文与关系的摘要,利用这些合成表示在检索中获取涌现知识,以及高效更新动态语料的分层结构。具体而言,在包含段落与实体节点的混合图上设计分层索引结构,迭代聚类并生成大模型驱动的摘要;设计上下文与关系感知的检索机制,跨所有抽象层级搜索并沿社区成员扩展;通过仅需局部重摘要的附加式算法实现动态知识更新。实验表明,HyGRAG在多跳推理任务上平均准确率提升9.7%,同时保持合理效率。

原文摘要 · Abstract (English)

Retrieval-Augmented Generation (RAG) has emerged as a paradigm for enhancing large language models (LLMs) with external knowledge, yet existing graph-based methods face a fundamental limitation: entity-centric and chunk-centric approaches operate on representations anchored to original text without true knowledge fusion. While entity-centric methods connect logically related content and chunk-centric methods preserve context, both retrieve information separately through similarity search, missing emergent understanding from their synthesis. In this paper, we propose HyGRAG, a hierarchical graph RAG framework that transcends source documents by addressing three core challenges: constructing summaries that genuinely integrate contextual and relational information, leveraging these synthesized representations to access emergent knowledge during retrieval, and efficiently updating hierarchical structures for dynamic corpora. Specifically, we design hierarchical index structures over hybrid graphs with both chunk and entity nodes, then iteratively cluster them and generate LLM-based summaries. Then, we design context and relation-aware retrieval that searches across all abstraction levels while expanding through community membership. Moreover, we enable dynamic knowledge update through attachment-based algorithms with only local re-summarization. Experimental results show that HyGRAG improves the average accuracy of multi-hop reasoning tasks by 9.7%, while maintaining reasonable efficiency.

知识融合图检索多跳推理动态更新

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