PoDA pre-trains a Transformer plus pointer-generator seq2seq model as a denoising autoencoder and reports gains over non-pre-trained baselines on summarization and grammatical error correction.
Global Encoding for Abstractive Summarization
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In neural abstractive summarization, the conventional sequence-to-sequence (seq2seq) model often suffers from repetition and semantic irrelevance. To tackle the problem, we propose a global encoding framework, which controls the information flow from the encoder to the decoder based on the global information of the source context. It consists of a convolutional gated unit to perform global encoding to improve the representations of the source-side information. Evaluations on the LCSTS and the English Gigaword both demonstrate that our model outperforms the baseline models, and the analysis shows that our model is capable of reducing repetition.
fields
cs.CL 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Denoising based Sequence-to-Sequence Pre-training for Text Generation
PoDA pre-trains a Transformer plus pointer-generator seq2seq model as a denoising autoencoder and reports gains over non-pre-trained baselines on summarization and grammatical error correction.