Direct Neural Machine Translation with Task-level Mixture of Experts models
Isidora Chara Tourni, Subhajit Naskar
TL;DR
The paper addresses Direct NMT between non-English languages where direct parallel data is scarce. It applies Task-level Mixture-of-Experts to a multilingual Transformer, routing translation tasks by language pair or by target language to distribute learning across experts, and compares 16- and 64-expert configurations against bilingual and pivot baselines across 108 languages and 53 direct pairs. It contributes comprehensive BLEU comparisons and expert-routing analyses, showing that 16-expert LP/TL MoE often matches or surpasses baseline methods on many direct directions, while 64-expert variants yield mixed results, and it provides actionable guidance on routing strategies for different language pairs. The work offers a scalable, inference-efficient path to expand direct NMT coverage and informs design choices for mixture-of-experts in multilingual translation, with implications for deploying smaller task-specific dense models derived from the MoE.
Abstract
Direct neural machine translation (direct NMT) is a type of NMT system that translates text between two non-English languages. Direct NMT systems often face limitations due to the scarcity of parallel data between non-English language pairs. Several approaches have been proposed to address this limitation, such as multilingual NMT and pivot NMT (translation between two languages via English). Task-level Mixture of expert models (Task-level MoE), an inference-efficient variation of Transformer-based models, has shown promising NMT performance for a large number of language pairs. In Task-level MoE, different language groups can use different routing strategies to optimize cross-lingual learning and inference speed. In this work, we examine Task-level MoE's applicability in direct NMT and propose a series of high-performing training and evaluation configurations, through which Task-level MoE-based direct NMT systems outperform bilingual and pivot-based models for a large number of low and high-resource direct pairs, and translation directions. Our Task-level MoE with 16 experts outperforms bilingual NMT, Pivot NMT models for 7 language pairs, while pivot-based models still performed better in 9 pairs and directions.
