English

Mitigating Data Imbalance and Representation Degeneration in Multilingual Machine Translation

Computation and Language 2023-10-26 v2

Abstract

Despite advances in multilingual neural machine translation (MNMT), we argue that there are still two major challenges in this area: data imbalance and representation degeneration. The data imbalance problem refers to the imbalance in the amount of parallel corpora for all language pairs, especially for long-tail languages (i.e., very low-resource languages). The representation degeneration problem refers to the problem of encoded tokens tending to appear only in a small subspace of the full space available to the MNMT model. To solve these two issues, we propose Bi-ACL, a framework that uses only target-side monolingual data and a bilingual dictionary to improve the performance of the MNMT model. We define two modules, named bidirectional autoencoder and bidirectional contrastive learning, which we combine with an online constrained beam search and a curriculum learning sampling strategy. Extensive experiments show that our proposed method is more effective both in long-tail languages and in high-resource languages. We also demonstrate that our approach is capable of transferring knowledge between domains and languages in zero-shot scenarios.

Keywords

Cite

@article{arxiv.2305.12786,
  title  = {Mitigating Data Imbalance and Representation Degeneration in Multilingual Machine Translation},
  author = {Wen Lai and Alexandra Chronopoulou and Alexander Fraser},
  journal= {arXiv preprint arXiv:2305.12786},
  year   = {2023}
}

Comments

Accepted to Findings of EMNLP 2023, add statistical significance tests. code available at https://github.com/lavine-lmu/Bi-ACL

R2 v1 2026-06-28T10:41:01.808Z