paper-with-me

홈 › Papers

Windowing Models for Abstractive Summarization of Long Texts

2020-04-07 · Leon Schüller, Florian Wilhelm, Nico Kreiling, Goran Glavaš

Neural summarization models suffer from the fixed-size input limitation: if text length surpasses the model's maximal number of input tokens, some document content (possibly summary-relevant) gets truncated Independently summarizing windows of maximal input size disallows for information flow between windows and leads to incoherent summaries. We propose windowing models for neural abstractive summarization of (arbitrarily) long texts. We extend the sequence-to-sequence model augmented with pointer generator network by (1) allowing the encoder to slide over different windows of the input document and (2) sharing the decoder and retaining its state across different input windows. We explore two windowing variants: Static Windowing precomputes the number of tokens the decoder should generate from each window (based on training corpus statistics); in Dynamic Windowing the decoder learns to emit a token that signals encoder's shift to the next input window. Empirical results render our models effective in their intended use-case: summarizing long texts with relevant content not bound to the very document beginning.

📄 PDF Abstract BibTeX arXiv:2004.03324

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDecoder

Similar Papers 제목 키워드 기반

Abstractive Text Summarization based on Language Model Conditioning and Locality Modeling

2020-03-29 · LREC 2020 5 · Dmitrii Aksenov, Julián Moreno-Schneider, Peter Bourgonje, Robert Schwarzenberg 외

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 Tra…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+1

Combination of abstractive and extractive approaches for summarization of long scientific texts

2020-06-09 · Vladislav Tretyak, Denis Stepanov

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…

A Comparative Study on Abstractive and Extractive Approaches in Summarization of European Legislation Documents

2021-09-01 · RANLP 2021 9 · Valentin Zmiycharov, Milen Chechev, Gergana Lazarova, Todor Tsonkov 외

Extracting the most important part of legislation documents has great business value because the texts are usually very long and hard to understand. The aim of this article is to evaluate different algorithms for text su…

Text Summarization

MovieSum: An Abstractive Summarization Dataset for Movie Screenplays

2024-08-12 · Rohit Saxena, Frank Keller

Movie screenplay summarization is challenging, as it requires an understanding of long input contexts and various elements unique to movies. Large language models have shown significant advancements in document summariza…

Abstractive Text SummarizationDocument SummarizationLong-Form Narrative Summarization

Improving Abstractive Text Summarization with History Aggregation

2019-12-24 · Pengcheng Liao, Chuang Zhang, Xiaojun Chen, Xiaofei Zhou

Recent neural sequence to sequence models have provided feasible solutions for abstractive summarization. However, such models are still hard to tackle long text dependency in the summarization task. A high-quality summa…

Abstractive Text SummarizationDecoderText Summarization