English

Exploring Unsupervised Pretraining Objectives for Machine Translation

Computation and Language 2021-06-11 v1

Abstract

Unsupervised cross-lingual pretraining has achieved strong results in neural machine translation (NMT), by drastically reducing the need for large parallel data. Most approaches adapt masked-language modeling (MLM) to sequence-to-sequence architectures, by masking parts of the input and reconstructing them in the decoder. In this work, we systematically compare masking with alternative objectives that produce inputs resembling real (full) sentences, by reordering and replacing words based on their context. We pretrain models with different methods on English\leftrightarrowGerman, English\leftrightarrowNepali and English\leftrightarrowSinhala monolingual data, and evaluate them on NMT. In (semi-) supervised NMT, varying the pretraining objective leads to surprisingly small differences in the finetuned performance, whereas unsupervised NMT is much more sensitive to it. To understand these results, we thoroughly study the pretrained models using a series of probes and verify that they encode and use information in different ways. We conclude that finetuning on parallel data is mostly sensitive to few properties that are shared by most models, such as a strong decoder, in contrast to unsupervised NMT that also requires models with strong cross-lingual abilities.

Keywords

Cite

@article{arxiv.2106.05634,
  title  = {Exploring Unsupervised Pretraining Objectives for Machine Translation},
  author = {Christos Baziotis and Ivan Titov and Alexandra Birch and Barry Haddow},
  journal= {arXiv preprint arXiv:2106.05634},
  year   = {2021}
}

Comments

Findings of ACL 2021

R2 v1 2026-06-24T03:03:01.460Z