paper-with-me

Papers

Improved Zero-shot Neural Machine Translation via Ignoring Spurious Correlations

2019-06-04 · ACL 2019 7 · Jiatao Gu, Yong Wang, Kyunghyun Cho, Victor O. K. Li

Zero-shot translation, translating between language pairs on which a Neural Machine Translation (NMT) system has never been trained, is an emergent property when training the system in multilingual settings. However, naive training for zero-shot NMT easily fails, and is sensitive to hyper-parameter setting. The performance typically lags far behind the more conventional pivot-based approach which translates twice using a third language as a pivot. In this work, we address the degeneracy problem due to capturing spurious correlations by quantitatively analyzing the mutual information between language IDs of the source and decoded sentences. Inspired by this analysis, we propose to use two simple but effective approaches: (1) decoder pre-training; (2) back-translation. These methods show significant improvement (4~22 BLEU points) over the vanilla zero-shot translation on three challenging multilingual datasets, and achieve similar or better results than the pivot-based approach.

📄 PDF Abstract BibTeX arXiv:1906.01181

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Language Tags Matter for Zero-Shot Neural Machine Translation

2021-06-15 · Findings (ACL) 2021 8 · Liwei Wu, Shanbo Cheng, Mingxuan Wang, Lei LI

Multilingual Neural Machine Translation (MNMT) has aroused widespread interest due to its efficiency. An exciting advantage of MNMT models is that they could also translate between unsupervised (zero-shot) language direc…

Machine TranslationTAGTranslation

Improving Zero-shot Multilingual Neural Machine Translation for Low-Resource Languages

2021-10-02 · Chenyang Li, Gongxu Luo

Although the multilingual Neural Machine Translation(NMT), which extends Google's multilingual NMT, has ability to perform zero-shot translation and the iterative self-learning algorithm can improve the quality of zero-s…

DiversityMachine TranslationNMTSelf-Learning+2

MALM: Mixing Augmented Language Modeling for Zero-Shot Machine Translation

2022-10-01 · Kshitij Gupta

Large pre-trained language models have brought remarkable progress in NLP. Pre-training and Fine-tuning have given state-of-art performance across tasks in text processing. Data Augmentation techniques have also helped b…

Data AugmentationLanguage ModelingLanguage ModellingMachine Translation+2

Zero-Shot Dual Machine Translation

2018-05-25 · Lierni Sestorain, Massimiliano Ciaramita, Christian Buck, Thomas Hofmann

Neural Machine Translation (NMT) systems rely on large amounts of parallel data. This is a major challenge for low-resource languages. Building on recent work on unsupervised and semi-supervised methods, we present an ap…

Machine TranslationNMTReinforcement LearningTranslation

Fine-tuning Large Language Models for Adaptive Machine Translation

2023-12-20 · Yasmin Moslem, Rejwanul Haque, Andy Way

This paper presents the outcomes of fine-tuning Mistral 7B, a general-purpose large language model (LLM), for adaptive machine translation (MT). The fine-tuning process involves utilising a combination of zero-shot and o…

In-Context LearningLanguage ModellingLarge Language ModelMachine Translation+1