Registering Source Tokens to Target Language Spaces in Multilingual Neural Machine Translation
Zhi Qu, Yiran Wang, Jiannan Mao, Chenchen Ding, Hideki Tanaka, Masao Utiyama, Taro Watanabe
TL;DR
This work tackles the persistent off-target issue in multilingual neural machine translation by introducing Registering, a decoder-only approach that inserts registers to map source token semantics into the target language space. By carefully redesigning the attention mask so that generation relies on registers rather than directly on the source, the method enforces generation within the desired language space and dramatically reduces off-target translations. The authors demonstrate state-of-the-art results on the EC-40 benchmark and scale up with two pre-trained MITRE models (466M and 913M parameters) trained on 9.3B sentence pairs across 24 languages, with MITRE-913M outperforming NLLB-3.3B and competing with GPT-4o mini in several directions. They also show strong fine-tuning adaptability and provide open-source releases to foster further MNMT research, highlighting the practical potential of cost-efficient MNMT that approaches LLM-like performance.
Abstract
The multilingual neural machine translation (MNMT) aims for arbitrary translations across multiple languages. Although MNMT-specific models trained on parallel data offer low costs in training and deployment, their performance consistently lags behind that of large language models (LLMs). In this work, we introduce registering, a novel method that enables a small MNMT-specific model to compete with LLMs. Specifically, we insert a set of artificial tokens specifying the target language, called registers, into the input sequence between the source and target tokens. By modifying the attention mask, the target token generation only pays attention to the activation of registers, representing the source tokens in the target language space. Experiments on EC-40, a large-scale benchmark, show that our method advances the state-of-the-art of MNMT. We further pre-train two models, namely MITRE (multilingual translation with registers), by 9.3 billion sentence pairs across 24 languages collected from public corpora. One of them, MITRE-913M, outperforms NLLB-3.3B, achieves comparable performance with commercial LLMs, and shows strong adaptability in fine-tuning. Finally, we open-source our models to facilitate further research and development in MNMT: https://github.com/zhiqu22/mitre.
