CLJul 24, 2021

MDQE: A More Accurate Direct Pretraining for Machine Translation Quality Estimation

arXiv:2107.14600v2
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive manual evaluation in machine translation by enhancing QE accuracy, though it appears incremental as it builds on prior efforts to reduce gaps in existing frameworks.

The paper tackles the problem of gaps between predictor and estimator in Machine Translation Quality Estimation (QE) by proposing a novel framework with a generator for pseudo data and an estimator pretrained on it, achieving improved performance on benchmarks without using pretrained models like BERT.

It is expensive to evaluate the results of Machine Translation(MT), which usually requires manual translation as a reference. Machine Translation Quality Estimation (QE) is a task of predicting the quality of machine translations without relying on any reference. Recently, the emergence of predictor-estimator framework which trains the predictor as a feature extractor and estimator as a QE predictor, and pre-trained language models(PLM) have achieved promising QE performance. However, we argue that there are still gaps between the predictor and the estimator in both data quality and training objectives, which preclude QE models from benefiting from a large number of parallel corpora more directly. Based on previous related work that have alleviated gaps to some extent, we propose a novel framework that provides a more accurate direct pretraining for QE tasks. In this framework, a generator is trained to produce pseudo data that is closer to the real QE data, and a estimator is pretrained on these data with novel objectives that are the same as the QE task. Experiments on widely used benchmarks show that our proposed framework outperforms existing methods, without using any pretraining models such as BERT.

Foundations

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

Your Notes