CLOct 1, 2017

Robust Tuning Datasets for Statistical Machine Translation

arXiv:1710.00346v11086 citations
Originality Incremental advance
AI Analysis

This work addresses a specific deficiency in parameter tuning algorithms for machine translation, offering an incremental improvement for researchers and practitioners in the field.

The paper tackles the problem of improving hyper-parameter tuning in Statistical Machine Translation by automatically selecting a subset of sentence pairs from the tuning dataset to enhance robustness, resulting in a two-fold speedup and BLEU score improvements comparable to alternative methods.

We explore the idea of automatically crafting a tuning dataset for Statistical Machine Translation (SMT) that makes the hyper-parameters of the SMT system more robust with respect to some specific deficiencies of the parameter tuning algorithms. This is an under-explored research direction, which can allow better parameter tuning. In this paper, we achieve this goal by selecting a subset of the available sentence pairs, which are more suitable for specific combinations of optimizers, objective functions, and evaluation measures. We demonstrate the potential of the idea with the pairwise ranking optimization (PRO) optimizer, which is known to yield too short translations. We show that the learning problem can be alleviated by tuning on a subset of the development set, selected based on sentence length. In particular, using the longest 50% of the tuning sentences, we achieve two-fold tuning speedup, and improvements in BLEU score that rival those of alternatives, which fix BLEU+1's smoothing instead.

Foundations

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

Your Notes