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

From Local to Global: A Graph RAG Approach to Query-Focused Summarization

About

The use of retrieval-augmented generation (RAG) to retrieve relevant information from an external knowledge source enables large language models (LLMs) to answer questions over private and/or previously unseen document collections. However, RAG fails on global questions directed at an entire text corpus, such as "What are the main themes in the dataset?", since this is inherently a query-focused summarization (QFS) task, rather than an explicit retrieval task. Prior QFS methods, meanwhile, do not scale to the quantities of text indexed by typical RAG systems. To combine the strengths of these contrasting methods, we propose GraphRAG, a graph-based approach to question answering over private text corpora that scales with both the generality of user questions and the quantity of source text. Our approach uses an LLM to build a graph index in two stages: first, to derive an entity knowledge graph from the source documents, then to pregenerate community summaries for all groups of closely related entities. Given a question, each community summary is used to generate a partial response, before all partial responses are again summarized in a final response to the user. For a class of global sensemaking questions over datasets in the 1 million token range, we show that GraphRAG leads to substantial improvements over a conventional RAG baseline for both the comprehensiveness and diversity of generated answers.

Darren Edge, Ha Trinh, Newman Cheng, Joshua Bradley, Alex Chao, Apurva Mody, Steven Truitt, Dasha Metropolitansky, Robert Osazuwa Ness, Jonathan Larson• 2024

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy61.4
1215
Question AnsweringARC Challenge
Accuracy85.07
906
Multi-task Language UnderstandingMMLU
Accuracy62.53
876
Language UnderstandingMMLU
Accuracy84.85
825
ReasoningBBH
Accuracy73.2
672
Question AnsweringARC Easy
Normalized Acc84.18
389
Multi-hop Question Answering2WikiMultihopQA
EM50
387
Reading ComprehensionRACE high
Accuracy76.8
295
Multi-hop Question AnsweringHotpotQA
F1 Score56.83
294
Multi-hop Question AnsweringHotpotQA (test)
F168.6
255
Showing 10 of 288 rows
...

Other info

Follow for update