Same evaluation, more tokens: On the effect of input length for machine translation evaluation using Large Language Models
Tobias Domhan, Dawei Zhu
TL;DR
The paper investigates how input length affects translation evaluation with large language models and discovers a pronounced length bias: longer inputs yield fewer MQM error spans and lower system ranking. It proposes three length-invariant strategies—Focus Sentence Prompting (FSP), granularity-matching prompts (GMICL-5/GMFT), and error-span explanations—alongside Direct Assessment (DA). Empirical results on WMT'24 data across three language directions show that FSP most effectively stabilizes error detection and improves ranking, with GMFT offering additional gains; DA alone is insufficient but can benefit from integration with FSP. The work provides practical guidelines for deploying LLMs in long-form translation evaluation, balancing accuracy, cost, and data needs, while acknowledging limitations such as direction coverage and scope of document-level phenomena.
Abstract
Accurately evaluating machine-translated text remains a long-standing challenge, particularly for long documents. Recent work has shown that large language models (LLMs) can serve as reliable and interpretable sentence-level translation evaluators via MQM error span annotations. With modern LLMs supporting larger context windows, a natural question arises: can we feed entire document translations into an LLM for quality assessment? Ideally, evaluation should be invariant to text length, producing consistent error spans regardless of input granularity. However, our analysis shows that text length significantly impacts evaluation: longer texts lead to fewer error spans and reduced system ranking accuracy. To address this limitation, we evaluate several strategies, including granularity-aligned prompting, Focus Sentence Prompting (FSP), and a fine-tuning approach to better align LLMs with the evaluation task. The latter two methods largely mitigate this length bias, making LLMs more reliable for long-form translation evaluation.
