Ties Matter: Meta-Evaluating Modern Metrics with Pairwise Accuracy and Tie Calibration
Daniel Deutsch, George Foster, Markus Freitag
TL;DR
This paper addresses the problem that Kendall's tau mis-handles ties in machine translation metric meta-evaluation, potentially biasing metric rankings as outputs become more similar and scores discrete. It proposes a tie-aware framework based on pairwise accuracy with ties and a tie calibration procedure to enable fair comparison across metrics. The authors validate the approach on WMT'22 MQM data across en-de, zh-en, and en-ru using several metrics (e.g., Metric-X, COMET-22, BLEURT-20, MaTESe, GEMBA) and show that the calibrated accuracy-based ranking (and its related variant) yields fairer, more robust metric rankings than traditional tau variants, and that tying can be exploited by some methods unless accounted for. They also analyze generalization, tie introduction patterns, and class-specific statistics, arguing for broader applicability to metric meta-evaluation beyond MT.
Abstract
Kendall's tau is frequently used to meta-evaluate how well machine translation (MT) evaluation metrics score individual translations. Its focus on pairwise score comparisons is intuitive but raises the question of how ties should be handled, a gray area that has motivated different variants in the literature. We demonstrate that, in settings like modern MT meta-evaluation, existing variants have weaknesses arising from their handling of ties, and in some situations can even be gamed. We propose instead to meta-evaluate metrics with a version of pairwise accuracy that gives metrics credit for correctly predicting ties, in combination with a tie calibration procedure that automatically introduces ties into metric scores, enabling fair comparison between metrics that do and do not predict ties. We argue and provide experimental evidence that these modifications lead to fairer ranking-based assessments of metric performance.
