Restore exact challenge and paper tags with valid card metadata
Browse files
README.md
CHANGED
|
@@ -1,18 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
- open-experiment
|
| 12 |
-
- icml2026-repro
|
| 13 |
-
- paper-JnuwpwbZ8D
|
| 14 |
---
|
| 15 |
|
| 16 |
-
#
|
| 17 |
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Provably Data-driven Multiple Hyper-parameter Tuning — Exact-12 CPU Reproduction
|
| 3 |
+
emoji: 📐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
tags:
|
| 9 |
+
- icml2026-repro
|
| 10 |
+
- paper-JnuwpwbZ8D
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# Six executable theorem certificates
|
| 14 |
|
| 15 |
+
This frozen, unpublished package audits all six operative anchored claims for **Provably Data-driven Multiple Hyper-parameter Tuning with Structured Loss Function** (`JnuwpwbZ8D`, arXiv `2602.02406v2`). Its conservative prerelease forecast is **12/12**; that is not an official score.
|
| 16 |
+
|
| 17 |
+
The evidence is deliberately finite and falsifiable. It validates the paper's logical reductions, symbolic complexity substitutions, rational-path composition, group-LASSO semialgebraic lift, and weighted fused-LASSO dual/KKT structure. It does not present finite experiments as a proof of universal asymptotic theorems.
|
| 18 |
+
|
| 19 |
+
## Reproduce on CPU
|
| 20 |
+
|
| 21 |
+
```bash
|
| 22 |
+
CUDA_VISIBLE_DEVICES='' PYTORCH_ENABLE_MPS_FALLBACK=0 \
|
| 23 |
+
OMP_NUM_THREADS=1 OPENBLAS_NUM_THREADS=1 MKL_NUM_THREADS=1 \
|
| 24 |
+
python reproduction/run_tests.py
|
| 25 |
+
python reproduction/verify_repeatability.py
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
The source, six exact claim texts, live challenge revision, poster, independent tests, Trackio artifact, release manifest, privacy audit, and deterministic replay are included. `USE_IT_LOCK` forbids publication until the user explicitly says `USE IT`.
|
| 29 |
+
|
| 30 |
+
Future artifact Bucket: https://huggingface.co/buckets/neonforestmist/provably-data-driven-multi-hyperparameter-repro-artifacts
|