paper-with-me

홈 › Papers

Tag-less Back-Translation

2019-12-22 · Idris Abdulmumin, Bashir Shehu Galadanci, Aliyu Garba

An effective method to generate a large number of parallel sentences for training improved neural machine translation (NMT) systems is the use of the back-translations of the target-side monolingual data. The standard back-translation method has been shown to be unable to efficiently utilize the available huge amount of existing monolingual data because of the inability of translation models to differentiate between the authentic and synthetic parallel data during training. Tagging, or using gates, has been used to enable translation models to distinguish between synthetic and authentic data, improving standard back-translation and also enabling the use of iterative back-translation on language pairs that underperformed using standard back-translation. In this work, we approach back-translation as a domain adaptation problem, eliminating the need for explicit tagging. In the approach -- \emph{tag-less back-translation} -- the synthetic and authentic parallel data are treated as out-of-domain and in-domain data respectively and, through pre-training and fine-tuning, the translation model is shown to be able to learn more efficiently from them during training. Experimental results have shown that the approach outperforms the standard and tagged back-translation approaches on low resource English-Vietnamese and English-German neural machine translation.

📄 PDF Abstract BibTeX arXiv:1912.10514

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationMachine TranslationNMTTAGTranslation

Similar Papers 제목 키워드 기반

Tagged Back-translation Revisited: Why Does It Really Work?

2020-07-01 · ACL 2020 6 · Benjamin Marie, Raphael Rubino, Atsushi Fujita

In this paper, we show that neural machine translation (NMT) systems trained on large back-translated data overfit some of the characteristics of machine-translated texts. Such NMT systems better translate human-produced…

Machine TranslationNMTTAGTranslation

Evaluating the Performance of Back-translation for Low Resource English-Marathi Language Pair: CFILT-IITBombay @ LoResMT 2021

2021-08-01 · MTSummit 2021 8 · Aditya Jain, Shivam Mhaskar, Pushpak Bhattacharyya

In this paper, we discuss the details of the various Machine Translation (MT) systems that we have submitted for the English-Marathi LoResMT task. As a part of this task, we have submitted three different Neural Machine …

Machine TranslationNMTTranslation

A Hybrid Approach for Improved Low Resource Neural Machine Translation using Monolingual Data

2020-11-14 · Idris Abdulmumin, Bashir Shehu Galadanci, Abubakar Isa, Habeebah Adamu Kakudi 외

Many language pairs are low resource, meaning the amount and/or quality of available parallel data is not sufficient to train a neural machine translation (NMT) model which can reach an acceptable standard of accuracy. M…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationNMT+2

Interactive-Predictive Neural Machine Translation through Reinforcement and Imitation

2019-07-04 · WS 2019 8 · Tsz Kin Lam, Shigehiko Schamoni, Stefan Riezler

We propose an interactive-predictive neural machine translation framework for easier model personalization using reinforcement and imitation learning. During the interactive translation process, the user is asked for fee…

FormImitation LearningMachine TranslationTranslation

Iterative Constrained Back-Translation for Unsupervised Domain Adaptation of Machine Translation

2022-10-01 · COLING 2022 10 · Hongxiao Zhang, Hui Huang, Jiale Gao, Yufeng Chen 외

Back-translation has been proven to be effective in unsupervised domain adaptation of neural machine translation (NMT). However, the existing back-translation methods mainly improve domain adaptability by generating in-d…

Domain AdaptationMachine TranslationNMTSentence+3