paper-with-me

홈 › Papers

Unified Embedding for Universal Multilingual Neural Machine Translation

2020-10-16 · Anonymous

In this paper, we propose a novel neural machine translation method that enables translation of multiple languages using a single universal model. Our approach introduces a small shared character space across languages and a language-specific linear transformation after the decoder output. Through mapping each token of language difference to a fixed-length sequence of characters and then building corresponding embeddings, our approach enables a subword system using a small shared pseudo vocabulary. A dictionary-specific inference is represented by a specific component to project the decoder output onto a language-specific token, which eliminates the effect of the off-target problem described in many previous studies, and improves the language discrimination ability of the model. Experiments on the International Workshop on Spoken Language Translation dataset showed that our approach achieves improvement of 3-4 BLEU for zero-shot translation, and without lag on supervised translation under separate byte-pair encoding. Statistical analysis indicated that, with our model, there is no off-target problem for low-resource multilingual translation. Our experiments demonstrate the feasibility of sharing vocabulary about characters rather than at the word/subword or character/byte levels mentioned in previous studies.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Toward Multilingual Neural Machine Translation with Universal Encoder and Decoder

2016-11-15 · IWSLT 2016 12 · Thanh-Le Ha, Jan Niehues, Alexander Waibel

In this paper, we present our first attempts in building a multilingual Neural Machine Translation framework under a unified approach. We are then able to employ attention-based NMT for many-to-many multilingual translat…

DecoderMachine TranslationNMTTranslation

Contrastive Learning for Many-to-many Multilingual Neural Machine Translation

2021-05-20 · ACL 2021 5 · Xiao Pan, Mingxuan Wang, Liwei Wu, Lei LI

Existing multilingual machine translation approaches mainly focus on English-centric directions, while the non-English directions still lag behind. In this work, we aim to build a many-to-many translation system with an …

Contrastive LearningData AugmentationMachine TranslationTranslation

Multilingual Neural Machine Translation With the Right Amount of Sharing

2022-06-01 · EAMT 2022 6 · Taido Purason, Andre Tättar

Large multilingual Transformer-based machine translation models have had a pivotal role in making translation systems available for hundreds of languages with good zero-shot translation performance. One such example is t…

DecoderMachine TranslationNMTTranslation

Multilingual Neural Machine Translation with Language Clustering

2019-08-25 · IJCNLP 2019 11 · Xu Tan, Jiale Chen, Di He, Yingce Xia 외

Multilingual neural machine translation (NMT), which translates multiple languages using a single model, is of great practical importance due to its advantages in simplifying the training process, reducing online mainten…

ClusteringMachine TranslationNMTTranslation

A Compact and Language-Sensitive Multilingual Translation Method

2019-07-01 · ACL 2019 7 · Yining Wang, Long Zhou, Jiajun Zhang, FeiFei Zhai 외

Multilingual neural machine translation (Multi-NMT) with one encoder-decoder model has made remarkable progress due to its simple deployment. However, this multilingual translation paradigm does not make full use of lang…

DecoderMachine TranslationNMTTranslation