Global-aware Beam Search for Neural Abstractive Summarization
This study develops a calibrated beam-based algorithm with awareness of the global attention distribution for neural abstractive summarization, aiming to improve the local optimality problem of the original beam search in a rigorous way. Specifically, a novel global protocol is proposed based on the attention distribution to stipulate how a global optimal hypothesis should attend to the source. A global scoring mechanism is then developed to regulate beam search to generate summaries in a near-global optimal fashion. This novel design enjoys a distinctive property, i.e., the global attention distribution could be predicted before inference, enabling step-wise improvements on the beam search through the global scoring mechanism. Extensive experiments on nine datasets show that the global (attention)-aware inference significantly improves state-of-the-art summarization models even using empirical hyper-parameters. The algorithm is also proven robust as it remains to generate meaningful texts with corrupted attention distributions. The codes and a comprehensive set of examples are available.
Code (2)
Tasks
Abstractive Text SummarizationDocument SummarizationMachine TranslationMulti-Document SummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Faithfulness-Aware Decoding Strategies for Abstractive Summarization
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 SummarizationDiverse Beam Search for Increased Novelty in Abstractive Summarization
Text summarization condenses a text to a shorter version while retaining the important informations. Abstractive summarization is a recent development that generates new phrases, rather than simply copying or rephrasing …
Abstractive Text SummarizationDiversityText SummarizationDon't Say What You Don't Know: Improving the Consistency of Abstractive Summarization by Constraining Beam Search
Abstractive summarization systems today produce fluent and relevant output, but often "hallucinate" statements not supported by the source text. We analyze the connection between hallucinations and training data, and fin…
Abstractive Text SummarizationAdaptive Beam Search to Enhance On-device Abstractive Summarization
We receive several essential updates on our smartphones in the form of SMS, documents, voice messages, etc. that get buried beneath the clutter of content. We often do not realize the key information without going throug…
Abstractive Text SummarizationKnowledge DistillationImproved Beam Search for Hallucination Mitigation in Abstractive Summarization
Advancement in large pretrained language models has significantly improved their performance for conditional language generation tasks including summarization albeit with hallucinations. To reduce hallucinations, convent…
Abstractive Text SummarizationDiversityHallucinationNatural Language Inference+2