Understanding and Analyzing Model Robustness and Knowledge-Transfer in Multilingual Neural Machine Translation using TX-Ray
Vageesh Saxena, Sharid Loáiciga, Nils Rethmeier
TL;DR
The thesis investigates robustness and knowledge-transfer in multilingual NMT under extremely low-resource conditions, employing TX-Ray to interpret cross-language transfer. It compares sequential transfer and joint multi-task learning, finding that sequential transfer generally yields stronger multilingual performance on a 40k-sentence corpus, while selective pruning tends to degrade performance and increase catastrophic forgetting. The work demonstrates that language-root proximity influences transfer effectiveness and shows how TX-Ray-derived neuron-knowledge distributions can visualize and quantify transfer dynamics. Practically, the findings highlight both the promise and limits of knowledge transfer and pruning in low-resource MNMT, and offer a framework for interpretable analysis of multi-language transfer phenomena.
Abstract
Neural networks have demonstrated significant advancements in Neural Machine Translation (NMT) compared to conventional phrase-based approaches. However, Multilingual Neural Machine Translation (MNMT) in extremely low-resource settings remains underexplored. This research investigates how knowledge transfer across languages can enhance MNMT in such scenarios. Using the Tatoeba translation challenge dataset from Helsinki NLP, we perform English-German, English-French, and English-Spanish translations, leveraging minimal parallel data to establish cross-lingual mappings. Unlike conventional methods relying on extensive pre-training for specific language pairs, we pre-train our model on English-English translations, setting English as the source language for all tasks. The model is fine-tuned on target language pairs using joint multi-task and sequential transfer learning strategies. Our work addresses three key questions: (1) How can knowledge transfer across languages improve MNMT in extremely low-resource scenarios? (2) How does pruning neuron knowledge affect model generalization, robustness, and catastrophic forgetting? (3) How can TX-Ray interpret and quantify knowledge transfer in trained models? Evaluation using BLEU-4 scores demonstrates that sequential transfer learning outperforms baselines on a 40k parallel sentence corpus, showcasing its efficacy. However, pruning neuron knowledge degrades performance, increases catastrophic forgetting, and fails to improve robustness or generalization. Our findings provide valuable insights into the potential and limitations of knowledge transfer and pruning in MNMT for extremely low-resource settings.
