Meta-Curriculum Learning for Domain Adaptation in Neural Machine Translation
Runzhe Zhan, Xuebo Liu, Derek F. Wong, Lidia S. Chao
Abstract
Meta-learning has been sufficiently validated to be beneficial for low-resource neural machine translation (NMT). However, we find that meta-trained NMT fails to improve the translation performance of the domain unseen at the meta-training stage. In this paper, we aim to alleviate this issue by proposing a novel meta-curriculum learning for domain adaptation in NMT. During meta-training, the NMT first learns the similar curricula from each domain to avoid falling into a bad local optimum early, and finally learns the curricula of individualities to improve the model robustness for learning domain-specific knowledge. Experimental results on 10 different low-resource domains show that meta-curriculum learning can improve the translation performance of both familiar and unfamiliar domains. All the codes and data are freely available at https://github.com/NLP2CT/Meta-Curriculum.
BibTeX
@inproceedings{aaai2021_metacurriculumle,
title = {Meta-Curriculum Learning for Domain Adaptation in Neural Machine Translation},
author = {Runzhe Zhan and Xuebo Liu and Derek F. Wong and Lidia S. Chao},
booktitle = {AAAI 2021},
year = {2021}
}