paper-with-me

Papers

Fine-grained Factual Consistency Assessment for Abstractive Summarization Models

2021-11-01 · EMNLP 2021 11 · Sen Zhang, Jianwei Niu, Chuyuan Wei

Factual inconsistencies existed in the output of abstractive summarization models with original documents are frequently presented. Fact consistency assessment requires the reasoning capability to find subtle clues to identify whether a model-generated summary is consistent with the original document. This paper proposes a fine-grained two-stage Fact Consistency assessment framework for Summarization models (SumFC). Given a document and a summary sentence, in the first stage, SumFC selects the top-K most relevant sentences with the summary sentence from the document. In the second stage, the model performs fine-grained consistency reasoning at the sentence level, and then aggregates all sentences’ consistency scores to obtain the final assessment result. We get the training data pairs by data synthesis and adopt contrastive loss of data pairs to help the model identify subtle cues. Experiment results show that SumFC has made a significant improvement over the previous state-of-the-art methods. Our experiments also indicate that SumFC distinguishes detailed differences better.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationSentence

Similar Papers 제목 키워드 기반

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

How Far are We from Robust Long Abstractive Summarization?

2022-10-30 · Huan Yee Koh, Jiaxin Ju, He Zhang, Ming Liu 외

Abstractive summarization has made tremendous progress in recent years. In this work, we perform fine-grained human annotations to evaluate long document abstractive summarization systems (i.e., models and metrics) with …

Abstractive Text Summarization

LongDocFACTScore: Evaluating the Factuality of Long Document Abstractive Summarisation

2023-09-21 · Jennifer A Bishop, Qianqian Xie, Sophia Ananiadou

Maintaining factual consistency is a critical issue in abstractive text summarisation, however, it cannot be assessed by traditional automatic metrics used for evaluating text summarisation, such as ROUGE scoring. Recent…

Enhancing Factual Consistency of Abstractive Summarization

2020-03-19 · NAACL 2021 4 · Chenguang Zhu, William Hinthorn, Ruochen Xu, Qingkai Zeng 외

Automatic abstractive summaries are found to often distort or fabricate facts in the article. This inconsistency between summary and original text has seriously impacted its applicability. We propose a fact-aware summari…

Abstractive Text SummarizationGraph Attention

Entity-level Factual Adaptiveness of Fine-tuning based Abstractive Summarization Models

2024-02-23 · Jongyoon Song, Nohil Park, Bongkyu Hwang, Jaewoong Yun 외

Abstractive summarization models often generate factually inconsistent content particularly when the parametric knowledge of the model conflicts with the knowledge in the input document. In this paper, we analyze the rob…

Abstractive Text SummarizationContrastive LearningcounterfactualData Augmentation