paper-with-me

홈 › Papers

Asking and Answering Questions to Evaluate the Factual Consistency of Summaries

2020-04-08 · ACL 2020 6 · Alex Wang, Kyunghyun Cho, Mike Lewis

Practical applications of abstractive summarization models are limited by frequent factual inconsistencies with respect to their input. Existing automatic evaluation metrics for summarization are largely insensitive to such errors. We propose an automatic evaluation protocol called QAGS (pronounced "kags") that is designed to identify factual inconsistencies in a generated summary. QAGS is based on the intuition that if we ask questions about a summary and its source, we will receive similar answers if the summary is factually consistent with the source. To evaluate QAGS, we collect human judgments of factual consistency on model-generated summaries for the CNN/DailyMail (Hermann et al., 2015) and XSUM (Narayan et al., 2018) summarization datasets. QAGS has substantially higher correlations with these judgments than other automatic evaluation metrics. Also, QAGS offers a natural form of interpretability: The answers and questions generated while computing QAGS indicate which tokens of a summary are inconsistent and why. We believe QAGS is a promising tool in automatically generating usable and factually consistent text.

📄 PDF Abstract BibTeX arXiv:2004.04228

Code (2)

W4ngatang/qags 공식 구현 pytorch
huffon/factsumm

Tasks

Abstractive Text Summarization

Similar Papers 제목 키워드 기반

Traveling Across Languages: Benchmarking Cross-Lingual Consistency in Multimodal LLMs

2025-05-21 · Hao Wang, Pinzhi Huang, Jihan Yang, Saining Xie 외

The rapid evolution of multimodal large language models (MLLMs) has significantly enhanced their real-world applications. However, achieving consistent performance across languages, especially when integrating cultural k…

BenchmarkingQuestion AnsweringVisual Question Answering

Discrepancy Detection at the Data Level: Toward Consistent Multilingual Question Answering

2025-10-13 · Lorena Calvo-Bartolomé, Valérie Aldana, Karla Cantarero, Alonso Madroñal de Mesa 외 arxiv

Multilingual question answering (QA) systems must ensure factual consistency across languages, especially for objective queries such as What is jaundice?, while also accounting for cultural variation in subjective respon…

Question Answering

Exploring the Factual Consistency in Dialogue Comprehension of Large Language Models

2023-11-13 · Shuaijie She, ShuJian Huang, Xingyun Wang, Yanke Zhou 외

LLMs (Large Language Models) usually interact with users in the form of dialogue and generate responses following their instructions, which naturally require dialogue comprehension abilities. However, dialogue comprehens…

Exploring Contrast Consistency of Open-Domain Question Answering Systems on Minimally Edited Questions

2023-05-23 · Zhihan Zhang, Wenhao Yu, Zheng Ning, Mingxuan Ju 외

Contrast consistency, the ability of a model to make consistently correct predictions in the presence of perturbations, is an essential aspect in NLP. While studied in tasks such as sentiment analysis and reading compreh…

Data AugmentationLanguage ModelingLanguage ModellingLarge Language Model+4

Who's Asking? Evaluating LLM Robustness to Inquiry Personas in Factual Question Answering

2025-10-14 · Nil-Jana Akpinar, Chia-Jung Lee, Vanessa Murdock, Pietro Perona arxiv

Large Language Models (LLMs) should answer factual questions truthfully, grounded in objective knowledge, regardless of user context such as self-disclosed personal information, or system personalization. In this paper, …

Question Answering