paper-with-me

홈 › Papers

Zero-Shot Neural Machine Translation with Self-Learning Cycle

2021-08-01 · MTSummit 2021 8 · Surafel M. Lakew, Matteo Negri, Marco Turchi

Neural Machine Translation (NMT) approaches employing monolingual data are showing steady improvements in resource-rich conditions. However, evaluations using real-world lowresource languages still result in unsatisfactory performance. This work proposes a novel zeroshot NMT modeling approach that learns without the now-standard assumption of a pivot language sharing parallel data with the zero-shot source and target languages. Our approach is based on three stages: initialization from any pre-trained NMT model observing at least the target language, augmentation of source sides leveraging target monolingual data, and learning to optimize the initial model to the zero-shot pair, where the latter two constitute a selflearning cycle. Empirical findings involving four diverse (in terms of a language family, script and relatedness) zero-shot pairs show the effectiveness of our approach with up to +5.93 BLEU improvement against a supervised bilingual baseline. Compared to unsupervised NMT, consistent improvements are observed even in a domain-mismatch setting, attesting to the usability of our method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSelf-LearningTranslation

Similar Papers 제목 키워드 기반

Self-Learning for Zero Shot Neural Machine Translation

2021-03-10 · Surafel M. Lakew, Matteo Negri, Marco Turchi

Neural Machine Translation (NMT) approaches employing monolingual data are showing steady improvements in resource rich conditions. However, evaluations using real-world low-resource languages still result in unsatisfact…

Machine TranslationNMTSelf-LearningTranslation

CycleDistill: Bootstrapping Machine Translation using LLMs with Cyclical Distillation

2025-06-24 · Deepon Halder, Thanmay Jayakumar, Raj Dabre

Large language models (LLMs), despite their ability to perform few-shot machine translation (MT), often lag behind dedicated MT systems trained on parallel corpora, which are crucial for high quality machine translation …

Machine TranslationTranslation

Unsupervised Neural Machine Translation with Generative Language Models Only

2021-10-11 · Jesse Michael Han, Igor Babuschkin, Harrison Edwards, Arvind Neelakantan 외

We show how to derive state-of-the-art unsupervised neural machine translation systems from generatively pre-trained language models. Our method consists of three steps: few-shot amplification, distillation, and backtran…

Language ModelingLanguage ModellingMachine TranslationTranslation

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