English

What Do Compressed Multilingual Machine Translation Models Forget?

Computation and Language 2023-06-28 v4 Artificial Intelligence Machine Learning

Abstract

Recently, very large pre-trained models achieve state-of-the-art results in various natural language processing (NLP) tasks, but their size makes it more challenging to apply them in resource-constrained environments. Compression techniques allow to drastically reduce the size of the models and therefore their inference time with negligible impact on top-tier metrics. However, the general performance averaged across multiple tasks and/or languages may hide a drastic performance drop on under-represented features, which could result in the amplification of biases encoded by the models. In this work, we assess the impact of compression methods on Multilingual Neural Machine Translation models (MNMT) for various language groups, gender, and semantic biases by extensive analysis of compressed models on different machine translation benchmarks, i.e. FLORES-101, MT-Gender, and DiBiMT. We show that the performance of under-represented languages drops significantly, while the average BLEU metric only slightly decreases. Interestingly, the removal of noisy memorization with compression leads to a significant improvement for some medium-resource languages. Finally, we demonstrate that compression amplifies intrinsic gender and semantic biases, even in high-resource languages. Code: https://github.com/alirezamshi/bias-compressedMT

Keywords

Cite

@article{arxiv.2205.10828,
  title  = {What Do Compressed Multilingual Machine Translation Models Forget?},
  author = {Alireza Mohammadshahi and Vassilina Nikoulina and Alexandre Berard and Caroline Brun and James Henderson and Laurent Besacier},
  journal= {arXiv preprint arXiv:2205.10828},
  year   = {2023}
}

Comments

Accepted to Findings of EMNLP 2022, presented at WMT 2022

R2 v1 2026-06-24T11:24:45.235Z