paper-with-me

Papers

Sliding Selector Network with Dynamic Memory for Extractive Summarization of Long Documents

2021-06-01 · NAACL 2021 4 · Peng Cui, Le Hu

Neural-based summarization models suffer from the length limitation of text encoder. Long documents have to been truncated before they are sent to the model, which results in huge loss of summary-relevant contents. To address this issue, we propose the sliding selector network with dynamic memory for extractive summarization of long-form documents, which employs a sliding window to extract summary sentences segment by segment. Moreover, we adopt memory mechanism to preserve and update the history information dynamically, allowing the semantic flow across different windows. Experimental results on two large-scale datasets that consist of scientific papers demonstrate that our model substantially outperforms previous state-of-the-art models. Besides, we perform qualitative and quantitative investigations on how our model works and where the performance gain comes from.

📄 PDF Abstract BibTeX

Code (1)

pcui-nlp/ssn_dm 공식 구현 pytorch

Tasks

Extractive Summarization

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

Classify or Select: Neural Architectures for Extractive Document Summarization

2016-11-14 · Ramesh Nallapati, Bo-Wen Zhou, Mingbo Ma

We present two novel and contrasting Recurrent Neural Network (RNN) based architectures for extractive summarization of documents. The Classifier based architecture sequentially accepts or rejects each sentence in the or…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

Unsupervised Extractive Summarization by Human Memory Simulation

2021-04-16 · Ronald Cardenas, Matthias Galle, Shay B. Cohen

Summarization systems face the core challenge of identifying and selecting important information. In this paper, we tackle the problem of content selection in unsupervised extractive summarization of long, structured doc…

ArticlesExtractive SummarizationUnsupervised Extractive Summarization

An Enhanced MeanSum Method For Generating Hotel Multi-Review Summarizations

2020-12-07 · Saibo Geng, Diego Antognini

Multi-document summaritazion is the process of taking multiple texts as input and producing a short summary text based on the content of input texts. Up until recently, multi-document summarizers are mostly supervised ex…

Abstractive Text Summarization