Improving Abstraction in Text Summarization
Abstractive text summarization aims to shorten long text documents into a human readable form that contains the most important facts from the original document. However, the level of actual abstraction as measured by novel phrases that do not appear in the source document remains low in existing approaches. We propose two techniques to improve the level of abstraction of generated summaries. First, we decompose the decoder into a contextual network that retrieves relevant parts of the source document, and a pretrained language model that incorporates prior knowledge about language generation. Second, we propose a novelty metric that is optimized directly through policy learning to encourage the generation of novel phrases. Our model achieves results comparable to state-of-the-art models, as determined by ROUGE scores and human evaluations, while achieving a significantly higher level of abstraction as measured by n-gram overlap with the source document.
Code (0)
등록된 구현이 없습니다.
Tasks
Abstractive Text SummarizationDecoderLanguage ModelingLanguage ModellingText GenerationText SummarizationSimilar Papers 제목 키워드 기반
Abstractiveness Metrics for Evaluating Text Summarization: A Refined Formulation with Empirical Validation
Quantifying abstractiveness in generated summaries is essential for evaluating summarization models beyond surface-level metrics like ROUGE. We introduce Reference Abstraction (RA), Summary Abstraction (SA), and Abstract…
Text SummarizationA more abstractive summarization model
Pointer-generator network is an extremely popular method of text summarization. More recent works in this domain still build on top of the baseline pointer generator by augmenting a content selection phase, or by decompo…
Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+2BUS:Efficient and Effective Vision-language Pre-training with Bottom-Up Patch Summarization
Vision Transformer (ViT) based Vision-Language Pre-training (VLP) models have demonstrated impressive performance in various tasks. However, the lengthy visual token sequences fed into ViT can lead to training inefficien…
DecoderText SummarizationImproving Latent Alignment in Text Summarization by Generalizing the Pointer Generator
Pointer Generators have been the de facto standard for modern summarization systems. However, this architecture faces two major drawbacks: Firstly, the pointer is limited to copying the exact words while ignoring possibl…
Text SummarizationWord AlignmentPlain English Summarization of Contracts
Unilateral contracts, such as terms of service, play a substantial role in modern digital life. However, few users read these documents before accepting the terms within, as they are too long and the language too complic…
Extractive SummarizationText SummarizationUnsupervised Extractive Summarization