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

Generative Adversarial Network for Abstractive Text Summarization

About

In this paper, we propose an adversarial process for abstractive text summarization, in which we simultaneously train a generative model G and a discriminative model D. In particular, we build the generator G as an agent of reinforcement learning, which takes the raw text as input and predicts the abstractive summarization. We also build a discriminator which attempts to distinguish the generated summary from the ground truth summary. Extensive experiments demonstrate that our model achieves competitive ROUGE scores with the state-of-the-art methods on CNN/Daily Mail dataset. Qualitatively, we show that our model is able to generate more abstractive, readable and diverse summaries.

Linqing Liu, Yao Lu, Min Yang, Qiang Qu, Jia Zhu, Hongyan Li• 2017

Related benchmarks

TaskDatasetResultRank
Abstractive Text SummarizationCNN/Daily Mail (test)
ROUGE-L36.71
169
SummarizationCNN/Daily Mail (test)
Relevance6.74
8
Abstractive SummarizationCNN/Daily Mail full-text (test)
NN Score (2)3.15
5
Showing 3 of 3 rows

Other info

Code

Follow for update