paper-with-me

홈 › Papers

Towards Improving Faithfulness in Abstractive Summarization

2022-10-04 · Xiuying Chen, Mingzhe Li, Xin Gao, Xiangliang Zhang

Despite the success achieved in neural abstractive summarization based on pre-trained language models, one unresolved issue is that the generated summaries are not always faithful to the input document. There are two possible causes of the unfaithfulness problem: (1) the summarization model fails to understand or capture the gist of the input text, and (2) the model over-relies on the language model to generate fluent but inadequate words. In this work, we propose a Faithfulness Enhanced Summarization model (FES), which is designed for addressing these two problems and improving faithfulness in abstractive summarization. For the first problem, we propose to use question-answering (QA) to examine whether the encoder fully grasps the input document and can answer the questions on the key information in the input. The QA attention on the proper input words can also be used to stipulate how the decoder should attend to the source. For the second problem, we introduce a max-margin loss defined on the difference between the language and the summarization model, aiming to prevent the overconfidence of the language model. Extensive experiments on two benchmark summarization datasets, CNN/DM and XSum, demonstrate that our model significantly outperforms strong baselines. The evaluation of factual consistency also shows that our model generates more faithful summaries than baselines.

📄 PDF Abstract BibTeX arXiv:2210.01877

Code (1)

iriscxy/fes 공식 구현 pytorch

Tasks

Abstractive Text SummarizationDecoderLanguage ModelingLanguage ModellingQuestion Answering

Similar Papers 제목 키워드 기반

Faithful or Extractive? On Mitigating the Faithfulness-Abstractiveness Trade-off in Abstractive Summarization

2021-08-31 · ACL 2022 5 · Faisal Ladhak, Esin Durmus, He He, Claire Cardie 외

Despite recent progress in abstractive summarization, systems still suffer from faithfulness errors. While prior work has proposed models that improve faithfulness, it is unclear whether the improvement comes from an inc…

Abstractive Text Summarization

Faithful or Extractive? On Mitigating the Faithfulness-Abstractiveness Trade-off in Abstractive Summarization

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Despite recent progress in abstractive summarization, systems still suffer from faithfulness errors. While prior work has proposed models that improve faithfulness, it is unclear whether the improvement comes from an inc…

Abstractive Text Summarization

Faithfulness-Aware Decoding Strategies for Abstractive Summarization

2023-03-06 · David Wan, Mengwen Liu, Kathleen McKeown, Markus Dreyer 외

Despite significant progress in understanding and improving faithfulness in abstractive summarization, the question of how decoding strategies affect faithfulness is less studied. We present a systematic study of the eff…

Abstractive Text Summarization

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 …

Abstractive Text SummarizationQuestion AnsweringReading Comprehension

Measuring Factual Consistency of Abstractive Summaries

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Recent abstractive summarization systems fail to generate factual consistent -- faithful -- summaries, which heavily limits their practical application. Commonly, these models tend to mix concepts from the source or hal…

Abstractive Text SummarizationRe-Ranking