CLJun 18, 2019

Adaptation of Machine Translation Models with Back-translated Data using Transductive Data Selection Methods

arXiv:1906.07808v121 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a specific challenge in machine translation for researchers, but it is incremental as it extends existing data selection methods to synthetic data.

The paper tackled the problem of improving neural machine translation by applying data selection methods to synthetic back-translated data, showing that this adaptation approach is useful despite challenges from noise in the synthetic data.

Data selection has proven its merit for improving Neural Machine Translation (NMT), when applied to authentic data. But the benefit of using synthetic data in NMT training, produced by the popular back-translation technique, raises the question if data selection could also be useful for synthetic data? In this work we use Infrequent N-gram Recovery (INR) and Feature Decay Algorithms (FDA), two transductive data selection methods to obtain subsets of sentences from synthetic data. These methods ensure that selected sentences share n-grams with the test set so the NMT model can be adapted to translate it. Performing data selection on back-translated data creates new challenges as the source-side may contain noise originated by the model used in the back-translation. Hence, finding n-grams present in the test set become more difficult. Despite that, in our work we show that adapting a model with a selection of synthetic data is an useful approach.

Foundations

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

Your Notes