paper-with-me

홈 › Papers

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 original document order for its membership in the final summary. The Selector architecture, on the other hand, is free to pick one sentence at a time in any arbitrary order to piece together the summary. Our models under both architectures jointly capture the notions of salience and redundancy of sentences. In addition, these models have the advantage of being very interpretable, since they allow visualization of their predictions broken up by abstract features such as information content, salience and redundancy. We show that our models reach or outperform state-of-the-art supervised models on two different corpora. We also recommend the conditions under which one architecture is superior to the other based on experimental evidence.

📄 PDF Abstract BibTeX arXiv:1611.04244

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text SummarizationSentence

Similar Papers 제목 키워드 기반

Exploiting Discourse-Level Segmentation for Extractive Summarization

2019-11-01 · WS 2019 11 · Zhengyuan Liu, Nancy Chen

Extractive summarization selects and concatenates the most essential text spans in a document. Most, if not all, neural approaches use sentences as the elementary unit to select content for summarization. However, semant…

DescriptiveExtractive SummarizationSegmentation

Neural Document Summarization by Jointly Learning to Score and Select Sentences

2018-07-06 · ACL 2018 7 · Qingyu Zhou, Nan Yang, Furu Wei, Shaohan Huang 외

Sentence scoring and sentence selection are two main steps in extractive document summarization systems. However, previous works treat them as two separated subtasks. In this paper, we present a novel end-to-end neural n…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

Enhancing Extractive Text Summarization with Topic-Aware Graph Neural Networks

2020-10-13 · COLING 2020 8 · Peng Cui, Le Hu, Yuanchao Liu

Text summarization aims to compress a textual document to a short summary while keeping salient information. Extractive approaches are widely used in text summarization because of their fluency and efficiency. However, m…

Document SummarizationExtractive SummarizationExtractive Text SummarizationGraph Neural Network+2

Supervising the Centroid Baseline for Extractive Multi-Document Summarization

2023-11-29 · Simão Gonçalves, Gonçalo Correia, Diogo Pernes, Afonso Mendes

The centroid method is a simple approach for extractive multi-document summarization and many improvements to its pipeline have been proposed. We further refine it by adding a beam search process to the sentence selectio…

Document SummarizationMulti-Document SummarizationSentence

BanditSum: Extractive Summarization as a Contextual Bandit

2018-09-25 · EMNLP 2018 10 · Yue Dong, Yikang Shen, Eric Crawford, Herke van Hoof 외

In this work, we propose a novel method for training neural networks to perform single-document extractive summarization without heuristically-generated extractive labels. We call our approach BanditSum as it treats extr…

Extractive SummarizationExtractive Text SummarizationReinforcement Learning