English

Unsupervised Pretraining for Sequence to Sequence Learning

Computation and Language 2018-02-23 v2 Machine Learning Neural and Evolutionary Computing

Abstract

This work presents a general unsupervised learning method to improve the accuracy of sequence to sequence (seq2seq) models. In our method, the weights of the encoder and decoder of a seq2seq model are initialized with the pretrained weights of two language models and then fine-tuned with labeled data. We apply this method to challenging benchmarks in machine translation and abstractive summarization and find that it significantly improves the subsequent supervised models. Our main result is that pretraining improves the generalization of seq2seq models. We achieve state-of-the art results on the WMT English\rightarrowGerman task, surpassing a range of methods using both phrase-based machine translation and neural machine translation. Our method achieves a significant improvement of 1.3 BLEU from the previous best models on both WMT'14 and WMT'15 English\rightarrowGerman. We also conduct human evaluations on abstractive summarization and find that our method outperforms a purely supervised learning baseline in a statistically significant manner.

Keywords

Cite

@article{arxiv.1611.02683,
  title  = {Unsupervised Pretraining for Sequence to Sequence Learning},
  author = {Prajit Ramachandran and Peter J. Liu and Quoc V. Le},
  journal= {arXiv preprint arXiv:1611.02683},
  year   = {2018}
}

Comments

Updated to accepted EMNLP 2017 version

R2 v1 2026-06-22T16:46:10.593Z