Adapting to Non-Centered Languages for Zero-shot Multilingual Translation
Zhi Qu, Taro Watanabe

TL;DR
This paper introduces a lightweight method to improve zero-shot multilingual translation by adapting to non-centered languages, effectively addressing instability issues and enhancing performance across various datasets.
Contribution
The paper proposes a novel language-specific modeling approach that counteracts zero-shot translation instability by adapting to non-centered languages and combining shared and specific information.
Findings
Outperforms strong baselines in centered data conditions
Effectively handles non-centered data conditions
Disentangles coupled representations in the correct direction
Abstract
Multilingual neural machine translation can translate unseen language pairs during training, i.e. zero-shot translation. However, the zero-shot translation is always unstable. Although prior works attributed the instability to the domination of central language, e.g. English, we supplement this viewpoint with the strict dependence of non-centered languages. In this work, we propose a simple, lightweight yet effective language-specific modeling method by adapting to non-centered languages and combining the shared information and the language-specific information to counteract the instability of zero-shot translation. Experiments with Transformer on IWSLT17, Europarl, TED talks, and OPUS-100 datasets show that our method not only performs better than strong baselines in centered data conditions but also can easily fit non-centered data conditions. By further investigating the layer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsAttention Is All You Need · Linear Layer · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Adam · Softmax · Absolute Position Encodings · Dropout · Dense Connections · Residual Connection
