paper-with-me

Papers

FactGraph: Evaluating Factuality in Summarization with Semantic Graph Representations

2022-04-13 · NAACL 2022 7 · Leonardo F. R. Ribeiro, Mengwen Liu, Iryna Gurevych, Markus Dreyer, Mohit Bansal

Despite recent improvements in abstractive summarization, most current approaches generate summaries that are not factually consistent with the source document, severely restricting their trust and usage in real-world applications. Recent works have shown promising improvements in factuality error identification using text or dependency arc entailments; however, they do not consider the entire semantic graph simultaneously. To this end, we propose FactGraph, a method that decomposes the document and the summary into structured meaning representations (MR), which are more suitable for factuality evaluation. MRs describe core semantic concepts and their relations, aggregating the main content in both document and summary in a canonical form, and reducing data sparsity. FactGraph encodes such graphs using a graph encoder augmented with structure-aware adapters to capture interactions among the concepts based on the graph connectivity, along with text representations using an adapter-based text encoder. Experiments on different benchmarks for evaluating factuality show that FactGraph outperforms previous approaches by up to 15%. Furthermore, FactGraph improves performance on identifying content verifiability errors and better captures subsentence-level factual inconsistencies.

📄 PDF Abstract BibTeX arXiv:2204.06508

Code (3)

amazon-research/fact-graph 공식 구현 jax
amazon-science/controllable-readability-summarization pytorch
amazon-science/fact-graph jax

Tasks

Abstractive Text SummarizationARC

Similar Papers 제목 키워드 기반

Evaluating the Tradeoff Between Abstractiveness and Factuality in Abstractive Summarization

2021-08-05 · Markus Dreyer, Mengwen Liu, Feng Nan, Sandeep Atluri 외

Neural models for abstractive summarization tend to generate output that is fluent and well-formed but lacks semantic faithfulness, or factuality, with respect to the input documents. In this paper, we analyze the tradeo…

Abstractive Text Summarization

Evaluating and Improving Factuality in Multimodal Abstractive Summarization

2022-11-04 · David Wan, Mohit Bansal

Current metrics for evaluating factuality for abstractive document summarization have achieved high correlations with human judgment, but they do not account for the vision modality and thus are not adequate for vision-a…

Abstractive Text SummarizationDocument Summarization

GO FIGURE: A Meta Evaluation of Factuality in Summarization

2020-10-24 · Findings (ACL) 2021 8 · Saadia Gabriel, Asli Celikyilmaz, Rahul Jha, Yejin Choi 외

While neural language models can generate text with remarkable fluency and coherence, controlling for factual correctness in generation remains an open research question. This major discrepancy between the surface-level …

Common Sense ReasoningDiagnosticDocument SummarizationText Generation

AMRFact: Enhancing Summarization Factuality Evaluation with AMR-Driven Negative Samples Generation

2023-11-16 · Haoyi Qiu, Kung-Hsiang Huang, Jingnong Qu, Nanyun Peng

Ensuring factual consistency is crucial for natural language generation tasks, particularly in abstractive summarization, where preserving the integrity of information is paramount. Prior works on evaluating factual cons…

Abstractive Text SummarizationNatural Language InferenceText Generation

Stress Testing Factual Consistency Metrics for Long-Document Summarization

2025-11-10 · Zain Muhammad Mujahid, Dustin Wright, Isabelle Augenstein arxiv

Evaluating the factual consistency of abstractive text summarization remains a significant challenge, particularly for long documents, where conventional metrics struggle with input length limitations and long-range depe…

Abstractive Text SummarizationDocument Summarization