paper-with-me

Papers

Informative Language Representation Learning for Massively Multilingual Neural Machine Translation

2022-09-04 · COLING 2022 10 · Renren Jin, Deyi Xiong

In a multilingual neural machine translation model that fully shares parameters across all languages, an artificial language token is usually used to guide translation into the desired target language. However, recent studies show that prepending language tokens sometimes fails to navigate the multilingual neural machine translation models into right translation directions, especially on zero-shot translation. To mitigate this issue, we propose two methods, language embedding embodiment and language-aware multi-head attention, to learn informative language representations to channel translation into right directions. The former embodies language embeddings into different critical switching points along the information flow from the source to the target, aiming at amplifying translation direction guiding signals. The latter exploits a matrix, instead of a vector, to represent a language in the continuous space. The matrix is chunked into multiple heads so as to learn language representations in multiple subspaces. Experiment results on two datasets for massively multilingual neural machine translation demonstrate that language-aware multi-head attention benefits both supervised and zero-shot translation and significantly alleviates the off-target translation issue. Further linguistic typology prediction experiments show that matrix-based language representations learned by our methods are capable of capturing rich linguistic typology features.

📄 PDF Abstract BibTeX arXiv:2209.01530

Code (1)

cordercorder/nmt-multi 공식 구현 pytorch

Tasks

Machine TranslationNavigateRepresentation LearningTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Evaluating the Cross-Lingual Effectiveness of Massively Multilingual Neural Machine Translation

2019-09-01 · Aditya Siddhant, Melvin Johnson, Henry Tsai, Naveen Arivazhagan 외

The recently proposed massively multilingual neural machine translation (NMT) system has been shown to be capable of translating over 100 languages to and from English within a single model. Its improved translation perf…

Cross-Lingual TransferMachine TranslationNMTTransfer Learning+1

Massively Multilingual Neural Machine Translation

2019-02-28 · NAACL 2019 6 · Roee Aharoni, Melvin Johnson, Orhan Firat

Multilingual neural machine translation (NMT) enables training a single model that supports translation from multiple source languages into multiple target languages. In this paper, we push the limits of multilingual NMT…

Machine TranslationNMTTranslation

Babel-ImageNet: Massively Multilingual Evaluation of Vision-and-Language Representations

2023-06-14 · Gregor Geigle, Radu Timofte, Goran Glavaš

Vision-and-language (VL) models with separate encoders for each modality (e.g., CLIP) have become the go-to models for zero-shot image classification and image-text retrieval. They are, however, mostly evaluated in Engli…

image-classificationImage ClassificationImage-text RetrievalMachine Translation+3

Simple, Scalable Adaptation for Neural Machine Translation

2019-09-18 · IJCNLP 2019 11 · Ankur Bapna, Naveen Arivazhagan, Orhan Firat

Fine-tuning pre-trained Neural Machine Translation (NMT) models is the dominant approach for adapting to new languages and domains. However, fine-tuning requires adapting and maintaining a separate model for each target …

Domain AdaptationMachine TranslationNMTTranslation

An Analysis of Massively Multilingual Neural Machine Translation for Low-Resource Languages

2020-05-01 · LREC 2020 5 · Aaron Mueller, Garrett Nicolai, Arya D. McCarthy, Dylan Lewis 외

In this work, we explore massively multilingual low-resource neural machine translation. Using translations of the Bible (which have parallel structure across languages), we train models with up to 1,107 source languages…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationTranslation