Dataset documentation
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MNB Benchmark Observatory Ledger
|
| 2 |
+
|
| 3 |
+
## About
|
| 4 |
+
This dataset contains public experiment records from the MNB (Minimal Navigable Benchmark) Benchmark Observatory running on HuggingFace Spaces.
|
| 5 |
+
|
| 6 |
+
## Data Schema
|
| 7 |
+
- `experiment_id`: Unique experiment identifier
|
| 8 |
+
- `timestamp`: ISO 8601 timestamp
|
| 9 |
+
- `population_size`: Number of MNBs in simulation
|
| 10 |
+
- `global_coherence_psi`: System-wide coherence metric (Ψ)
|
| 11 |
+
- `entropy_h`: Information entropy (H)
|
| 12 |
+
- `mean_value_density_rho`: Average value density (ρ)
|
| 13 |
+
- `benchmark_score`: Composite performance score
|
| 14 |
+
- `merkle_root`: SHA3-256 hash for verification
|
| 15 |
+
- `verified`: Cryptographic verification status
|
| 16 |
+
|
| 17 |
+
## Verification
|
| 18 |
+
All experiments include cryptographic proofs for reproducibility verification.
|