English

The LMU Munich System for the WMT 2020 Unsupervised Machine Translation Shared Task

Computation and Language 2020-10-27 v1

Abstract

This paper describes the submission of LMU Munich to the WMT 2020 unsupervised shared task, in two language directions, German<->Upper Sorbian. Our core unsupervised neural machine translation (UNMT) system follows the strategy of Chronopoulou et al. (2020), using a monolingual pretrained language generation model (on German) and fine-tuning it on both German and Upper Sorbian, before initializing a UNMT model, which is trained with online backtranslation. Pseudo-parallel data obtained from an unsupervised statistical machine translation (USMT) system is used to fine-tune the UNMT model. We also apply BPE-Dropout to the low resource (Upper Sorbian) data to obtain a more robust system. We additionally experiment with residual adapters and find them useful in the Upper Sorbian->German direction. We explore sampling during backtranslation and curriculum learning to use SMT translations in a more principled way. Finally, we ensemble our best-performing systems and reach a BLEU score of 32.4 on German->Upper Sorbian and 35.2 on Upper Sorbian->German.

Keywords

Cite

@article{arxiv.2010.13192,
  title  = {The LMU Munich System for the WMT 2020 Unsupervised Machine Translation Shared Task},
  author = {Alexandra Chronopoulou and Dario Stojanovski and Viktor Hangya and Alexander Fraser},
  journal= {arXiv preprint arXiv:2010.13192},
  year   = {2020}
}

Comments

WMT Unsupervised Shared Task 2020

R2 v1 2026-06-23T19:38:06.535Z