Generative Adversarial Network for Abstractive Text Summarization
Abstract
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.
Cite
@article{arxiv.1711.09357,
title = {Generative Adversarial Network for Abstractive Text Summarization},
author = {Linqing Liu and Yao Lu and Min Yang and Qiang Qu and Jia Zhu and Hongyan Li},
journal= {arXiv preprint arXiv:1711.09357},
year = {2017}
}
Comments
AAAI 2018 abstract, Supplemental material: http://likicode.com/textsum/