CLAISep 16, 2023

SLIDE: Reference-free Evaluation for Machine Translation using a Sliding Document Window

Microsoft
arXiv:2309.08832v237 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses the need for high-quality reference-free evaluation in machine translation, particularly for document-level assessments, though it is incremental as it builds on existing quality estimation models.

The paper tackled the problem of evaluating machine translation without human references by investigating whether additional source context can substitute for a reference, and found that SLIDE, a metric using a sliding document window, significantly outperforms sentence-level baselines and sometimes matches reference-based metrics.

Reference-based metrics that operate at the sentence-level typically outperform quality estimation metrics, which have access only to the source and system output. This is unsurprising, since references resolve ambiguities that may be present in the source. In this paper, we investigate whether additional source context can effectively substitute for a reference. We present a metric named SLIDE (SLIding Document Evaluator), which operates on blocks of sentences. SLIDE leverages a moving window that slides over each document in the test set, feeding each chunk of sentences into an unmodified, off-the-shelf quality estimation model. We find that SLIDE obtains significantly higher pairwise system accuracy than its sentence-level baseline, in some cases even eliminating the gap with reference-base metrics. This suggests that source context may provide the same information as a human reference in disambiguating source ambiguities. This finding is especially pertinent for reference-free document-level evaluation, wherein SLIDE could provide higher-quality pairwise system assessments while only requiring document boundary annotations.

Foundations

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

Your Notes