CLJul 25, 2018

"Bilingual Expert" Can Find Translation Errors

arXiv:1807.09433v357 citations
AI Analysis

This addresses the need for automated quality evaluation in machine translation deployment where human references are unavailable, though it is incremental as it builds on existing transformer and Bi-LSTM methods.

The paper tackles the problem of evaluating machine translation quality without reference translations by proposing a neural bilingual expert model that extracts features from parallel corpora and feeds them into a Bi-LSTM predictor. The approach achieves state-of-the-art performance on WMT 2017/2018 quality estimation benchmarks.

Recent advances in statistical machine translation via the adoption of neural sequence-to-sequence models empower the end-to-end system to achieve state-of-the-art in many WMT benchmarks. The performance of such machine translation (MT) system is usually evaluated by automatic metric BLEU when the golden references are provided for validation. However, for model inference or production deployment, the golden references are prohibitively available or require expensive human annotation with bilingual expertise. In order to address the issue of quality evaluation (QE) without reference, we propose a general framework for automatic evaluation of translation output for most WMT quality evaluation tasks. We first build a conditional target language model with a novel bidirectional transformer, named neural bilingual expert model, which is pre-trained on large parallel corpora for feature extraction. For QE inference, the bilingual expert model can simultaneously produce the joint latent representation between the source and the translation, and real-valued measurements of possible erroneous tokens based on the prior knowledge learned from parallel data. Subsequently, the features will further be fed into a simple Bi-LSTM predictive model for quality evaluation. The experimental results show that our approach achieves the state-of-the-art performance in the quality estimation track of WMT 2017/2018.

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