benchmark-model-claims

Audits model benchmark claims across six integrity domains and emits a 0-5 reliability score.

4|1|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/radarist/structured-analytic-skills --skill benchmark-model-claims-radarist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: benchmark-model-claims
Source: https://github.com/radarist/structured-analytic-skills/tree/main/skills/benchmark-model-claims
Command: npx skills add https://github.com/radarist/structured-analytic-skills --skill benchmark-model-claims-radarist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Vendor posts, papers, and release notes routinely assert benchmark numbers ("91% on GSM8K", "outperforms GPT-4o", "SOTA on MMLU") that collapse under scrutiny because of test-set contamination, unpinned baselines, single runs, self-evaluation, cherry-picked metrics, or underpowered test sets. This Skill turns such a claim into a structured audit so you know how much evidential weight the number actually carries before quoting it in a decision. ## Core Features & Use Cases - Six-domain integrity audit: Scores test-set contamination, baseline pinning, seed/run variance, evaluator independence, metric selection, and test-set size as Low / Some concerns / High risk, each with a one-sentence rationale. - Deterministic reliability score and risk tags: Computes reliability = max(0, 5 - 1xHigh - 0.5xSome concerns) and attaches machine-readable tags from a fixed vocabulary such as contamination-unverified, baseline-version-drift, and single-seed. - Supports / does-not-support split with replication plan: States the weaker claim the evidence sustains, the claim it invalidates (and the domain that kills it), and the specific experiment that would raise the score. - Use Case: A vendor blog claims "AcmeLM-2 scores 91.2% on GSM8K, outperforming GPT-4o" from one run against a year-old GPT-4o figure. The audit flags High risk on baseline pinning and run variance, scores the claim 2/5, and concludes it supports only "competitive with 2024-era frontier models" — not any state-of-the-art framing. ## Quick Start Use the benchmark-model-claims skill to audit this claim before we quote it: a vendor blog says their model scores 91.2% on GSM8K and outperforms GPT-4o based on a single run.

Frequently Asked Questions about benchmark-model-claims

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a benchmark claim like "91% on GSM8K" before quoting it?▼

Normalise the claim into model version, metric, value, benchmark split, and comparator, then score six domains: contamination, baseline pinning, run variance, evaluator independence, metric selection, and test-set size. The result is a 0-5 reliability score with named risk tags and a replication plan.

How is the benchmark claim reliability score calculated?▼

Start from 5 and subtract 1 for each High-risk domain and 0.5 for each Some-concerns domain, floored at zero. A High judgement on contamination or baseline pinning invalidates any comparative ranking regardless of the total score.

Should I trust a leaderboard number the vendor scored itself?▼

Self-evaluation is flagged under the evaluator-independence domain and treated as High risk unless a third-party leaderboard or independent harness re-ran the evaluation. The audit also checks contamination, since benchmarks like MMLU and HumanEval have been widely scraped.

When should I use assess-study-bias instead of a benchmark claim audit?▼

Use assess-study-bias for clinical, behavioural, or field trials, where it applies the Cochrane RoB 2 domains to randomized studies. The benchmark claim audit is calibrated to ML model evaluation and does not apply to trial methodology.

Is a single-run benchmark result with no seeds comparable to other models?▼

No. A single run without a reported spread or tuning budget is tagged single-seed and scored High risk on run variance, following Dodge et al. 2019. The audit names the replication needed: multiple seeds with mean, standard deviation, and a disclosed search budget.