paper-with-me

홈 › Papers

FEQA: A Question Answering Evaluation Framework for Faithfulness Assessment in Abstractive Summarization

2020-05-07 · ACL 2020 6 · Esin Durmus, He He, Mona Diab

Neural abstractive summarization models are prone to generate content inconsistent with the source document, i.e. unfaithful. Existing automatic metrics do not capture such mistakes effectively. We tackle the problem of evaluating faithfulness of a generated summary given its source document. We first collected human annotations of faithfulness for outputs from numerous models on two datasets. We find that current models exhibit a trade-off between abstractiveness and faithfulness: outputs with less word overlap with the source document are more likely to be unfaithful. Next, we propose an automatic question answering (QA) based metric for faithfulness, FEQA, which leverages recent advances in reading comprehension. Given question-answer pairs generated from the summary, a QA model extracts answers from the document; non-matched answers indicate unfaithful information in the summary. Among metrics based on word overlap, embedding similarity, and learned language understanding models, our QA-based metric has significantly higher correlation with human faithfulness scores, especially on highly abstractive summaries.

📄 PDF Abstract BibTeX arXiv:2005.03754

Code (2)

esdurmus/summary-faithfulness 공식 구현 pytorch
huffon/factsumm

Tasks

Abstractive Text SummarizationQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

LifeQA: A Real-life Dataset for Video Question Answering

2020-05-01 · LREC 2020 5 · Santiago Castro, Mahmoud Azab, Jonathan Stroud, Cristina Noujaim 외

We introduce LifeQA, a benchmark dataset for video question answering that focuses on day-to-day real-life situations. Current video question answering datasets consist of movies and TV shows. However, it is well-known t…

Multiple-choiceQuestion AnsweringVideo Question Answering

TIFA: Accurate and Interpretable Text-to-Image Faithfulness Evaluation with Question Answering

2023-03-21 · ICCV 2023 1 · Yushi Hu, Benlin Liu, Jungo Kasai, Yizhong Wang 외

Despite thousands of researchers, engineers, and artists actively working on improving text-to-image generation models, systems often fail to produce images that accurately align with the text inputs. We introduce TIFA (…

4kImage GenerationLanguage ModellingObject Counting+5

A Red Teaming Framework for Large Language Models: A Case Study on Faithfulness Evaluation

2026-06-24 · Abrar Alotaibi, Raed Mughus, Moataz Ahmed arxiv

Large language models (LLMs) have demonstrated remarkable performance across natural language processing tasks, yet their deployment in high-stakes applications raises critical concerns regarding reliability, safety, and…

Red Teaming

Faithfulness metric fusion: Improving the evaluation of LLM trustworthiness across domains

2025-12-05 · Ben Malin, Tatiana Kalganova, Nikolaos Boulgouris arxiv

We present a methodology for improving the accuracy of faithfulness evaluation in Large Language Models (LLMs). The proposed methodology is based on the combination of elementary faithfulness metrics into a combined (fus…

Question Answering

ASTRID -- An Automated and Scalable TRIaD for the Evaluation of RAG-based Clinical Question Answering Systems

2025-01-14 · Mohita Chowdhury, Yajie Vera He, Aisling Higham, Ernest Lim

Large Language Models (LLMs) have shown impressive potential in clinical question answering (QA), with Retrieval Augmented Generation (RAG) emerging as a leading approach for ensuring the factual accuracy of model respon…

Question AnsweringRAGRetrieval-augmented Generation