English

Denoising based Sequence-to-Sequence Pre-training for Text Generation

Computation and Language 2019-08-23 v1

Abstract

This paper presents a new sequence-to-sequence (seq2seq) pre-training method PoDA (Pre-training of Denoising Autoencoders), which learns representations suitable for text generation tasks. Unlike encoder-only (e.g., BERT) or decoder-only (e.g., OpenAI GPT) pre-training approaches, PoDA jointly pre-trains both the encoder and decoder by denoising the noise-corrupted text, and it also has the advantage of keeping the network architecture unchanged in the subsequent fine-tuning stage. Meanwhile, we design a hybrid model of Transformer and pointer-generator networks as the backbone architecture for PoDA. We conduct experiments on two text generation tasks: abstractive summarization, and grammatical error correction. Results on four datasets show that PoDA can improve model performance over strong baselines without using any task-specific techniques and significantly speed up convergence.

Keywords

Cite

@article{arxiv.1908.08206,
  title  = {Denoising based Sequence-to-Sequence Pre-training for Text Generation},
  author = {Liang Wang and Wei Zhao and Ruoyu Jia and Sujian Li and Jingming Liu},
  journal= {arXiv preprint arXiv:1908.08206},
  year   = {2019}
}

Comments

Accepted to EMNLP 2019

R2 v1 2026-06-23T10:53:55.604Z