paper-with-me

Papers

Annotating and Modeling Fine-grained Factuality in Summarization

2021-04-09 · NAACL 2021 4 · Tanya Goyal, Greg Durrett

Recent pre-trained abstractive summarization systems have started to achieve credible performance, but a major barrier to their use in practice is their propensity to output summaries that are not faithful to the input and that contain factual errors. While a number of annotated datasets and statistical models for assessing factuality have been explored, there is no clear picture of what errors are most important to target or where current techniques are succeeding and failing. We explore both synthetic and human-labeled data sources for training models to identify factual errors in summarization, and study factuality at the word-, dependency-, and sentence-level. Our observations are threefold. First, exhibited factual errors differ significantly across datasets, and commonly-used training sets of simple synthetic errors do not reflect errors made on abstractive datasets like XSum. Second, human-labeled data with fine-grained annotations provides a more effective training signal than sentence-level annotations or synthetic data. Finally, we show that our best factuality detection model enables training of more factual XSum summarization models by allowing us to identify non-factual tokens in the training data.

📄 PDF Abstract BibTeX arXiv:2104.04302

Code (3)

tagoyal/factuality-datasets 공식 구현 pytorch
amazon-research/fact-graph jax
amazon-science/fact-graph jax

Tasks

Abstractive Text SummarizationSentence

Similar Papers 제목 키워드 기반

Fine-grained and Explainable Factuality Evaluation for Multimodal Summarization

2024-02-18 · Yue Zhang, Jingxuan Zuo, Liqiang Jing

Multimodal summarization aims to generate a concise summary based on the input text and image. However, the existing methods potentially suffer from unfactual output. To evaluate the factuality of multimodal summarizatio…

Reference Matters: Benchmarking Factual Error Correction for Dialogue Summarization with Fine-grained Evaluation Framework

2023-06-08 · Mingqi Gao, Xiaojun Wan, Jia Su, Zhefeng Wang 외

Factuality is important to dialogue summarization. Factual error correction (FEC) of model-generated summaries is one way to improve factuality. Current FEC evaluation that relies on factuality metrics is not reliable an…

Benchmarking

ISQA: Informative Factuality Feedback for Scientific Summarization

2024-04-20 · Zekai Li, Yanxia Qin, Qian Liu, Min-Yen Kan

We propose Iterative Facuality Refining on Informative Scientific Question-Answering (ISQA) feedback\footnote{Code is available at \url{https://github.com/lizekai-richard/isqa}}, a method following human learning theorie…

Question Answering

Understanding Factual Errors in Summarization: Errors, Summarizers, Datasets, Error Detectors

2022-05-25 · Liyan Tang, Tanya Goyal, Alexander R. Fabbri, Philippe Laban 외

The propensity of abstractive summarization models to make factual errors has been studied extensively, including design of metrics to detect factual errors and annotation of errors in current systems' outputs. However, …

Abstractive Text Summarization

FactPICO: Factuality Evaluation for Plain Language Summarization of Medical Evidence

2024-02-18 · Sebastian Antony Joseph, Lily Chen, Jan Trienes, Hannah Louisa Göke 외

Plain language summarization with LLMs can be useful for improving textual accessibility of technical content. But how factual are these summaries in a high-stakes domain like medicine? This paper presents FactPICO, a fa…

PICO