Unsupervised Pretraining for Neural Machine Translation Using Elastic Weight Consolidation
Du\v{s}an Vari\v{s}, Ond\v{r}ej Bojar

TL;DR
This paper explores unsupervised pretraining for neural machine translation by initializing with language models and fine-tuning with Elastic Weight Consolidation, achieving faster convergence without needing original data during fine-tuning.
Contribution
It introduces a novel combination of language model initialization and EWC regularization for NMT, improving training speed and data efficiency.
Findings
EWC with decoder achieves BLEU scores comparable to previous methods.
Model converges 2-3 times faster with EWC.
EWC regularization is less effective when tasks are unrelated.
Abstract
This work presents our ongoing research of unsupervised pretraining in neural machine translation (NMT). In our method, we initialize the weights of the encoder and decoder with two language models that are trained with monolingual data and then fine-tune the model on parallel data using Elastic Weight Consolidation (EWC) to avoid forgetting of the original language modeling tasks. We compare the regularization by EWC with the previous work that focuses on regularization by language modeling objectives. The positive result is that using EWC with the decoder achieves BLEU scores similar to the previous work. However, the model converges 2-3 times faster and does not require the original unlabeled training data during the fine-tuning stage. In contrast, the regularization using EWC is less effective if the original and new tasks are not closely related. We show that initializing the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsElastic Weight Consolidation
