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

Extractive Summarization as Text Matching

About

This paper creates a paradigm shift with regard to the way we build neural extractive summarization systems. Instead of following the commonly used framework of extracting sentences individually and modeling the relationship between sentences, we formulate the extractive summarization task as a semantic text matching problem, in which a source document and candidate summaries will be (extracted from the original text) matched in a semantic space. Notably, this paradigm shift to semantic matching framework is well-grounded in our comprehensive analysis of the inherent gap between sentence-level and summary-level extractors based on the property of the dataset. Besides, even instantiating the framework with a simple form of a matching model, we have driven the state-of-the-art extractive result on CNN/DailyMail to a new level (44.41 in ROUGE-1). Experiments on the other five datasets also show the effectiveness of the matching framework. We believe the power of this matching-based summarization framework has not been fully exploited. To encourage more instantiations in the future, we have released our codes, processed dataset, as well as generated summaries in https://github.com/maszhongming/MatchSum.

Ming Zhong, Pengfei Liu, Yiran Chen, Danqing Wang, Xipeng Qiu, Xuanjing Huang• 2020

Related benchmarks

TaskDatasetResultRank
SummarizationPubmed
ROUGE-141.21
70
SummarizationCNN Daily Mail
ROUGE-144.41
67
Text SummarizationCNN/Daily Mail (test)
ROUGE-220.86
65
SummarizationCNN/DM
ROUGE-144.41
56
Extractive SummarizationPubMed (test)
ROUGE-141.21
32
Extreme SummarizationSciTLDR 1.0 (test)
ROUGE-142.7
20
SummarizationCNNDM (test)
ROUGE 220.86
20
Extractive SummarizationCNN-DM (test)
ROUGE-144.41
18
Scientific Extreme SummarizationSciTLDR (test)
ROUGE-142.7
14
SummarizationPubMed-Long
ROUGE-141.21
11
Showing 10 of 19 rows

Other info

Code

Follow for update