Abstractive Text Summarization based on Language Model Conditioning and Locality Modeling
We explore to what extent knowledge about the pre-trained language model that is used is beneficial for the task of abstractive summarization. To this end, we experiment with conditioning the encoder and decoder of a Transformer-based neural model on the BERT language model. In addition, we propose a new method of BERT-windowing, which allows chunk-wise processing of texts longer than the BERT window size. We also explore how locality modelling, i.e., the explicit restriction of calculations to the local context, can affect the summarization ability of the Transformer. This is done by introducing 2-dimensional convolutional self-attention into the first layers of the encoder. The results of our models are compared to a baseline and the state-of-the-art models on the CNN/Daily Mail dataset. We additionally train our model on the SwissText dataset to demonstrate usability on German. Both models outperform the baseline in ROUGE scores on two datasets and show its superiority in a manual qualitative analysis.
Code (1)
Tasks
Abstractive Text SummarizationDecoderLanguage ModelingLanguage ModellingText SummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Combination of abstractive and extractive approaches for summarization of long scientific texts
In this research work, we present a method to generate summaries of long scientific documents that uses the advantages of both extractive and abstractive approaches. Before producing a summary in an abstractive manner, w…
Leveraging Locality in Abstractive Text Summarization
Neural attention models have achieved significant improvements on many natural language processing tasks. However, the quadratic memory complexity of the self-attention module with respect to the input length hinders the…
Abstractive Text SummarizationText GenerationText SummarizationLeveraging Attribute Conditioning for Abstractive Multi Document Summarization
Abstractive multi document summarization has evolved as a task through the basic sequence to sequence approaches to transformer and graph based techniques. Each of these approaches has primarily focused on the issues of …
AttributeDocument SummarizationMulti-Document SummarizationACM -- Attribute Conditioning for Abstractive Multi Document Summarization
Abstractive multi document summarization has evolved as a task through the basic sequence to sequence approaches to transformer and graph based techniques. Each of these approaches has primarily focused on the issues of …
AttributeDocument SummarizationInformativenessMulti-Document SummarizationNeural Abstractive Text Summarizer for Telugu Language
Abstractive Text Summarization is the process of constructing semantically relevant shorter sentences which captures the essence of the overall meaning of the source text. It is actually difficult and very time consuming…
Abstractive Text SummarizationDecoderDeep LearningSentence+1