The ACL main conference starts soon, so this post is still a short preview. I will add conference impressions and personal takeaways after the presentation. For now, this page collects the core idea of our paper, the public artefact repository, and the citation.
Our paper in one paragraph
Machine-translated benchmarks are widely used to evaluate multilingual LLMs, but translation errors can make benchmark results harder to interpret. In this paper, we first evaluate whether automatic translation quality/error annotation methods can identify MQM-style error spans reliably enough for benchmark analysis. For this meta-evaluation, we release two reference resources: EU20-MQMRef, with 225 benchmark items across 9 languages, and Span-ACESRef, with approximately 1.4k revised items across 20 languages. We then quantify the downstream impact of annotated translation errors on multilingual LLM evaluation. Translation errors reduce accuracy by about 6–8 percentage points in the full controlled model and by about 6–11 percentage points on English-solvable items. In a counterfactual ranking analysis, model rankings remain almost unchanged (Spearman ρ ≈ 1.0), but absolute scores shift upward by roughly 1–4.6 percentage points when annotated translation errors are removed. The main message is therefore two-sided: rankings may remain stable, but translated benchmark scores can still be systematically biased downward.
Conference notes
To be added after ACL 2026.
Links
- Paper: arXiv:2605.24904
- Code, prompts, reference data, and analysis artefacts: btqe/trans_qa
- Project page: Translation Quality Assurance for Multilingual LLM Evaluation
Citation
@misc{thellmann2026quantifying,
title = {Quantifying the Impact of Translation Errors on Multilingual LLM Evaluation},
author = {Thellmann, Klaudia-Doris and Stadler, Bernhard and F{"a}rber, Michael and Lehmann, Jens},
year = {2026},
eprint = {2605.24904},
archivePrefix = {arXiv},
primaryClass = {cs.CL},
url = {https://arxiv.org/abs/2605.24904}
}