Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Haoyang Zhong, Yifei Sun, Antong Zhang, Chunping Wang, Lei Chen, Yang Yang• 2026

Related benchmarks

TaskDatasetResultRank
Reading ComprehensionQUALITY
Accuracy60.67
26
Question AnsweringMultihop-RAG--
22
Factual Question AnsweringPopQA
Accuracy72.38
16
Multi-hop Question AnsweringMuSiQue
Accuracy36.6
16
Reading ComprehensionMultihop-RAG
Accuracy74.33
16
Factual AccuracyPopQA
Accuracy73.84
9
Multi-hop ReasoningMuSiQue
Accuracy36.67
9
Multi-hop Question AnsweringHotpotQA
Accuracy69.1
8
Multi-hop ReasoningHotpotQA
Accuracy0.7218
5
Showing 9 of 9 rows

Other info

Follow for update