ML Reproducibility Crisis
Large-scale failure to replicate ML research claims — cultural symptoms, architectural broken causal chain
The ML reproducibility crisis is the sustained pattern in which machine learning research claims — especially in ML-based science — cannot be replicated by others or sometimes by the original authors: metrics differ, rankings reverse, or conclusions collapse when code, data, and environment are reconstructed honestly.
Concept maps: ML reproducibility crisis (concrete layering) · Provenance discipline stack (abstract, domain-transferable pattern).
It is usually discussed as culture — publication pressure, poor documentation (provenance deferred), withheld code — driven by misaligned incentives, short-termism, and local optimization. Those forces are real and rational under current reward geometry (publication over provenance). In this corpus culture and architecture co-produce the crisis: incentives make deferral attractive; mutable tooling makes deferral possible.
Architecture: the causal chain from raw capture through L1 inputs to L2 results is broken — ruptured provenance chain — mutable datasets, unpinned environments, unrecorded configuration, metrics without provenance — so reproduction is heroic discipline rather than a query over committed history. When replication or audit does disprove a claim, non-propagating refutation often compounds the damage. Canonical treatment: Event Sourced Science.
What goes wrong
Cultural drivers (co-produce architecture gaps)
Fix (architecture + incentives)
Treat ML lifecycle as event sourcing: measure → commit (labels, config, deployment) → derive (weights, metrics) with immutable append and explicit refs at each step — committed provenance chain. Experiment architecture and pinned epistemic harness (containers, lockfiles, run IDs) make reproduction structural; refutation propagation ensures disproof reaches dependents. Incentive alignment — scoring replication, artifact commits, and contest paths — makes honest capture cheaper than deferral. Same root cause as immutable infrastructure (Article 26).
Key sources
- Kapoor & Narayanan (2022) — systematic survey: leakage across 17 fields, 329 affected papers; taxonomy; civil-war prediction case study; model info sheets proposal. arXiv:2207.07048
- Pineau et al. (2021) — NeurIPS reproducibility program; checklist for code, data, seeds, and documentation in ML research. arXiv:2003.12206
Corpus stance
A1 — adopted on this site: The crisis is real and both cultural and architectural; fixes require incentive alignment and structural provenance (facets, commits, gates), not “try harder” alone.