Preprint
Knowledge Graphs

From local to global: A graph rag approach to query-focused summarization

Darren Edge, Ha Trinh, Newman Cheng, Joshua Bradley, A. Chao, Apurva N. Mody, Steven Truitt, Jonathan Larson
January 1, 2024arXiv.org1,792 citations

1.8k

Citations

263

Influential Citations

arXiv.org

Venue

2024

Year

Abstract

… All Graph RAG conditions outperformed naıve RAG on comprehensiveness and diversity. Conditions C1-C3 also showed slight improvements in answer comprehensiveness and …

Analysis

Why This Paper Matters

This paper addresses a critical limitation of naive retrieval-augmented generation (RAG) systems: their tendency to produce narrow or incomplete summaries when queries require synthesizing information across multiple documents. By introducing Graph RAG, the authors propose a structured approach that leverages knowledge graphs to capture global relationships, moving beyond local retrieval. This is significant because real-world applications—such as legal document analysis, medical report generation, or scientific literature review—demand comprehensive and diverse summaries that naive RAG often fails to deliver. The paper's focus on query-focused summarization aligns with growing industry needs for precise, context-aware AI outputs.

Technical Contributions

The key innovation is the integration of knowledge graphs into the RAG pipeline. Instead of retrieving isolated text chunks, Graph RAG constructs a graph from source documents, where nodes represent entities or concepts and edges denote relationships. During query processing, the system retrieves relevant subgraphs, enabling it to capture cross-document connections and global context. The paper evaluates multiple conditions (C1-C3) that vary graph construction and retrieval strategies, showing consistent improvements over naive RAG. This approach bridges graph-based reasoning with generative models, offering a principled way to enhance retrieval quality.

Results

The abstract reports that all Graph RAG conditions outperformed naive RAG on comprehensiveness and diversity metrics. Specifically, conditions C1-C3 showed slight improvements in answer comprehensiveness. While exact numerical metrics are not provided in the abstract, the consistent outperformance across conditions underscores the robustness of the graph-based approach. The diversity improvement is particularly notable, as it suggests Graph RAG can generate summaries covering a wider range of relevant information.

Significance

Graph RAG has broad implications for AI systems that rely on retrieval-augmented generation, including chatbots, question answering, and automated report writing. By incorporating structured knowledge, it reduces the risk of missing critical information and improves the factual grounding of generated text. This work also opens avenues for combining graph neural networks with large language models, potentially leading to more interpretable and controllable summarization systems. As the field moves toward more reliable AI, Graph RAG represents a practical step forward.