An Empirical Comparison Of Simple Domain Adaptation Methods For Neural Machine Translation | Awesome LLM Papers

An Empirical Comparison Of Simple Domain Adaptation Methods For Neural Machine Translation

Chenhui Chu, Raj Dabre, Sadao Kurohashi · Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers) · 2017

In this paper, we propose a novel domain adaptation method named “mixed fine tuning” for neural machine translation (NMT). We combine two existing approaches namely fine tuning and multi domain NMT. We first train an NMT model on an out-of-domain parallel corpus, and then fine tune it on a parallel corpus which is a mix of the in-domain and out-of-domain corpora. All corpora are augmented with artificial tags to indicate specific domains. We empirically compare our proposed method against fine tuning and multi domain methods and discuss its benefits and shortcomings.

Similar Work
Loading…