Generative Adversarial Network for Abstractive Text Summarization
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.
Code (1)
Tasks
Abstractive Text SummarizationGenerative Adversarial Networkreinforcement-learningReinforcement LearningReinforcement Learning (RL)Text SummarizationSimilar Papers 제목 키워드 기반
Semantic-Preserving Abstractive Text Summarization with Siamese Generative Adversarial Net
We propose a novel siamese generative adversarial net for abstractive text summarization (SSPGAN), which can preserve the main semantics of the source text. Different from previous generative adversarial net based method…
Abstractive Text SummarizationText SummarizationAttacks against Abstractive Text Summarization Models through Lead Bias and Influence Functions
Large Language Models have introduced novel opportunities for text comprehension and generation. Yet, they are vulnerable to adversarial perturbations and data poisoning attacks, particularly in tasks like text classific…
Abstractive Text SummarizationAdversarial RobustnessData PoisoningReading Comprehension+3Deep Recurrent Generative Decoder for Abstractive Text Summarization
We propose a new framework for abstractive text summarization based on a sequence-to-sequence oriented encoder-decoder model equipped with a deep recurrent generative decoder (DRGN). Latent structure information implie…
Abstractive Text SummarizationDecoderText SummarizationVariational InferenceReinforced Generative Adversarial Network for Abstractive Text Summarization
Sequence-to-sequence models provide a viable new approach to generative summarization, allowing models that are no longer limited to simply selecting and recombining sentences from the original text. However, these model…
Abstractive Text SummarizationDecoderGenerative Adversarial NetworkText SummarizationLearning to Encode Text as Human-Readable Summaries using Generative Adversarial Networks
Auto-encoders compress input data into a latent-space representation and reconstruct the original data from the representation. This latent representation is not easily interpreted by humans. In this paper, we propose tr…
Abstractive Text Summarization