paper-with-me

홈 › Papers

Leveraging Synthetic Targets for Machine Translation

2023-05-07 · Sarthak Mittal, Oleksii Hrinchuk, Oleksii Kuchaiev

In this work, we provide a recipe for training machine translation models in a limited resource setting by leveraging synthetic target data generated using a large pre-trained model. We show that consistently across different benchmarks in bilingual, multilingual, and speech translation setups, training models on synthetic targets outperforms training on the actual ground-truth data. This performance gap grows bigger with increasing limits on the amount of available resources in the form of the size of the dataset and the number of parameters in the model. We also provide preliminary analysis into whether this boost in performance is linked to ease of optimization or more deterministic nature of the predictions, and whether this paradigm leads to better out-of-distribution performance across different testing domains.

📄 PDF Abstract BibTeX arXiv:2305.06155

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Data Augmentation for Low-Resource Neural Machine Translation

2017-05-01 · ACL 2017 7 · Marzieh Fadaee, Arianna Bisazza, Christof Monz

The quality of a Neural Machine Translation system depends substantially on the availability of sizable parallel corpora. For low-resource language pairs this is not the case, resulting in poor translation quality. Inspi…

Data AugmentationLow Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine Translation+2

Extremely low-resource machine translation for closely related languages

2021-05-27 · NoDaLiDa 2021 5 · Maali Tars, Andre Tättar, Mark Fišel

An effective method to improve extremely low-resource neural machine translation is multilingual training, which can be improved by leveraging monolingual data to create synthetic bilingual corpora using the back-transla…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationTransfer Learning+1

Synthesizing Monolingual Data for Neural Machine Translation

2021-01-29 · Benjamin Marie, Atsushi Fujita

In neural machine translation (NMT), monolingual data in the target language are usually exploited through a method so-called "back-translation" to synthesize additional training parallel data. The synthetic data have be…

Machine TranslationNMTTranslation

Incorporating Bilingual Dictionaries for Low Resource Semi-Supervised Neural Machine Translation

2020-04-05 · ICLR Workshop LLD 2019 · Sreyashi Nag, Mihir Kale, Varun Lakshminarasimhan, Swapnil Singhavi

We explore ways of incorporating bilingual dictionaries to enable semi-supervised neural machine translation. Conventional back-translation methods have shown success in leveraging target side monolingual data. However, …

Data AugmentationMachine TranslationTranslation

Rejuvenating Low-Frequency Words: Making the Most of Parallel Data in Non-Autoregressive Translation

2021-06-02 · ACL 2021 5 · Liang Ding, Longyue Wang, Xuebo Liu, Derek F. Wong 외

Knowledge distillation (KD) is commonly used to construct synthetic data for training non-autoregressive translation (NAT) models. However, there exists a discrepancy on low-frequency words between the distilled and the …

Knowledge DistillationTranslation