CLOct 5, 2017

Machine Translation Evaluation with Neural Networks

arXiv:1710.02095v137 citations
Originality Incremental advance
AI Analysis

This provides an efficient and flexible metric for machine translation evaluation that correlates with human judgments, though it is incremental as it builds on existing neural methods.

The paper tackles machine translation evaluation by using neural networks to select the better translation from a pair of hypotheses, achieving the best published results on WMT Metrics benchmark datasets.

We present a framework for machine translation evaluation using neural networks in a pairwise setting, where the goal is to select the better translation from a pair of hypotheses, given the reference translation. In this framework, lexical, syntactic and semantic information from the reference and the two hypotheses is embedded into compact distributed vector representations, and fed into a multi-layer neural network that models nonlinear interactions between each of the hypotheses and the reference, as well as between the two hypotheses. We experiment with the benchmark datasets from the WMT Metrics shared task, on which we obtain the best results published so far, with the basic network configuration. We also perform a series of experiments to analyze and understand the contribution of the different components of the network. We evaluate variants and extensions, including fine-tuning of the semantic embeddings, and sentence-based representations modeled with convolutional and recurrent neural networks. In summary, the proposed framework is flexible and generalizable, allows for efficient learning and scoring, and provides an MT evaluation metric that correlates with human judgments, and is on par with the state of the art.

Foundations

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

Your Notes