CLMay 22, 2020

Simplify-then-Translate: Automatic Preprocessing for Black-Box Machine Translation

arXiv:2005.11197v220 citations
AI Analysis

This addresses the challenge of adapting black-box MT systems for low-resource languages, though it is incremental as it builds on existing simplification and back-translation techniques.

The paper tackles the problem of improving black-box machine translation systems by using automatic pre-processing with sentence simplification, showing that this leads to better translation performance for low-resource language pairs as verified by human evaluation.

Black-box machine translation systems have proven incredibly useful for a variety of applications yet by design are hard to adapt, tune to a specific domain, or build on top of. In this work, we introduce a method to improve such systems via automatic pre-processing (APP) using sentence simplification. We first propose a method to automatically generate a large in-domain paraphrase corpus through back-translation with a black-box MT system, which is used to train a paraphrase model that "simplifies" the original sentence to be more conducive for translation. The model is used to preprocess source sentences of multiple low-resource language pairs. We show that this preprocessing leads to better translation performance as compared to non-preprocessed source sentences. We further perform side-by-side human evaluation to verify that translations of the simplified sentences are better than the original ones. Finally, we provide some guidance on recommended language pairs for generating the simplification model corpora by investigating the relationship between ease of translation of a language pair (as measured by BLEU) and quality of the resulting simplification model from back-translations of this language pair (as measured by SARI), and tie this into the downstream task of low-resource translation.

Foundations

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

Your Notes