CLJul 6, 2023

BLEURT Has Universal Translations: An Analysis of Automatic Metrics by Minimum Risk Training

arXiv:2307.03131v2232 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This work addresses robustness issues in neural metrics for machine translation, which is crucial for developers and researchers relying on accurate evaluation, though it is incremental as it builds on existing methods.

The study analyzed automatic metrics for machine translation and found that BLEURT and BARTScore have robustness defects, such as universal adversarial translations, due to dataset biases and metric paradigms; by adding token-level constraints, they improved metric robustness and enhanced translation system performance.

Automatic metrics play a crucial role in machine translation. Despite the widespread use of n-gram-based metrics, there has been a recent surge in the development of pre-trained model-based metrics that focus on measuring sentence semantics. However, these neural metrics, while achieving higher correlations with human evaluations, are often considered to be black boxes with potential biases that are difficult to detect. In this study, we systematically analyze and compare various mainstream and cutting-edge automatic metrics from the perspective of their guidance for training machine translation systems. Through Minimum Risk Training (MRT), we find that certain metrics exhibit robustness defects, such as the presence of universal adversarial translations in BLEURT and BARTScore. In-depth analysis suggests two main causes of these robustness deficits: distribution biases in the training datasets, and the tendency of the metric paradigm. By incorporating token-level constraints, we enhance the robustness of evaluation metrics, which in turn leads to an improvement in the performance of machine translation systems. Codes are available at \url{https://github.com/powerpuffpomelo/fairseq_mrt}.

Foundations

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

Your Notes