summaryrefslogtreecommitdiff
path: root/BASELINES.md
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-07-22 05:36:17 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-07-22 05:36:17 -0500
commit46517d604a8caa23242f209f809f159044d9878b (patch)
treee6f76e2b042490bf6e72544eb6776db415eb48ba /BASELINES.md
parentb329856d15b91a6f31fb75f010f0a550cddd0ee8 (diff)
baselines: freeze strict C4 audit gate
Diffstat (limited to 'BASELINES.md')
-rw-r--r--BASELINES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/BASELINES.md b/BASELINES.md
index cfdb3f5..5051fca 100644
--- a/BASELINES.md
+++ b/BASELINES.md
@@ -148,3 +148,12 @@ as a cheap matched baseline.
- One reproduced seed is evidence of executable fidelity, not a replacement for
a published multi-seed uncertainty interval. Expand seeds only when GPU time
permits and never select the reproduced seed by its accuracy.
+
+`experiments/import_native_baseline.py` refuses incomplete histories, protocol
+or revision drift, tracked source changes, nonfinite values, a missing package
+freeze, the wrong physical GPU, and missing dataset hashes. Completed records
+live under `results/native/<protocol-id>.json`. The separate strict aggregator
+`experiments/audit_native_baselines.py` distinguishes final,
+validation-selected, and test-selected metrics and generates
+`results/native_baseline_audit.md`. `experiments/finalize_accept.sh` remains
+red until both author runs have passed this C4 audit.