CLApr 8, 2020

Transfer learning and subword sampling for asymmetric-resource one-to-many neural translation

arXiv:2004.04002v27 citations
AI Analysis

This work addresses translation challenges for low-resource languages, but it is incremental as it reviews and combines existing techniques.

The paper tackled improving neural machine translation for low-resource languages in asymmetric-resource one-to-many tasks by testing methods like scheduled multi-task learning and subword sampling, achieving positive effects on tasks such as English to Estonian and Finnish.

There are several approaches for improving neural machine translation for low-resource languages: Monolingual data can be exploited via pretraining or data augmentation; Parallel corpora on related language pairs can be used via parameter sharing or transfer learning in multilingual models; Subword segmentation and regularization techniques can be applied to ensure high coverage of the vocabulary. We review these approaches in the context of an asymmetric-resource one-to-many translation task, in which the pair of target languages are related, with one being a very low-resource and the other a higher-resource language. We test various methods on three artificially restricted translation tasks -- English to Estonian (low-resource) and Finnish (high-resource), English to Slovak and Czech, English to Danish and Swedish -- and one real-world task, Norwegian to North Sámi and Finnish. The experiments show positive effects especially for scheduled multi-task learning, denoising autoencoder, and subword sampling.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes