paper-with-me

Papers

Deep GraphRAG: A Balanced Approach to Hierarchical Retrieval and Adaptive Integration

2026-01-16 · Yuejie Li, Ke Yang, Tao Wang, Bolin Chen, Bowen Li, Chengjun Mao arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) frameworks face a trade-off between the comprehensiveness of global search and the efficiency of local search. Existing methods are often challenged by navigating large-scale hierarchical graphs, optimizing retrieval paths, and balancing exploration-exploitation dynamics, frequently lacking robust multi-stage re-ranking. To overcome these deficits, we propose Deep GraphRAG, a framework designed for a balanced approach to hierarchical retrieval and adaptive integration. It introduces a hierarchical global-to-local retrieval strategy that integrates macroscopic inter-community and microscopic intra-community contextual relations. This strategy employs a three-stage process: (1) inter-community filtering, which prunes the search space using local context; (2) community-level refinement, which prioritizes relevant subgraphs via entity-interaction analysis; and (3) entity-level fine-grained search within target communities. A beam search-optimized dynamic re-ranking module guides this process, continuously filtering candidates to balance efficiency and global comprehensiveness. Deep GraphRAG also features a Knowledge Integration Module leveraging a compact LLM, trained with Dynamic Weighting Reward GRPO (DW-GRPO). This novel reinforcement learning approach dynamically adjusts reward weights to balance three key objectives: relevance, faithfulness, and conciseness. This training enables compact models (1.5B) to approach the performance of large models (70B) in the integration task. Evaluations on Natural Questions and HotpotQA demonstrate that Deep GraphRAG significantly outperforms baseline graph retrieval methods in both accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2601.11144

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningNatural Questions

Similar Papers 제목 키워드 기반

ACE-GraphRAG: Agentic Context Engineering for Hierarchical GraphRAG

2026-08-02 · Yongfeng Huang, Yuren Lai, Ruiying Chen, Haoyu Huang 외 arxiv

Hierarchical Graph Retrieval-Augmented Generation (GraphRAG) organizes corpus knowledge at multiple levels of granularity, yet fixed context construction may fail to translate these multi-resolution representations into …

E^2GraphRAG: Streamlining Graph-based RAG for High Efficiency and Effectiveness

2025-05-30 · Yibo Zhao, Jiapeng Zhu, Ye Guo, Kangkang He 외

Graph-based RAG methods like GraphRAG have shown promising global understanding of the knowledge base by constructing hierarchical entity graphs. However, they often suffer from inefficiency and rely on manually pre-defi…

RAGRetrieval

Empowering GraphRAG with Knowledge Filtering and Integration

2025-03-18 · Kai Guo, Harry Shomer, Shenglai Zeng, Haoyu Han 외

In recent years, large language models (LLMs) have revolutionized the field of natural language processing. However, they often suffer from knowledge gaps and hallucinations. Graph retrieval-augmented generation (GraphRA…

Retrieval-augmented Generation

When to use Graphs in RAG: A Comprehensive Analysis for Graph Retrieval-Augmented Generation

2025-06-06 · Zhishang Xiang, Chuanjie Wu, Qinggang Zhang, Shengyuan Chen 외

Graph retrieval-augmented generation (GraphRAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) with external knowledge. It leverages graphs to model the hierarchical structure between speci…

RAGRetrievalRetrieval-augmented Generation

LegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal Reasoning

2026-05-27 · Zerui Chen, Qinggang Zhang, Zhishang Xiang, Zhimin Wei 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) advances flat document retrieval by structuring knowledge as relational graphs, enabling more coherent and effective reasoning. However, applying it to specific domai…

Legal Reasoning