Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Document Summarization by Jointly Learning to Score and Select Sentences

About

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 network framework for extractive document summarization by jointly learning to score and select sentences. It first reads the document sentences with a hierarchical encoder to obtain the representation of sentences. Then it builds the output summary by extracting sentences one by one. Different from previous methods, our approach integrates the selection strategy into the scoring model, which directly predicts the relative importance given previously selected sentences. Experiments on the CNN/Daily Mail dataset show that the proposed framework significantly outperforms the state-of-the-art extractive summarization models.

Qingyu Zhou, Nan Yang, Furu Wei, Shaohan Huang, Ming Zhou, Tiejun Zhao• 2018

Related benchmarks

TaskDatasetResultRank
Abstractive Text SummarizationCNN/Daily Mail (test)
ROUGE-L37.98
169
SummarizationarXiv (test)
ROUGE-147.49
161
SummarizationPubMed (test)
ROUGE-147.46
107
Text SummarizationCNN/Daily Mail (test)
ROUGE-219.01
65
SummarizationCNN/Daily Mail original, non-anonymized (test)
ROUGE-141.59
54
Document SummarizationGovReport (test)
ROUGE-158.94
50
Extractive SummarizationCNN/Daily Mail (test)
ROUGE-141.59
36
Extractive SummarizationPubMed (test)
ROUGE-144.54
32
SummarizationCNN/DailyMail (test)--
22
SummarizationCNNDM full-length F1 (test)
ROUGE-141.59
19
Showing 10 of 13 rows

Other info

Code

Follow for update