paper-with-me

Papers

Discriminative Adversarial Search for Abstractive Summarization

2020-02-24 · ICML 2020 1 · Thomas Scialom, Paul-Alexis Dray, Sylvain Lamprier, Benjamin Piwowarski, Jacopo Staiano

We introduce a novel approach for sequence decoding, Discriminative Adversarial Search (DAS), which has the desirable properties of alleviating the effects of exposure bias without requiring external metrics. Inspired by Generative Adversarial Networks (GANs), wherein a discriminator is used to improve the generator, our method differs from GANs in that the generator parameters are not updated at training time and the discriminator is only used to drive sequence generation at inference time. We investigate the effectiveness of the proposed approach on the task of Abstractive Summarization: the results obtained show that a naive application of DAS improves over the state-of-the-art methods, with further gains obtained via discriminator retraining. Moreover, we show how DAS can be effective for cross-domain adaptation. Finally, all results reported are obtained without additional rule-based filtering strategies, commonly used by the best performing systems available: this indicates that DAS can effectively be deployed without relying on post-hoc modifications of the generated outputs.

📄 PDF Abstract BibTeX arXiv:2002.10375

Code (1)

microsoft/unilm 공식 구현 pytorch

Tasks

Abstractive Text SummarizationDomain Adaptation

Methods 이 논문이 사용한 방법론

Discriminative Adversarial Search Discriminative Adversarial Search, or DAS, is a sequence decoding approach which aims to alleviate the effects of exposure bias and to optimize on the data distribution…

Similar Papers 제목 키워드 기반

Generative Adversarial Network for Abstractive Text Summarization

2017-11-26 · Linqing Liu, Yao Lu, Min Yang, Qiang Qu 외

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…

Abstractive Text SummarizationGenerative Adversarial Networkreinforcement-learningReinforcement Learning+2

Robust Neural Abstractive Summarization Systems and Evaluation against Adversarial Information

2018-10-14 · Lisa Fan, Dong Yu, Lu Wang

Sequence-to-sequence (seq2seq) neural models have been actively investigated for abstractive summarization. Nevertheless, existing neural abstractive systems frequently generate factually incorrect summaries and are vuln…

Abstractive Text Summarization

Robust Neural Abstractive Summarization Systems and Evaluation against Adversarial Information

2018-10-14 · NIPS Workshop IRASL 2018 · Anonymous

Sequence-to-sequence (seq2seq) neural models have been actively investigated for abstractive summarization. Nevertheless, existing neural abstractive systems frequently generate factually incorrect summaries and are vuln…

Abstractive Text Summarization

Abstractive Text Summarization by Incorporating Reader Comments

2018-12-13 · Shen Gao, Xiuying Chen, Piji Li, Zhaochun Ren 외

In neural abstractive summarization field, conventional sequence-to-sequence based models often suffer from summarizing the wrong aspect of the document with respect to the main aspect. To tackle this problem, we propose…

Abstractive Text SummarizationReader-Aware SummarizationText Summarization

Deep Recurrent Generative Decoder for Abstractive Text Summarization

2017-08-02 · EMNLP 2017 9 · Piji Li, Wai Lam, Lidong Bing, ZiHao Wang

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 Inference