Papers › In the Blind: Building Pseudo-References for MT Evaluation

In the Blind: Building Pseudo-References for MT Evaluation

11 Sep 2026arXiv:2609.13611added by Syntology

Diptesh Kanojia, Chi-kiu Lo, Archchana Sindhujan, Samuel Larkin, Greg Hanneman, Alon Lavie

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The WMT26 General MT task evaluates systems on 10 language pairs that have no human references (neither translated from scratch nor post-edited from MT output by humans). We describe how we built the pseudo-references for these pairs and six other language pairs (in which some forms of human references are available): seven models translate the 3,277 official documents under up to five prompt conditions, giving a total of 26 system-prompt combinations; then three reference-free quality estimation (QE) models score every candidate; and a per-document selector picks one translation, which GPT-5.5 post-edits where needed. Working without references exposed a failure mode of QE-guided selection: the metrics rank fluent output in the wrong language above correct translations. Adding a confidence-scaled language identification penalty to the score fusion drives the wrong-language count to zero, and the resulting selector still scores better on MetricX than the rank-fusion baseline it replaces. Since no references were available for these pairs while we were building them, we calibrate every selection decision on last year's WMT25 human judgments. The human evaluation, released after construction, shows the cost of getting selection wrong: our references stand with the strongest participating systems when the selector kept a frontier-model candidate, and fall up to 17 ESA points below them when it did not. We release the selection method and the provenance of every reference (https://github.com/surrey-nlp/PseudoRef)

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2609.13611")

Code

Syntology Ran 0 of 23 code samples harvested from 1 repository linked to this paper; 23 have no recorded run.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

surrey-nlp/PseudoRef found in paper text by SyntologyNOASSERTION report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 0 ran; 0 honoured the contract we drafted; 23 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

23unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from surrey-nlp/PseudoRef. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bcp47_of surrey-nlp/PseudoRef/pseudoref/blindset.py found in paper text by Syntology unverified licence not identified · pointer only · e72a668dc3f0f006 · report
build_report surrey-nlp/PseudoRef/pseudoref/pipeline/report.py found in paper text by Syntology unverified licence not identified · pointer only · c55ecd463aeb6095 · report
build_submission surrey-nlp/PseudoRef/pseudoref/submit.py found in paper text by Syntology unverified licence not identified · pointer only · ea896426ffc9ce05 · report
directions_for_source surrey-nlp/PseudoRef/pseudoref/data.py found in paper text by Syntology unverified licence not identified · pointer only · e350261571dc3451 · report
doc_diagnostics surrey-nlp/PseudoRef/pseudoref/diagnostics.py found in paper text by Syntology unverified licence not identified · pointer only · b564eea33db0afd1 · report
domain_of surrey-nlp/PseudoRef/pseudoref/langpairs.py found in paper text by Syntology unverified licence not identified · pointer only · 1a696b3779cf890a · report
extract_translation surrey-nlp/PseudoRef/pseudoref/gates.py found in paper text by Syntology unverified licence not identified · pointer only · 908ca51004c0e0d8 · report
few_shot_block surrey-nlp/PseudoRef/pseudoref/blindset_runner.py found in paper text by Syntology unverified licence not identified · pointer only · 379378ecd28fd3a7 · report
g4_array surrey-nlp/PseudoRef/pseudoref/gates.py found in paper text by Syntology unverified licence not identified · pointer only · 08bd04a0d8212991 · report
lang_name surrey-nlp/PseudoRef/pseudoref/blindset.py found in paper text by Syntology unverified licence not identified · pointer only · 754c38e72cc444d0 · report
load_config surrey-nlp/PseudoRef/pseudoref/pipeline/promptsearch.py found in paper text by Syntology unverified licence not identified · pointer only · 1ca9d94395429563 · report
load_docs surrey-nlp/PseudoRef/pseudoref/data.py found in paper text by Syntology unverified licence not identified · pointer only · 5384171afccc8f1f · report
pair_diagnostics surrey-nlp/PseudoRef/pseudoref/diagnostics.py found in paper text by Syntology unverified licence not identified · pointer only · 10dc6f4588b33bed · report
resolve_pair_selector surrey-nlp/PseudoRef/pseudoref/langpairs.py found in paper text by Syntology unverified licence not identified · pointer only · 338e70f2fac6cfc1 · report
resolve_pairs surrey-nlp/PseudoRef/pseudoref/pipeline/promptsearch.py found in paper text by Syntology unverified licence not identified · pointer only · 4817f32398b4f749 · report
screening_keys surrey-nlp/PseudoRef/pseudoref/pipeline/promptsearch.py found in paper text by Syntology unverified licence not identified · pointer only · 83457b88f321acbc · report
script_ok_for_code surrey-nlp/PseudoRef/pseudoref/blindset_runner.py found in paper text by Syntology unverified licence not identified · pointer only · 103060da430b4e6d · report
segment_split surrey-nlp/PseudoRef/pseudoref/blindset_native.py found in paper text by Syntology unverified licence not identified · pointer only · 37feb0c7fca330a8 · report
split_code surrey-nlp/PseudoRef/pseudoref/blindset.py found in paper text by Syntology unverified licence not identified · pointer only · 364eb6380952e291 · report
strip_analysis surrey-nlp/PseudoRef/pseudoref/gates.py found in paper text by Syntology unverified licence not identified · pointer only · 004b873bab325e96 · report
supported surrey-nlp/PseudoRef/pseudoref/blindset_native.py found in paper text by Syntology unverified licence not identified · pointer only · 45ab3fd1617d0810 · report
tg_code surrey-nlp/PseudoRef/pseudoref/blindset_native.py found in paper text by Syntology unverified licence not identified · pointer only · f262d097f407cffc · report
tokenize surrey-nlp/PseudoRef/pseudoref/diagnostics.py found in paper text by Syntology unverified licence not identified · pointer only · 7a46793afd47ec22 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.13611, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections