EMNLP 2022finding20 citations

Data Selection Curriculum for Neural Machine Translation

Tasnim Mohiuddin, Philipp Koehn, Vishrav Chaudhary, James Cross, Shruti Bhosale, Shafiq Joty

Abstract

Neural Machine Translation (NMT) models are typically trained on heterogeneous data that are concatenated and randomly shuffled. However, not all of the training data are equally useful to the model. Curriculum training aims to present the data to the NMT models in a meaningful order. In this work, we introduce a two-stage training framework for NMT where we fine-tune a base NMT model on subsets of data, selected by both deterministic scoring using pre-trained methods and online scoring that considers prediction scores of the emerging NMT model. Through comprehensive experiments on six language pairs comprising low- and high-resource languages from WMT’21, we have shown that our curriculum strategies consistently demonstrate better quality (up to +2.2 BLEU improvement) and faster convergence (approximately 50% fewer updates).

BibTeX
@inproceedings{mohiuddin-etal-2022-data,
    title = "Data Selection Curriculum for Neural Machine Translation",
    author = "Mohiuddin, Tasnim  and
      Koehn, Philipp  and
      Chaudhary, Vishrav  and
      Cross, James  and
      Bhosale, Shruti  and
      Joty, Shafiq",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.113/",
    doi = "10.18653/v1/2022.findings-emnlp.113",
    pages = "1569--1582"
}
Data Selection Curriculum for Neural Machine Translation · EMNLP 2022