ConsistTL: Modeling Consistency in Transfer Learning for Low-Resource Neural Machine Translation
Zhaocong Li, Xuebo Liu, Derek F. Wong, Lidia S. Chao, Min Zhang

TL;DR
ConsistTL introduces a novel transfer learning approach for low-resource neural machine translation that continuously guides the child model during training by enforcing prediction consistency with a parent model, leading to significant performance gains.
Contribution
It proposes a dynamic transfer learning method, ConsistTL, that maintains ongoing knowledge transfer during training, unlike static prior methods.
Findings
Achieves up to 1.7 BLEU improvement on WMT17 Turkish-English benchmark.
Enhances inference calibration of the child model.
Demonstrates effectiveness across five low-resource NMT tasks.
Abstract
Transfer learning is a simple and powerful method that can be used to boost model performance of low-resource neural machine translation (NMT). Existing transfer learning methods for NMT are static, which simply transfer knowledge from a parent model to a child model once via parameter initialization. In this paper, we propose a novel transfer learning method for NMT, namely ConsistTL, which can continuously transfer knowledge from the parent model during the training of the child model. Specifically, for each training instance of the child model, ConsistTL constructs the semantically-equivalent instance for the parent model and encourages prediction consistency between the parent and child for this instance, which is equivalent to the child model learning each instance under the guidance of the parent model. Experimental results on five low-resource NMT tasks demonstrate that ConsistTL…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
