Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,66 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: MSR Redox-Chemistry-Corrosion Coherence Baseline Mapping v0.1
|
| 6 |
+
dataset_name: msr-redox-chemistry-corrosion-coherence-baseline-mapping-v0.1
|
| 7 |
+
tags:
|
| 8 |
+
- clarusc64
|
| 9 |
+
- nuclear
|
| 10 |
+
- msr
|
| 11 |
+
- materials
|
| 12 |
+
- corrosion
|
| 13 |
+
- coherence
|
| 14 |
+
task_categories:
|
| 15 |
+
- tabular-classification
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K<n<10K
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: data/train.csv
|
| 23 |
+
- split: test
|
| 24 |
+
path: data/test.csv
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
## Dataset goal
|
| 28 |
+
|
| 29 |
+
Map the stable coherence relationship between molten-salt redox potential,
|
| 30 |
+
fission-product load, and structural alloy corrosion rate.
|
| 31 |
+
|
| 32 |
+
The dataset defines the **baseline coherence basin** for molten-salt reactor operation.
|
| 33 |
+
It allows models to recognize when chemistry and materials behavior remain in a
|
| 34 |
+
stable regime.
|
| 35 |
+
|
| 36 |
+
## What this dataset tests
|
| 37 |
+
|
| 38 |
+
Whether a system can infer:
|
| 39 |
+
|
| 40 |
+
- baseline_coherence_index
|
| 41 |
+
- expected corrosion rate band
|
| 42 |
+
- redox stability band
|
| 43 |
+
- chemistry balance state
|
| 44 |
+
|
| 45 |
+
from reactor chemistry and materials signals.
|
| 46 |
+
|
| 47 |
+
## Why it matters
|
| 48 |
+
|
| 49 |
+
Molten-salt systems fail when chemistry and corrosion decouple.
|
| 50 |
+
Failure is rarely triggered by a single threshold.
|
| 51 |
+
It emerges from gradual loss of coherence between:
|
| 52 |
+
|
| 53 |
+
- redox control
|
| 54 |
+
- fission product chemistry
|
| 55 |
+
- alloy response
|
| 56 |
+
|
| 57 |
+
This dataset establishes the stable reference manifold used by later
|
| 58 |
+
drift-detection and failure-horizon datasets in the series.
|
| 59 |
+
|
| 60 |
+
## Use case
|
| 61 |
+
|
| 62 |
+
Foundation layer of the MSR corrosion-coherence trinity:
|
| 63 |
+
|
| 64 |
+
1. Baseline mapping
|
| 65 |
+
2. Drift detection
|
| 66 |
+
3. Failure horizon routing
|