RETROSPECTIVE RECORD · PREPARED 16 SEPTEMBER 2026The record · 100 retrospective records ↗

The record / Evaluation

Evaluation / From the record · 23 May 2024 event · prepared 16 September 2026

Small scoring choices can swing a benchmark by points

A harness team's retrospective and HELM show how prompt format, scoring and decoding choices shift benchmark scores.

Visual for this record: Small scoring choices can swing a benchmark by points
Visual published by cdnwebsite.databox.com, shown for identification of the record. Credit: cdnwebsite.databox.com · source page ↗ Rights: owner-review-pending.

Three years of running the same kind of test

Submitted 23 May 2024, Lessons from the Trenches on Reproducible Evaluation of Language Models was written by Stella Biderman and 29 co-authors drawing on three years of experience building and maintaining the Language Model Evaluation Harness, a framework the repository describes as testing generative models on more than 60 standard academic benchmarks and serving as the backend for the Hugging Face Open LLM Leaderboard. The paper sets out to document what the authors call the tacit or folk knowledge practitioners accumulate about evaluation but rarely write down, covering the sensitivity of models to evaluation setup and the difficulty of making comparisons across methods genuinely fair.

Setup, not just the model, decides the number

The paper's central concern is that small, easily overlooked choices in how a benchmark is run change the reported score independent of the model being tested: how a prompt is formatted, how an answer is extracted and scored, and how decoding is configured can each shift a result, which means two papers reporting different numbers for what looks like the same benchmark may not be measuring a genuine capability difference. The harness repository documents its response to that problem directly: evaluation with publicly available, fixed prompts is presented as what makes results reproducible and comparable between papers, and where multiple common implementations of a task exist without field-wide agreement, the maintainers state a rule for resolving the choice, prioritising consensus among model trainers first and a documented default afterward.

An earlier attempt at the same problem

HELM, submitted 16 November 2022, tackled a related version of the reproducibility gap by testing 30 models under identical conditions across 42 scenarios and measuring seven separate dimensions, including accuracy, robustness, fairness, and efficiency, rather than one aggregate score. HELM reports that before its own publication, models in the field had been evaluated on a shared set of core scenarios only 17.9 percent of the time, a figure describing how little like-for-like comparison existed across published results at that point, not a claim about any model's later scores. Read together, the two papers describe the same underlying problem from different ends: HELM standardises what gets measured, and the 2024 paper documents the setup choices within a single benchmark run that can still move a number even after the benchmark itself is fixed.

Questions to carry into your own evaluation

  • Have you published the exact prompt template and scoring method you used, so someone else could reproduce your number?
  • Are you comparing two reported scores that used different prompt formats or decoding settings under the same benchmark name?
  • Does your evaluation report more than one metric, given that an aggregate accuracy figure can hide where a model actually fails?

A benchmark name on its own is not enough information to compare two results; the prompt, scoring method, and decoding settings behind the number are part of what was measured, and both papers here argue that reporting them is what makes a score worth citing at all.

Sources & reading trail

Lessons from the Trenches on Reproducible Evaluation of Language Models ↗

Documents setup choices, drawn from three years of harness maintenance, that change reported evaluation scores.

Source published: 23 May 2024 · Retrieved: 16 September 2026

EleutherAI/lm-evaluation-harness ↗

Documents the harness's use of public, fixed prompts and its rule for resolving competing task implementations, as retrieved.

Source published: Not established · Retrieved: 16 September 2026

Holistic Evaluation of Language Models ↗

Establishes the standardised, multi-metric evaluation approach and the low prior overlap in what models were compared on.

Source published: 16 November 2022 · Retrieved: 16 September 2026

Papers and official documents establish the record; the reading and the questions are Model Field Guide editorial analysis. This retrospective draft does not imply the site published on the event date.