ANNOUNCEMENTS
-
2026-07-29: Submission deadline extended to 2 August
-
2026-07-25: Codabench submission site opened
-
2026-07-23: Test set released; submission procedure added; expected baselines listed
-
2026-07-18: Test set format and additional resources released
-
2026-06-06: Release of test-set information clarified
-
2026-04-29: Detailed description of the task released
TASK OVERVIEW
The goal of this task is to predict a numerical quality score for each source–target segment pair in the evaluation set, which will cover the same data and set of language pairs used in the WMT 2026 General MT task. References will be provided as optional inputs for some but likely not all language pairs; note that whatever references do exist will consist of MT output that has been post-edited by humans and/or selected and reviewed automatically (pseudo-references). Submissions will be evaluated and ranked based on their predictions’ correlations with human-annotated contrastive ESA scores at both the segment and corpus levels.
Participants will also run their automatic score prediction systems on collected “challenge sets” that illustrate particular linguistic phenomena, domains, or even non-WMT language pairs of interest to the developers of the sets. The predicted scores will be returned to the developers of each set for further analysis. See the detailed page on the challenge set subtask for further information.
To broaden participation and facilitate a more comprehensive analysis of current MT evaluation capabilities, this year we are introducing an automatic opt-in for participants across subtasks. Submissions to Task 1 (error span detection and severity classification) will by default be converted to participate in this score-prediction task. Submissions to this task will by default be converted to participate in Task 3 (error-free segment detection). See the “Submissions” section below for details.
SCORE COMPUTATION
The cESA score is a direct segment-level assessment primed by the act of annotating precise error spans within the segment. Values fall between 0 and 100, with higher scores indicating a higher translation quality. Gold-standard scores will be collected using the Pearmut annotation tool, with document context visible to the annotators and three model outputs shown at the same time.
DATA
Training and Development Data
You are welcome to build your system from any desired training data, foundation model, etc. We therefore do not release any specific training or development corpora. However, labeled data from previous editions of the Metrics, QE, and Evaluation shared tasks is available to help you train and tune your system if you would like. Those resources are summarized and linked below. Note, however, that the set of language pairs covered in prior years is not an exact match for this year’s: some have training data, while some are zero-shot.
ESA annotations from prior MT tasks |
|
DA and MQM annotations from prior QE tasks |
|
MQM annotations from prior Metrics tasks |
|
DA annotations from prior Metrics tasks |
|
Relative rank annotations from prior Metrics tasks |
Test Data
The official test set will consist of a collection of documents, each divided into segments, to allow systems to evaluate quality in context. The segments, however, will consist of longer multi-sentence units of text. (By contrast, segments in 2024 data and earlier consisted of individual sentences.) Contents of the challenge sets will vary.
We release one unified test set across Tasks 1, 2, and 3. It can be found here. It uses the following JSON-lines format:
{
"item_id": "setID_###_srcLang_###_tgtLang_###_domain_###_docID_###_segID",
"src": "sourceText",
"ref": {
"text": "referenceText",
"type": "referenceType"
},
"hyps": {
"systemName1": "translationText1",
"systemName2": "translationText2",
...,
"systemNameN": "translationTextN"
}
"resources": {
"screenshot": "screenshotFile",
"video": "videoFile",
"asr": "asrSourceText"
}
}
The value of the ref.type field indicates whether the accompanying reference was produced by native human translation ("human"), human post-editing of MT output ("postedit"), or automatic generation ("pseudo"). The reference type is consistent within each language pair.
When present, the resources structure supplies any additional multimodal inputs that participants may choose to take into account when assessing translation quality of the hypotheses. Screenshots and video files are given as relative path names within the General MT task’s package of multimodal inputs. For segments that originated as audio, the same raw ASR transcript (possibly containing errors) that was made available to MT participants is provided. Note, however, that the src and ref contents are based on a corrected transcript, and the human evaluation will be also.
You may refer to the detailed translation instructions provided by the General MT task for each segment. This metadata expresses desired properties of a correct translation in each domain, such as the level of formality, replication of style or voice, etc. The annotation instructions provided to the human annotators are also available. Submissions are encouraged to make use of the provided information to more accurately judge each translation’s quality.
SUBMISSIONS
Submissions will be collected via Codabench, here. You may submit up to two system variants to this shared task per participating organization or research group.
Your submission must include a JSON-lines file of predicted segment-level scores, using the following format:
{
"item_id": "setID_###_srcLang_###_tgtLang_###_domain_###_docID_###_segID",
"task2_pred": {
"systemName1": predictedScore1,
"systemName2": predictedScore2,
...,
"systemNameN": predictedScoreN
}
}
For any language pair you attempt, you must provide scores for all hypotheses and all segments.
Submission Procedure
Step 1: Register your participation by creating an account on Codabench and by joining the WMT 2026 segment-level score prediction competition.
Step 2: Download the test set file containing source–target segment pairs for scoring. (The format of this file is explained in the "Test Data" section above.)
Step 3: Use your automatic system to score each of the source–target segment pairs for each language pair in which you wish to participate. Produce only a single output file per submission. If you choose not to complete a given language pair or a given challenge set, remove its content entirely from your output file.
Step 4: For each submission, download and fill in the "model card" questionnaire with information about your system, which participating team it’s associated with, resources used, etc.
Step 5: Submit your output to the shared task by uploading it to our Codabench competition by the end of the test period (2 August). You must upload a single zip file (of any name) containing your JSONL output file (which must be called segments.jsonl) and model card (which must be called model_card.json). The two component files must be located at the root directory of the zip.
To accommodate failed, erroneous, or mistaken uploads, you may submit up to five times per day but not exceeding 10 times over the course of the test period.
Step 6: Ensure that your zip file was properly processed by Codabench. Its status should show as "Finished" within a minute, and numerical scores should appear for it on the leaderboard for all official language pairs in which you expect to have participated. Note that leaderboard scores are for verification purposes only: they are computed against pseudo-gold-standard annotations that do not reflect the true outcome of the shared task! However, if the reported correlations are exceptionally weak, that may indicate that you made some error in running your system or assembling your JSONL file. If there is a clear problem processing your submission, its status should show as "Failed"; a processing log should be available for more detailed inspection.
Step 7: By the end of the test period (2 August), ensure that your team has no more than two submissions present in Codabench. Delete any others that you do not wish us to consider as final entries to the shared task.
Contact wmt-qe-metrics-organizers@googlegroups.com in the event of any questions or difficulties with the submission procedure.
Automatic Opt-In
To broaden participation and facilitate a more comprehensive analysis of current MT evaluation capabilities, we are introducing an automatic opt-in for participants across subtasks.
Unless you choose to opt out, your submission to this Task 2 will be evaluated as a submission to Task 3 (detection of error-free segments) as well. For this, you will be asked upon submission to provide a custom threshold for your model’s scores as well as an indication of whether the boundary is exclusive (>) or inclusive (≥). Any segment where your model score passes the threshold will be classified as error-free; all others will be classified as containing errors.
Submissions to Task 1 (automated error detection and span annotation) will likewise be automatically converted to participate in this Task 2. Task 1 participants may also submit up to two standalone systems to Task 2: this allows you to test specialized score-prediction techniques that may differ from your approach to error span detection. If you however wish for the same Task 1 system to be used for Task 2 via automatic conversion, there is no need to submit it twice.
EVALUATION
We will evaluate the quality of automatic score prediction on the official test set at both the segment level and the corpus (system) level. Details are forthcoming.
We will distinguish original Task 2 submission from converted Task 1 systems in the results and analysis tables.
Scored challenge sets will be returned to the individual challenge set developers for evaluation and analysis. Performance on the challenge sets will not be counted as part of the official results.
Note that the official results will be based on correlation with human judgements, which will not be complete until around September. At the time of test set submission, we will provide on the Codabench leaderboard an expression of each system’s correlation with automatically derived pseudo-gold-standard judgements, using simple metrics. This will allow participants to confirm that their files were uploaded in a valid format and that the performance of their system was broadly reasonable. Displayed scores in Codabench, however, are for these basic verification purposes only and do not reflect official results or rankings.
BASELINES
We will include in the official results a number of baseline systems. We currently intend to run the following:
-
BERTScore
-
BLEU and spBLEU
-
chrF
-
COMET-22
-
Gemini 3.6 Flash
-
Gemma 4
-
GPT-5.6 Terra
-
Qwen 3.6
-
YiSi-1