paper-with-me

홈 › Papers

What Do Compressed Multilingual Machine Translation Models Forget?

2022-05-22 · Alireza Mohammadshahi, Vassilina Nikoulina, Alexandre Berard, Caroline Brun, James Henderson, Laurent Besacier

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

📄 PDF Abstract BibTeX arXiv:2205.10828

Code (1)

alirezamshi/bias-compressedmt 공식 구현

Tasks

Machine TranslationMemorizationTranslation

Similar Papers 제목 키워드 기반

Conditions for Catastrophic Forgetting in Multilingual Translation

2025-10-22 · Danni Liu, Jan Niehues arxiv

Fine-tuning multilingual foundation models on specific languages often induces catastrophic forgetting, degrading performance on languages unseen in fine-tuning. While this phenomenon is widely-documented, the literature…

parameter-efficient fine-tuningMachine Translation

Domain adapted machine translation: What does catastrophic forgetting forget and why?

2024-12-23 · Danielle Saunders, Steve DeNeefe

Neural Machine Translation (NMT) models can be specialized by domain adaptation, often involving fine-tuning on a dataset of interest. This process risks catastrophic forgetting: rapid loss of generic translation quality…

Domain AdaptationMachine TranslationNMTTranslation

Few-Shot Regularization to Tackle Catastrophic Forgetting in Multilingual Machine Translation

2022-09-01 · AMTA 2022 9 · Salvador Carrión-Ponz None, Francisco Casacuberta

Increasing the number of tasks supported by a machine learning model without forgetting previously learned tasks is the goal of any lifelong learning system. In this work, we study how to mitigate the effects of the cata…

Lifelong learningMachine TranslationTranslation

Life-long Learning for Multilingual Neural Machine Translation with Knowledge Distillation

2022-12-06 · Yang Zhao, Junnan Zhu, Lu Xiang, Jiajun Zhang 외

A common scenario of Multilingual Neural Machine Translation (MNMT) is that each translation task arrives in a sequential manner, and the training data of previous tasks is unavailable. In this scenario, the current meth…

Knowledge DistillationMachine TranslationTranslation

A Comparison of Transformer and Recurrent Neural Networks on Multilingual Neural Machine Translation

2018-06-18 · COLING 2018 8 · Surafel M. Lakew, Mauro Cettolo, Marcello Federico

Recently, neural machine translation (NMT) has been extended to multilinguality, that is to handle more than one translation direction with a single system. Multilingual NMT showed competitive performance against pure bi…

Machine TranslationNMTTransfer LearningTranslation