EMNLP 2021main35 citations

Improving Neural Machine Translation by Bidirectional Training

Liang Ding, Di Wu, Dacheng Tao

Abstract

We present a simple and effective pretraining strategy – bidirectional training (BiT) for neural machine translation. Specifically, we bidirectionally update the model parameters at the early stage and then tune the model normally. To achieve bidirectional updating, we simply reconstruct the training samples from “src→tgt” to “src+tgt→tgt+src” without any complicated model modifications. Notably, our approach does not increase any parameters or training steps, requiring the parallel data merely. Experimental results show that BiT pushes the SOTA neural machine translation performance across 15 translation tasks on 8 language pairs (data sizes range from 160K to 38M) significantly higher. Encouragingly, our proposed model can complement existing data manipulation strategies, i.e. back translation, data distillation, and data diversification. Extensive analyses show that our approach functions as a novel bilingual code-switcher, obtaining better bilingual alignment.

BibTeX
@inproceedings{ding-etal-2021-improving,
    title = "Improving Neural Machine Translation by Bidirectional Training",
    author = "Ding, Liang  and
      Wu, Di  and
      Tao, Dacheng",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.263/",
    doi = "10.18653/v1/2021.emnlp-main.263",
    pages = "3278--3284"
}
Improving Neural Machine Translation by Bidirectional Training · EMNLP 2021