Validation
Validation Pipeline
Every entry in the Scandium Dataset passes through a deterministic validation pipeline before entering its tier.
Structural Validation
- Nsites ≥ 2: Eliminates single-atom entries (no meaningful structure)
- Volume > 10 ų: Eliminates entries with zero or implausible volume
- Min distance check: Flags overlapping atoms (OQMD artifact detector)
- Space group computation: spglib symmetry detection
Property Validation
- Target presence: At least 2 of 3 targets (FE, EaH, BG) must exist
- Physical range: FE in [-5, +5] eV/atom, BG in [0, ~10] eV
- Stability check: EaH < 0.1 eV/atom or null (for Gold tier)
Quality Flags
Flags are generated by validators and ingested during scoring:
| Flag | Meaning |
|---|---|
overlapping_atoms |
Min distance < 0.5 Å |
corrupted_structure |
Structure JSON unparseable |
extreme_* |
Property outside physical range |
heavy_element |
Contains elements with Z > 92 |
noble_gas |
Contains noble gas elements |
missing_spacegroup |
No space group computed |
bad_volume |
Volume missing or zero |
missing_EaH |
EaH not available (known for JARVIS) |
Tier Gates
Raw (Gate 0)
- Source and formula present
- Fallthrough for all entries
Validated (Gates 1-4)
- Valid structure (nsites ≥ 2, volume > 10)
- At least 2 of 3 targets present
- No critical quality flags
- Quality score ≥ 70
Gold (Gates 5-8)
- Not a duplicate (no duplicate_group)
- No label conflicts (no disagreement flags)
- Stable or near-stable (EaH < 0.1 or null)
- Complete metadata (space_group, density, elements)
Strict Gold (Gates 9-11)
- Provenance complete (source_id + checksum)
- Quality score ≥ 80 (calibrated: 85.2% valid at this threshold)
- No known defects (volume > 0, density > 0, space_group present)
Verification Reports
See reports/validation_reports/ for:
- Per-source validation results
- Per-family validation results
- Cross-source agreement verification