IRAICLMar 13, 2025

FG-RAG: Enhancing Query-Focused Summarization with Context-Aware Fine-Grained Graph RAG

arXiv:2504.07103v14 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in retrieval-augmented generation for query-focused summarization, offering an incremental improvement for researchers and practitioners in natural language processing.

The paper tackles the problem of query-focused summarization by proposing FG-RAG, a context-aware fine-grained graph RAG method that enhances comprehensiveness, diversity, and empowerment, outperforming other RAG systems in multiple metrics.

Retrieval-Augmented Generation (RAG) enables large language models to provide more precise and pertinent responses by incorporating external knowledge. In the Query-Focused Summarization (QFS) task, GraphRAG-based approaches have notably enhanced the comprehensiveness and diversity of generated responses. However, existing GraphRAG-based approaches predominantly focus on coarse-grained information summarization without being aware of the specific query, and the retrieved content lacks sufficient contextual information to generate comprehensive responses. To address the deficiencies of current RAG systems, we propose Context-Aware Fine-Grained Graph RAG (FG-RAG) to enhance the performance of the QFS task. FG-RAG employs Context-Aware Entity Expansion in graph retrieval to expand the coverage of retrieved entities in the graph, thus providing enough contextual information for the retrieved content. Furthermore, FG-RAG utilizes Query-Level Fine-Grained Summarization to incorporate fine-grained details during response generation, enhancing query awareness for the generated summarization. Our evaluation demonstrates that FG-RAG outperforms other RAG systems in multiple metrics of comprehensiveness, diversity, and empowerment when handling the QFS task. Our implementation is available at https://github.com/BuptWululu/FG-RAG.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes