paper-with-me

홈 › Papers

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

2025-03-13 · Yubin Hong, Chaofan Li, Jingyi Zhang, Yingxia Shao

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.

📄 PDF Abstract BibTeX arXiv:2504.07103

Code (1)

buptwululu/fg-rag 공식 구현

Tasks

DiversityQuery-focused SummarizationRAGResponse GenerationRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Context-aware Decoding Reduces Hallucination in Query-focused Summarization

2023-12-21 · Zhichao Xu

Query-focused summarization (QFS) aims to provide a summary of a single document/multi documents that can satisfy the information needs of a given query. It is useful for various real-world applications, such as abstract…

HallucinationLanguage ModellingLarge Language ModelNews Summarization+4

Query-Focused Extractive Video Summarization

2016-07-18 · Aidean Sharghi, Boqing Gong, Mubarak Shah

Video data is explosively growing. As a result of the "big video data", intelligent algorithms for automatic video summarization have re-emerged as a pressing need. We develop a probabilistic model, Sequential and Hierar…

Query focused video summarizationVideo Summarization

Convolutional Hierarchical Attention Network for Query-Focused Video Summarization

2020-01-31 · Shuwen Xiao, Zhou Zhao, Zijian Zhang, Xiaohui Yan 외

Previous approaches for video summarization mainly concentrate on finding the most diverse and representative visual contents as video summary without considering the user's preference. This paper addresses the task of q…

Query focused video summarizationVideo Summarization

Improving Query-Focused Meeting Summarization with Query-Relevant Knowledge

2023-09-05 · Tiezheng Yu, Ziwei Ji, Pascale Fung

Query-Focused Meeting Summarization (QFMS) aims to generate a summary of a given meeting transcript conditioned upon a query. The main challenges for QFMS are the long input text length and sparse query-relevant informat…

Meeting Summarization

Few-shot Query-Focused Summarization with Prefix-Merging

2022-11-29 · Ruifeng Yuan, Zili Wang, Ziqiang Cao, Wenjie Li

Query-focused summarization has been considered as an important extension for text summarization. It aims to generate a concise highlight for a given query. Different from text summarization, query-focused summarization …

Few-Shot LearningQuery-focused SummarizationQuestion AnsweringText Summarization