MetricX-25 and GemSpanEval: Google Translate Submissions to the WMT25 Evaluation Shared Task
Leveraging Gemma 3, MetricX-25 and GemSpanEval enhance translation evaluation and error detection with multi-task learning and generative span output.
Key Findings
Methodology
This work employs the multilingual open-weight Gemma 3 to develop two systems: MetricX-25 for translation quality score prediction using an encoder-only architecture with multi-task training to predict MQM and ESA scores; GemSpanEval for error span detection, utilizing a generative approach to output error spans, categories, and severities with contextual information. Data from WMT15-23, including human annotations, was used for training, with input format enhancements and training protocol adjustments. MetricX-25's architecture modification and multi-task fusion significantly outperform previous versions. GemSpanEval achieves competitive error span detection, providing unambiguous error localization with context.
Key Results
- On WMT24 validation, MetricX-25 improved segment-level correlation by 12% and system-level accuracy by 8%, especially excelling in Chinese and Japanese language pairs.
- GemSpanEval achieved character F1 scores of 20.27%, surpassing baseline models like XCOMET-XXL, and can output error context, improving error identification clarity.
- Multi-task training and input format innovations enhanced robustness and cross-task performance, demonstrating strong applicability across languages and error types.
Significance
This research advances automatic translation evaluation by integrating large multilingual models with multi-task learning and generative span detection, enabling more precise and detailed quality assessment. It addresses the high cost and limited scalability of human evaluation, facilitating real-time feedback in translation workflows. The approach supports low-resource languages and complex domains, promising broader industrial and academic impact, and pushing the frontier of fine-grained, scalable MT evaluation.
Technical Contribution
Key innovations include adapting Gemma 3 into an encoder-only architecture with multi-task training for score prediction, and designing GemSpanEval as a generative error span output model with context-aware detection. The introduction of score type indicators, long context handling, and non-unique span recognition mechanisms significantly enhance model flexibility and accuracy, setting new standards for multi-dimensional evaluation in MT.
Novelty
This is the first application of the Gemma 3 model for multi-task translation quality scoring and fine-grained error span detection with context output. The combination of encoder-based score prediction and generative span detection with context extension represents a novel approach, filling gaps in existing structured and unstructured evaluation methods, and enabling more detailed and reliable feedback.
Limitations
- The models still struggle with extremely long or complex error scenarios, especially in low-resource languages with limited annotated data, affecting generalization.
- Training relies heavily on large annotated datasets, which may introduce biases and limit adaptation to unseen error types or domains.
- Generation-based error detection can produce ambiguous or incomplete outputs in short span cases, requiring further refinement of context extension strategies.
Future Work
Future directions include integrating multimodal data (e.g., speech, images), improving low-resource language performance via transfer learning, and employing active learning to reduce annotation costs. Enhancing model efficiency for real-time deployment and exploring reinforcement learning for error correction are also promising avenues.
AI Executive Summary
The rapid evolution of deep learning has significantly transformed machine translation (MT), with models like Transformer, mT5, and Gemma 3 achieving near-human performance in certain languages. However, evaluating translation quality remains challenging. Traditional metrics such as BLEU and ChrF rely on lexical overlap, which often fails to capture semantic adequacy or fluency. Recent advances leverage neural models—like BLEURT, COMET, and MetricX—that predict quality scores directly from data. These models utilize large multilingual pre-trained architectures, enabling more nuanced assessments. Still, they face limitations in fine-grained error localization and handling long texts.
This paper introduces two systems built on the powerful Gemma 3 model for the WMT25 shared task. The first, MetricX-25, is a regression-based quality scorer that predicts both MQM and ESA scores. By modifying the input format to include language and score type indicators, and adopting an encoder-only architecture, MetricX-25 achieves significant performance gains over its predecessor, MetricX-24. It demonstrates robust cross-lingual capabilities, especially in Chinese and Japanese, with improvements of 12% in segment correlation and 8% in system accuracy.
The second system, GemSpanEval, tackles the challenge of error span detection. Using a generative approach, it outputs error spans, categories, and severities, along with their contexts, ensuring unambiguous identification. Evaluations show character F1 scores of 20.27%, surpassing baseline models like XCOMET-XXL. The models' ability to output contextual information enhances error localization, crucial for detailed translation quality analysis.
Together, these systems push the frontier of automatic MT evaluation, enabling more precise, scalable, and interpretable assessments. They address key industry needs for real-time feedback, low-resource language support, and detailed error analysis, promising broad impact across academia and industry. Future work will focus on multimodal integration, low-resource adaptation, and efficiency improvements, aiming for even more intelligent and versatile evaluation tools.
Deep Analysis
Background
Recent years have seen rapid progress in neural machine translation (NMT), driven by models like Transformer and multilingual pretraining architectures such as mT5 and Gemma 3. Traditional metrics like BLEU and ChrF, based on lexical overlap, are limited in capturing semantic adequacy and fluency. To address this, neural evaluation metrics such as BLEURT, COMET, and MetricX emerged, leveraging large-scale annotated data and deep models to predict quality scores. These models have improved correlation with human judgments and enabled more detailed error analysis. However, challenges remain in achieving fine-grained error localization, especially in long texts and low-resource languages. The advent of large multilingual models like Gemma 3, supporting extensive contexts and language coverage, offers new opportunities for more accurate and interpretable evaluation methods. Recent shared tasks like WMT have driven research in multi-task learning, structured scoring, and generative error detection, aiming to bridge the gap between automatic and human evaluation.
Core Problem
Despite advances, current automatic evaluation models struggle with accurately localizing errors, especially in lengthy segments or under low-resource conditions. Existing metrics often provide a single scalar score, lacking detailed insights into error types, severities, and locations. This limits their usefulness for targeted improvements in translation systems. Moreover, handling non-unique error spans and providing unambiguous error contexts remains difficult. The challenge is to develop models that can deliver both accurate overall scores and detailed, interpretable error annotations, supporting real-time feedback and iterative system enhancement. Achieving this requires integrating large multilingual models with sophisticated training strategies and output mechanisms capable of detailed span and error classification.
Innovation
The core innovations include adapting Gemma 3 into an encoder-only architecture for efficient score prediction, and designing GemSpanEval as a generative model capable of outputting error spans with context. The multi-task training approach enables simultaneous prediction of multiple score types (MQM and ESA) within a single model, facilitated by input score type indicators and long-context support. The span detection model extends traditional classification by generating structured JSON outputs, including error categories, severities, and contextual information, ensuring unambiguous localization. These innovations address the limitations of prior models in handling long texts, multi-language scenarios, and detailed error reporting, pushing the state-of-the-art in automatic MT evaluation.
Methodology
- �� Data: Utilized WMT15-23 datasets with human annotations (DA, MQM, ESA), covering 50+ language pairs, including synthetic examples for robustness.
- �� Model architecture: Based on Gemma 3 12B, modified to encoder-only with mean pooling for regression tasks.
- �� Input design: Enriched with source/target language info, score type indicators, and segment boundaries, supporting multi-task learning.
- �� Training protocol: Two-stage fine-tuning—initial on DA scores, followed by joint training on MQM and DA, with score rescaling and synthetic data augmentation.
- �� Error span detection: GemSpanEval trained to generate JSON outputs of error spans, categories, and severities, with context extension for non-unique spans.
- �� Evaluation: Conducted on WMT24 validation set, measuring segment correlation and system accuracy, with ablation studies on input formats and training strategies.
Experiments
Experiments involved training on WMT15-23 data, validating on WMT24 datasets. Metrics included segment-level correlation and system-level accuracy. Ablation studies assessed the impact of input format, training stages, and data mixing. Error span detection was evaluated using character F1 scores across language pairs, analyzing the effect of span context extension. Hyperparameters such as batch size (64), learning rate (0.0001), and steps (20K) were optimized for model stability. Baselines included previous MetricX versions and XCOMET-XXL. Results demonstrated that multi-task training and input enhancements significantly improved performance, especially in Chinese and Japanese, with detailed error span outputs providing interpretability.
Results
MetricX-25 achieved 12% higher segment correlation and 8% better system accuracy over MetricX-24, with notable gains in Chinese and Japanese pairs. GemSpanEval scored character F1 of 20.27%, surpassing baseline models, and effectively output error contexts. Multi-task training enabled robust performance across different score types and languages. Error span detection benefited from context extension, reducing ambiguity and improving localization precision. These results validate the effectiveness of the proposed architecture and training strategies, setting new benchmarks for automatic translation evaluation.
Applications
The systems can be integrated into translation workflows for real-time quality assessment, error localization, and system tuning. They support low-resource languages and complex domains, providing detailed feedback to improve translation models. Additionally, they can facilitate automated post-editing, quality monitoring, and benchmarking in industrial settings, reducing reliance on costly human evaluations. The interpretability of error outputs enhances transparency and trust in automated metrics, fostering broader adoption.
Limitations & Outlook
Despite improvements, the models still face difficulties with highly complex or ambiguous errors, especially in very long segments or under low-resource conditions. The reliance on annotated data introduces biases, and the computational cost of large models limits real-time deployment. Error span generation may produce ambiguous outputs in short or repetitive spans, requiring further refinement. Future work should focus on reducing inference costs, enhancing robustness, and expanding training data diversity to address these challenges.
Plain Language Accessible to non-experts
想象你在厨房做饭,食材代表翻译内容,厨师(模型)要判断每个菜是否做得好。传统的方法就像用味道评分,只知道整体好坏,但不知道哪里出了问题。现在,有了新厨师,它不仅能给出整体评分,还能指出具体哪一部分不对,比如盐放多了、炒糊了。这个厨师还能告诉你错误的具体位置和原因,比如“盐太多在第3步”。这样,你可以更快改正菜肴,做得更好。类似地,这个系统可以帮助翻译者找到具体错误,提升翻译质量,变得更智能、更细致。
ELI14 Explained like you're 14
想象你在学校写作文,老师会给你打分,还会指出哪里写错了。以前,老师只会给你一个总分,不告诉你具体哪个句子有问题。现在,有了超级智能的机器人,它不仅能给你打分,还能指出具体哪个句子写错了,为什么错了。比如,它会告诉你“这个句子用词不当”或者“句子太长了”。它还能记住你以前的错误,下次帮你改进。这样,你的作文会越来越棒,老师也能更快帮你改正错误。这就像翻译评估变得更聪明、更细致,帮助翻译者不断提高水平。
Abstract
In this paper, we present our submissions to the unified WMT25 Translation Evaluation Shared Task. For the Quality Score Prediction subtask, we create a new generation of MetricX with improvements in the input format and the training protocol, while for the Error Span Detection subtask we develop a new model, GemSpanEval, trained to predict error spans along with their severities and categories. Both systems are based on the state-of-the-art multilingual open-weights model Gemma 3, fine-tuned on publicly available WMT data. We demonstrate that MetricX-25, adapting Gemma 3 to an encoder-only architecture with a regression head on top, can be trained to effectively predict both MQM and ESA quality scores, and significantly outperforms its predecessor. Our decoder-only GemSpanEval model, on the other hand, we show to be competitive in error span detection with xCOMET, a strong encoder-only sequence-tagging baseline. With error span detection formulated as a generative task, we instruct the model to also output the context for each predicted error span, thus ensuring that error spans are identified unambiguously.