Parent
#13
What to build
Freeze the first canonical benchmark and stand up the contamination integrity check. HITL: a human signs off on the shipped item set.
- Freeze Benchpress-Causal v1: an immutable manifest recording generator seeds, the kept item IDs, and the benchmark version. Regenerating from the manifest reproduces the kept items exactly.
- Transparency posture enforced: generator code is public; the seed and the full instantiated item set are held out (gitignored); only example items and aggregate results are publishable.
- Contamination audit: a
audit command samples a fresh held-out set from the same distribution and reports each model's public-set vs fresh-set score gap; a large gap flags contamination/overfitting.
- Human sign-off on the frozen set before it becomes canonical.
Acceptance criteria
Blocked by
Parent
#13
What to build
Freeze the first canonical benchmark and stand up the contamination integrity check. HITL: a human signs off on the shipped item set.
auditcommand samples a fresh held-out set from the same distribution and reports each model's public-set vs fresh-set score gap; a large gap flags contamination/overfitting.Acceptance criteria
auditproduces a public-vs-fresh gap report per modelBlocked by