paper-with-me

Papers

Evidence-Focused Fact Summarization for Knowledge-Augmented Zero-Shot Question Answering

2024-03-05 · Sungho Ko, Hyunjin Cho, Hyungjoo Chae, Jinyoung Yeo, Dongha Lee

Recent studies have investigated utilizing Knowledge Graphs (KGs) to enhance Quesetion Answering (QA) performance of Large Language Models (LLMs), yet structured KG verbalization remains challengin. Existing methods, such as triple-form or free-form textual conversion of triple-form facts, encounter several issues. These include reduced evidence density due to duplicated entities or relationships, and reduced evidence clarity due to an inability to emphasize crucial evidence. To address these issues, we propose EFSum, an Evidence-focused Fact Summarization framework for enhanced QA with knowledge-augmented LLMs. We optimize an open-source LLM as a fact summarizer through distillation and preference alignment. Our extensive experiments show that EFSum improves LLM's zero-shot QA performance, and it is possible to ensure both the helpfulness and faithfulness of the summary.

📄 PDF Abstract BibTeX arXiv:2403.02966

Code (1)

anon809/efsum 공식 구현 pytorch

Tasks

FormKnowledge GraphsQuestion Answering

Similar Papers 제목 키워드 기반

Rethinking All Evidence: Enhancing Trustworthy Retrieval-Augmented Generation via Conflict-Driven Summarization

2025-07-02 · Juan Chen, Baolong Bi, Wei Zhang, Jingyan Sui 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by integrating their parametric knowledge with external retrieved content. However, knowledge conflicts caused by internal inconsistencies or noi…

Unstructured Evidence Attribution for Long Context Query Focused Summarization

2025-02-20 · Dustin Wright, Zain Muhammad Mujahid, Lu Wang, Isabelle Augenstein 외

Large language models (LLMs) are capable of generating coherent summaries from very long contexts given a user query. Extracting and properly citing evidence spans could help improve the transparency and reliability of t…

Query-focused Summarization

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

WildGraphBench: Benchmarking GraphRAG with Wild-Source Corpora

2026-02-02 · Pengyu Wang, Benfeng Xu, Licheng Zhang, Shaohan Wang 외 arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) organizes external knowledge as a hierarchical graph, enabling efficient retrieval and aggregation of scattered evidence across multiple documents. However, many exis…

Generating Query-Focused Summarization Datasets from Query-Free Summarization Datasets

2026-05-06 · Yllias Chali, Deen Abdullah arxiv

Large-scale datasets are widely used to perform summarization tasks, but they may not include queries alongside documents and summaries. In the search for suitable datasets for Query-Focused Summarization (QFS), we ident…