File size: 1,940 Bytes
91868a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# FAQ

### What makes this different from downloading MP/OQMD/JARVIS directly?

Three things: **integration**, **repair**, and **proof**. We don't just concatenate
databases. We deduplicate, repair known artifacts, compute missing metadata,
validate every entry, and — most importantly — we **prove** our quality scores
actually predict label reliability.

### Why 266k entries and not 817k (all OQMD)?

We intentionally filtered OQMD to entries with phase diagrams (FE + EaH). The
full OQMD has 817k entries but many lack computed hull energies. For ML
training, 266k validated entries are more useful than 817k noisy ones.

### Why is OQMD 64% of the dataset?

OQMD contributes more entries because it includes many metastable phases that
are relevant to battery applications. This is a feature, not a bug — but it
means source imbalance should be considered when training models.

### Why is there no score ≥ 90?

Our scoring is intentionally conservative. A score of 90 would require perfect
metadata, perfect geometry, and exceptional novelty. Since all data is DFT-computed
(not experimentally verified), no entry meets this threshold. This is a design
choice that prevents score inflation.

### Why does the Electrolyte edition exclude OQMD?

OQMD entries lacked space groups until recently computed (this release). They
also dominate the general dataset. For the Electrolyte benchmark edition, we
prioritize MP and JARVIS entries which have complete verified metadata.

### How do I cite the dataset?

See [CITATION.cff](../CITATION.cff) or [citation.md](citation.md).

### Can I contribute data?

We do not accept direct data contributions. New sources go through the full
validation pipeline. Contact us if you have a source to integrate.

### When will battery-specific properties (conductivity, migration) be added?

Planned for v4.0. The current focus is on establishing the foundational dataset
as a trusted resource.