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

Get To The Point: Summarization with Pointer-Generator Networks

About

Neural sequence-to-sequence models have provided a viable new approach for abstractive text summarization (meaning they are not restricted to simply selecting and rearranging passages from the original text). However, these models have two shortcomings: they are liable to reproduce factual details inaccurately, and they tend to repeat themselves. In this work we propose a novel architecture that augments the standard sequence-to-sequence attentional model in two orthogonal ways. First, we use a hybrid pointer-generator network that can copy words from the source text via pointing, which aids accurate reproduction of information, while retaining the ability to produce novel words through the generator. Second, we use coverage to keep track of what has been summarized, which discourages repetition. We apply our model to the CNN / Daily Mail summarization task, outperforming the current abstractive state-of-the-art by at least 2 ROUGE points.

Abigail See, Peter J. Liu, Christopher D. Manning• 2017

Related benchmarks

TaskDatasetResultRank
SummarizationXSum (test)
ROUGE-29.21
231
Abstractive Text SummarizationCNN/Daily Mail (test)
ROUGE-L36.57
169
SummarizationarXiv (test)
ROUGE-132.06
161
Text SummarizationDUC 2004 (test)
ROUGE-128.28
115
Dialogue SummarizationSamSum (test)
ROUGE-215.3
80
SummarizationarXiv
ROUGE-29.04
76
SummarizationPubmed
ROUGE-135.86
70
Text SummarizationCNN/Daily Mail (test)
ROUGE-217.7
65
SummarizationbigPatent
ROUGE-133.14
61
SummarizationCNN/Daily Mail original, non-anonymized (test)
ROUGE-140.34
54
Showing 10 of 82 rows
...

Other info

Code

Follow for update