Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

On the Off-Target Problem of Zero-Shot Multilingual Neural Machine Translation

About

While multilingual neural machine translation has achieved great success, it suffers from the off-target issue, where the translation is in the wrong language. This problem is more pronounced on zero-shot translation tasks. In this work, we find that failing in encoding discriminative target language signal will lead to off-target and a closer lexical distance (i.e., KL-divergence) between two languages' vocabularies is related with a higher off-target rate. We also find that solely isolating the vocab of different languages in the decoder can alleviate the problem. Motivated by the findings, we propose Language Aware Vocabulary Sharing (LAVS), a simple and effective algorithm to construct the multilingual vocabulary, that greatly alleviates the off-target problem of the translation model by increasing the KL-divergence between languages. We conduct experiments on a multilingual machine translation benchmark in 11 languages. Experiments show that the off-target rate for 90 translation tasks is reduced from 29\% to 8\%, while the overall BLEU score is improved by an average of 1.9 points without extra training cost or sacrificing the supervised directions' performance. We release the code at https://github.com/PKUnlp-icler/Off-Target-MNMT for reproduction.

Liang Chen, Shuming Ma, Dongdong Zhang, Furu Wei, Baobao Chang• 2023

Related benchmarks

TaskDatasetResultRank
Machine TranslationFlores 101 (x-y)
BLEU Score30.3
12
Machine TranslationFlores 101 (H-H)
Off-Target Rate (Zero-Shot)3
4
Machine TranslationFlores 101 (en-x)
BLEU Score24.9
4
Machine TranslationFlores 101 (H-L)
Zero-Shot Off-Target Rate3
4
Machine TranslationFlores 101 (L-H)
Zero-Shot Off-Target Rate4
4
Multilingual Machine TranslationOPUS-100 Supervised en-x directions
BLEU13.5
2
Multilingual Machine TranslationOPUS-100 Supervised x-en directions
BLEU Score20.1
2
Multilingual Machine TranslationOPUS-100 Zero-shot directions (x-y)
OTR58
2
Showing 8 of 8 rows

Other info

Code

Follow for update