paper-with-me

홈 › Papers

SummaC: Re-Visiting NLI-based Models for Inconsistency Detection in Summarization

2021-11-18 · Philippe Laban, Tobias Schnabel, Paul N. Bennett, Marti A. Hearst

In the summarization domain, a key requirement for summaries is to be factually consistent with the input document. Previous work has found that natural language inference (NLI) models do not perform competitively when applied to inconsistency detection. In this work, we revisit the use of NLI for inconsistency detection, finding that past work suffered from a mismatch in input granularity between NLI datasets (sentence-level), and inconsistency detection (document level). We provide a highly effective and light-weight method called SummaCConv that enables NLI models to be successfully used for this task by segmenting documents into sentence units and aggregating scores between pairs of sentences. On our newly introduced benchmark called SummaC (Summary Consistency) consisting of six large inconsistency detection datasets, SummaCConv obtains state-of-the-art results with a balanced accuracy of 74.4%, a 5% point improvement compared to prior work. We make the models and datasets available: https://github.com/tingofurro/summac

📄 PDF Abstract BibTeX arXiv:2111.09525

Code (3)

tingofurro/summac 공식 구현 pytorch
salesforce/auditnlg
stair-lab/villm-eval pytorch

Tasks

Natural Language InferenceSentence

Similar Papers 제목 키워드 기반

Interpretable Automatic Fine-grained Inconsistency Detection in Text Summarization

2023-05-23 · Hou Pong Chan, Qi Zeng, Heng Ji

Existing factual consistency evaluation approaches for text summarization provide binary predictions and limited insights into the weakness of summarization systems. Therefore, we propose the task of fine-grained inconsi…

Semantic Role LabelingText Summarization

FIZZ: Factual Inconsistency Detection by Zoom-in Summary and Zoom-out Document

2024-04-17 · Joonho Yang, Seunghyun Yoon, Byeongjeong Kim, Hwanhee Lee

Through the advent of pre-trained language models, there have been notable advancements in abstractive summarization systems. Simultaneously, a considerable number of novel methods for evaluating factual consistency in a…

Abstractive Text Summarization

A Comparative Study of Quality Evaluation Methods for Text Summarization

2024-06-30 · Huyen Nguyen, Haihua Chen, Lavanya Pobbathi, Junhua Ding

Evaluating text summarization has been a challenging task in natural language processing (NLP). Automatic metrics which heavily rely on reference summaries are not suitable in many situations, while human evaluation is t…

Text Summarization

Faithful Summarization of Consumer Health Queries: A Cross-Lingual Framework with LLMs

2025-11-13 · Ajwad Abrar, Nafisa Tabassum Oeshy, Prianka Maheru, Farzana Tabassum 외 arxiv

Summarizing consumer health questions (CHQs) can ease communication in healthcare, but unfaithful summaries that misrepresent medical details pose serious risks. We propose a framework that combines TextRank-based senten…

Medical Named Entity RecognitionText Summarization

SIFiD: Reassess Summary Factual Inconsistency Detection with LLM

2024-03-12 · Jiuding Yang, Hui Liu, Weidong Guo, Zhuwei Rao 외

Ensuring factual consistency between the summary and the original document is paramount in summarization tasks. Consequently, considerable effort has been dedicated to detecting inconsistencies. With the advent of Large …

Natural Language InferenceSemantic SimilaritySemantic Textual Similarity