Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,24 @@ This "Community Edition" contains **1,518 unique simulation cases** representing
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
-
## 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
The dataset provides raw output directly from the OpenMC engine to preserve maximum physical fidelity. To protect proprietary methodologies, source XML generation files (`metadata/`) are excluded from this open-access tier.
|
| 39 |
|
| 40 |
For each simulation case, you will find:
|
|
@@ -44,7 +61,7 @@ For each simulation case, you will find:
|
|
| 44 |
|
| 45 |
---
|
| 46 |
|
| 47 |
-
##
|
| 48 |
This dataset operates in two distinct detectability regimes based on the separability index (Z), where the corrected statistical uncertainty floor is ±56 pcm.
|
| 49 |
|
| 50 |
$$Z = \frac{|\Delta\rho|}{\sigma_{corrected}}$$
|
|
@@ -57,7 +74,7 @@ $$Z = \frac{|\Delta\rho|}{\sigma_{corrected}}$$
|
|
| 57 |
* *Approach:* The signal is partially masked by the statistical noise floor. Requires temporal models (LSTMs, Transformers), trend-based analysis, or denoising autoencoders.
|
| 58 |
---
|
| 59 |
|
| 60 |
-
##
|
| 61 |
Due to the large file sizes (90+ GB), we recommend using the `huggingface_hub` library to download specific files or the entire dataset locally.
|
| 62 |
|
| 63 |
```python
|
|
@@ -72,7 +89,7 @@ local_dir = snapshot_download(
|
|
| 72 |
print(f"Dataset successfully downloaded to {local_dir}")
|
| 73 |
```
|
| 74 |
|
| 75 |
-
##
|
| 76 |
|
| 77 |
**Phase 1 Open-Access Framework**
|
| 78 |
To accelerate global nuclear AI research, KEFF Data provides this Community Edition dataset under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license. It is entirely free for academic, educational, and non-commercial R&D workflows.
|
|
@@ -81,7 +98,7 @@ To accelerate global nuclear AI research, KEFF Data provides this Community Edit
|
|
| 81 |
Any commercial entity, corporate R&D division, or national laboratory wishing to utilize this dataset, its underlying methodology, or its outputs for proprietary development, commercial product training, or operational benchmarking must obtain explicit written authorization and a commercial license.
|
| 82 |
|
| 83 |
For enterprise licensing structures and access to our production-tier datasets, contact: **contact@keffdata.com**
|
| 84 |
-
##
|
| 85 |
If you use this dataset in your academic research or non-commercial projects, please cite it using the official DOI:
|
| 86 |
|
| 87 |
**DOI:** [10.57967/hf/8914](https://doi.org/10.57967/hf/8914)
|
|
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
+
## 2. Anomaly Classes & Data Distribution
|
| 38 |
+
[cite_start]To ensure robust training for multi-variable deep learning architectures, the 1,518 unique statepoints are distributed across three independent safety-critical operational anomalies and a nominal baseline[cite: 291, 297]:
|
| 39 |
+
|
| 40 |
+
| Anomaly Class | Cases (N) | Perturbation Range | Primary Physics Mechanism |
|
| 41 |
+
| :--- | :--- | :--- | :--- |
|
| 42 |
+
| **Control Rod (CR) Misalignment** | 555 | [cite_start]0–200 cm insertion depth | [cite_start]Control rod worth: negative reactivity insertion |
|
| 43 |
+
| **Fuel Temperature (Doppler)** | 481 | [cite_start]950–1200 K | [cite_start]Doppler broadening of U-238 resonance capture |
|
| 44 |
+
| **Coolant Void Fraction** | 481 | [cite_start]0–35% void fraction | [cite_start]Under-moderated regime density feedback |
|
| 45 |
+
| **Nominal Baseline** | 1 | [cite_start]Reference state | [cite_start]Unperturbed core benchmark ($k_{\text{eff}} = 1.26660$) |
|
| 46 |
+
|
| 47 |
+
### Verification & Validation (V&V) Baselines
|
| 48 |
+
[cite_start]Every simulation case in this community release has been rigorously audited against industrial safety standards to guarantee physical integrity before deployment[cite: 228, 241]:
|
| 49 |
+
* [cite_start]**Source Convergence:** Fundamental-mode spatial distribution verified with a Shannon entropy drift of 0.0419% (Passing industry threshold of < 0.1%)[cite: 66, 300].
|
| 50 |
+
* [cite_start]**Statistical Reliability:** Adjusted for a Lag-1 autocorrelation coefficient of 0.62, raising the conservative industrial noise floor to ±56 pcm[cite: 85, 92, 300].
|
| 51 |
+
* [cite_start]**Code-to-Benchmark Accuracy:** Verified against standard reference benchmarks for fresh PWR fuel pins with a stable code bias of -339.7 pcm, safely within the standard ±1000 pcm acceptance limit[cite: 51, 184, 300].
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
## 3. Dataset Structure
|
| 55 |
The dataset provides raw output directly from the OpenMC engine to preserve maximum physical fidelity. To protect proprietary methodologies, source XML generation files (`metadata/`) are excluded from this open-access tier.
|
| 56 |
|
| 57 |
For each simulation case, you will find:
|
|
|
|
| 61 |
|
| 62 |
---
|
| 63 |
|
| 64 |
+
## 4. Anomaly Detection Regimes (Machine Learning Guidance)
|
| 65 |
This dataset operates in two distinct detectability regimes based on the separability index (Z), where the corrected statistical uncertainty floor is ±56 pcm.
|
| 66 |
|
| 67 |
$$Z = \frac{|\Delta\rho|}{\sigma_{corrected}}$$
|
|
|
|
| 74 |
* *Approach:* The signal is partially masked by the statistical noise floor. Requires temporal models (LSTMs, Transformers), trend-based analysis, or denoising autoencoders.
|
| 75 |
---
|
| 76 |
|
| 77 |
+
## 5. How to Use (Python Snippet)
|
| 78 |
Due to the large file sizes (90+ GB), we recommend using the `huggingface_hub` library to download specific files or the entire dataset locally.
|
| 79 |
|
| 80 |
```python
|
|
|
|
| 89 |
print(f"Dataset successfully downloaded to {local_dir}")
|
| 90 |
```
|
| 91 |
|
| 92 |
+
## 6. Licensing & Commercial Use
|
| 93 |
|
| 94 |
**Phase 1 Open-Access Framework**
|
| 95 |
To accelerate global nuclear AI research, KEFF Data provides this Community Edition dataset under the **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license. It is entirely free for academic, educational, and non-commercial R&D workflows.
|
|
|
|
| 98 |
Any commercial entity, corporate R&D division, or national laboratory wishing to utilize this dataset, its underlying methodology, or its outputs for proprietary development, commercial product training, or operational benchmarking must obtain explicit written authorization and a commercial license.
|
| 99 |
|
| 100 |
For enterprise licensing structures and access to our production-tier datasets, contact: **contact@keffdata.com**
|
| 101 |
+
## 7. Citation
|
| 102 |
If you use this dataset in your academic research or non-commercial projects, please cite it using the official DOI:
|
| 103 |
|
| 104 |
**DOI:** [10.57967/hf/8914](https://doi.org/10.57967/hf/8914)
|