Scandiumlabs commited on
Commit
725a6e7
·
verified ·
1 Parent(s): 2db3f32

Upload docs/data_card.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. docs/data_card.md +84 -0
docs/data_card.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Data Card: Scandium Dataset v0.0
2
+
3
+ ## Dataset Description
4
+
5
+ - **Name**: Scandium Dataset v0.0
6
+ - **Version**: 0.0.0
7
+ - **Date**: 2026-07-21
8
+ - **Publisher**: Scandium Labs
9
+ - **License**: Multiple (CC BY 4.0 + CC0 + OQMD non-commercial)
10
+ - **DOI**: pending
11
+ - **Repository**: https://github.com/Scandium-Labs/Scandium-Dataset
12
+
13
+ ## Composition
14
+
15
+ - **Total entries**: 266,732
16
+ - **Unique formulas**: 148,141
17
+ - **Sources**: 3 (MP 69,279 + OQMD 171,780 + JARVIS 25,673)
18
+ - **Material families**: 10 (7 battery-relevant)
19
+ - **Carrier elements**: Li, Na, Mg, Ca, Zn, Al, K
20
+
21
+ ## Properties
22
+
23
+ | Property | Unit | Coverage | Type |
24
+ |----------|------|----------|------|
25
+ | Formation Energy | eV/atom | 100% | Continuous |
26
+ | Energy Above Hull | eV/atom | 90.4% | Continuous |
27
+ | Band Gap | eV | 99.9% | Continuous |
28
+
29
+ ## Collection Methodology
30
+
31
+ All entries are sourced from established open DFT databases:
32
+ - **Materials Project**: PAW-PBE pseudopotentials, computed by MP consortium
33
+ - **OQMD**: PAW-PBE, computed by Wolverton group at Northwestern
34
+ - **JARVIS-DFT**: optPBE + TBmBJ band gaps, computed by NIST
35
+
36
+ ## Preprocessing
37
+
38
+ 1. **Unified schema**: All sources mapped to common field names
39
+ 2. **Deduplication**: 31,997 duplicates removed (chunked fingerprint matching)
40
+ 3. **Repair**: 137,405 OQMD coordinate repairs, 171,764 space group computations
41
+ 4. **Quality scoring**: 5 sub-scores (geometry, DFT, metadata, novelty, chemical)
42
+ 5. **Tiering**: 3 tiers (Raw, Validated, Gold) + Strict Gold (11 gates)
43
+ 6. **Provenance**: Checksums, repair history, dedup resolution per entry
44
+
45
+ ## Splits
46
+
47
+ Four frozen split types for benchmarking:
48
+ - Random 80/10/10
49
+ - Composition held-out (no formula overlap)
50
+ - Family held-out (smallest families as test)
51
+ - Chemistry held-out (halides as OOD test)
52
+
53
+ ## Quality Metrics
54
+
55
+ - Quality score range: 50-88 (0-100 scale, mean 77.4)
56
+ - Score calibration verified: monotonic relationship with label reliability
57
+ - Cross-source FE agreement: 0.20-0.23 eV/atom MAE
58
+ - Space group agreement (MP↔JARVIS): 78.6%
59
+
60
+ ## Intended Use
61
+
62
+ - Materials property prediction (FE, EaH, BG)
63
+ - Battery materials screening
64
+ - Representation learning pre-training
65
+ - Cross-source DFT comparison
66
+
67
+ ## Known Limitations
68
+
69
+ - No experimentally validated entries
70
+ - No ionic conductivity or migration barriers
71
+ - JARVIS entries lack EaH
72
+ - 16 OQMD entries missing space group
73
+ - Garnet family only 23 entries
74
+
75
+ ## Citation
76
+
77
+ ```bibtex
78
+ @software{scandium_dataset_v3,
79
+ title = {Scandium Dataset v0.0},
80
+ version = {0.0.0},
81
+ date = {2026-07-21},
82
+ publisher = {Scandium Labs}
83
+ }
84
+ ```