Foundational explainer
How to read AI benchmarks without falling for the “percent accurate” trap
A practical guide to reference metrics, saturated tests, uncertainty, and the claims a score cannot support.
A benchmark score is the output of a particular ruler applied to a particular sample under particular settings. It is not a universal percentage of quality. Reading the ruler correctly is more important than adding another decimal place.
01
What we know now
- 01
SacreBLEU makes metric settings visible through reproducible signatures and supports BLEU, chrF, chrF++, and TER.
- 02
The 2026 AI Index reports invalid-question rates ranging from 2 percent to 42 percent in reviewed benchmark samples.
- 03
Statistical significance can show that results differ under a test; it does not show which system is useful in production.
02
Why this matters for Armenia
Small Armenian-language evaluations are easy to overclaim. A score can help compare controlled outputs, but it cannot become a percentage of linguistic or factual correctness.
03
metric points
reference overlap under named settingsaccuracy
the metric is not a correctness percentagecomparison
compare systems on the same itemserrors
numbers, meaning, names, tone, and omissionsA score is useful only with its dataset, settings, uncertainty, and failure analysis.
04
Start with the measurement contract
Before comparing two numbers, identify the task, sample, reference answers, metric, settings, model version, prompt, and date. SacreBLEU exists partly because changes in tokenization and test preparation can move machine-translation scores. Its signature records settings so another evaluator can reproduce the calculation.
chrF compares character n-grams between a candidate and one or more references. chrF++ also incorporates word n-grams. This is useful for morphologically rich languages because it can reward shared word structure, but it still measures overlap. A valid alternative sentence can score lower, and a fluent sentence with the wrong fact can retain substantial overlap.
- Name the exact dataset and version.
- Publish the metric signature and preprocessing.
- Keep raw task outcomes available for error analysis.
05
Five ways a score gets misread
First, reference similarity is presented as factual accuracy. Second, a sample from one genre is generalized to every use. Third, a benchmark that frontier systems have nearly saturated is treated as if it still separates them well. Fourth, an average hides critical failures or weak subgroups. Fifth, a small rank difference is reported without uncertainty or a paired comparison.
The AI Index adds another warning: benchmark questions themselves can be defective. In one review summarized by the report, estimated invalid-question rates ranged from 2 percent on MMLU Math to 42 percent on GSM8K. A precise calculation on a flawed test is still a flawed result.
- Similarity is not correctness.
- One genre is not a language.
- A saturated test has weak separating power.
- An average can conceal severe errors.
- A tiny lead may be sampling noise.
06
A worked interpretation
Suppose Model A scores 57.8 chrF++ and Model B scores 57.2 on a set of paired news articles. The defensible statement is that A had 0.6 more chrF++ points under that dataset and metric configuration. It is not defensible to say A is 57.8 percent accurate or 0.6 percent better Armenian.
Next inspect paired article differences, confidence intervals, truncations, and error types. If the interval for the average difference includes zero, the ordering is uncertain on the sampled articles. Even when the difference is statistically distinguishable, a human-facing product still needs tests for meaning, names, numbers, tone, terminology, and correction burden.
- Report points, not invented percentage accuracy.
- Use paired tests when systems translate the same items.
- Separate statistical difference from practical usefulness.
07
Build an evaluation that resembles the decision
For an Armenian publication, the test packet should include the actual content shapes the system will write: updates, explainers, opportunities, instructions, headlines, summaries, uncertainty, negation, quotations, and numerical claims. Deduplicate against development material and keep a hidden challenge set.
Use automatic metrics as diagnostics, not final authority. Track critical meaning errors, unsupported additions, numerical changes, names, unnatural constructions, critic disagreement, and later corrections. A model that produces slightly lower overlap but far fewer serious failures may be the better route.
- Match the sample to the product distribution.
- Predeclare failure thresholds before seeing model names.
- Record latency, cost, and correction effort beside quality signals.
- Rerun after model, prompt, termbase, or policy changes.
08
The seven-line benchmark check
If a result cannot answer these questions, do not let it choose a production system.
- 01
What exact task and population does the sample represent?
- 02
Were references, prompts, versions, and metric settings fixed in advance?
- 03
Is the test clean, deduplicated, and large enough for the claim?
- 04
What is the paired uncertainty around the difference?
- 05
Which critical failures occurred even when the score was high?
- 06
Were truncated or failed outputs counted consistently?
- 07
Does the conclusion stay within what the metric actually measures?
09
Limits of this edition
No automatic metric proves naturalness or publication readiness by itself.
Confidence intervals depend on the sampled items and do not remove systematic dataset bias.
The worked numbers illustrate interpretation and do not establish a general model ranking.
SRC
Source desk
Direct links to the material behind this selection. Seeing the source matters as much as reading the synthesis.
