Improving Language Transfer Capability of Decoder-only Architecture in Multilingual Neural Machine Translation
Zhi Qu, Yiran Wang, Chenchen Ding, Hideki Tanaka, Masao Utiyama, Taro Watanabe
TL;DR
This work identifies the lack of language transfer as the main weakness of decoder-only MNMT. It introduces Two-stage Decoder-only (TDO) decoding to explicitly separate source-to-target transfer in the first stage from target token generation in the second stage, and adds Instruction-level Contrastive Learning (InstruCL) to supervise source representations toward the target language. Across TED-19 and OPUS-100, TDO achieves competitive supervised performance while InstruCL substantially improves zero-shot translation, with reported gains up to 3.39 BLEU and 4.81 COMET. Representational analyses confirm that the improvements stem from enhanced language transfer in the decoder-only framework, suggesting a practical route to scalable, efficient multilingual translation without full encoder-decoder architectures.
Abstract
Existing multilingual neural machine translation (MNMT) approaches mainly focus on improving models with the encoder-decoder architecture to translate multiple languages. However, decoder-only architecture has been explored less in MNMT due to its underperformance when trained on parallel data solely. In this work, we attribute the issue of the decoder-only architecture to its lack of language transfer capability. Specifically, the decoder-only architecture is insufficient in encoding source tokens with the target language features. We propose dividing the decoding process into two stages so that target tokens are explicitly excluded in the first stage to implicitly boost the transfer capability across languages. Additionally, we impose contrastive learning on translation instructions, resulting in improved performance in zero-shot translation. We conduct experiments on TED-19 and OPUS-100 datasets, considering both training from scratch and fine-tuning scenarios. Experimental results show that, compared to the encoder-decoder architecture, our methods not only perform competitively in supervised translations but also achieve improvements of up to 3.39 BLEU, 6.99 chrF++, 3.22 BERTScore, and 4.81 COMET in zero-shot translations.
