What problem does it solve?
It prevents overconfident research claims by auditing experiment integrity, detecting fake ground truth, score normalization fraud, phantom or mismatched results, and scope inflation.
Core Features & Use Cases
- Cross-model integrity review: an executor collects relevant artifacts while an independent reviewer reads everything to verify provenance, metrics, and evidence alignment.
- Fraud pattern checks: validates ground truth origins, flags suspicious normalization denominators, confirms result file existence and claimed values, and detects dead (unused) metric code.
- Claim readiness output: writes a human-readable EXPERIMENT_AUDIT.md and a machine-readable EXPERIMENT_AUDIT.json that downstream skills can use to tag claims as supported, qualified, or integrity-concerned.
Use case: After a benchmark run finishes and you plan to write NARRATIVE_REPORT.md or paper sections, run this audit to ensure the reported numbers and claims are actually evidenced by the evaluated artifacts.
Quick Start
Use experiment-audit on your experiment directory or results path to generate EXPERIMENT_AUDIT.md and EXPERIMENT_AUDIT.json with an integrity verdict.