akiroussama commited on
Commit
77627db
·
verified ·
1 Parent(s): 1328e41

docs: add deep-research-verified dataset card

Browse files
Files changed (1) hide show
  1. README.md +228 -37
README.md CHANGED
@@ -25,52 +25,202 @@ pretty_name: "Severson 2019 LFP Fastcharge — Tier 1 Raw Mirror"
25
 
26
  # severson-2019-raw
27
 
28
- **Tier 1 raw mirror** of the Severson et al. 2019 LFP fastcharge cycling
29
- dataset, hosted under the [BSEBench](https://bsebench.org) organization for
30
- reproducibility purposes. **Files are preserved exactly as published.**
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Status
33
 
34
- 🚧 **Upload pending**placeholder dataset card. The raw `.mat` files will
35
- be uploaded once verified for SHA-256 integrity against the original
36
- publication.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ## What this is
39
 
40
  A bit-exact mirror of the dataset published with :
41
 
42
- > **Severson, K. A., Attia, P. M., Jin, N., Perkins, N., Jiang, B., Yang, Z.,
43
- > Chen, M. H., Aykol, M., Herring, P. K., Fraggedakis, D., Bazant, M. Z.,
44
- > Harris, S. J., Chueh, W. C., Braatz, R. D. (2019).**
45
  > "Data-driven prediction of battery cycle life before capacity degradation."
46
- > *Nature Energy*, 4, 383-391. doi:[10.1038/s41560-019-0356-8](https://doi.org/10.1038/s41560-019-0356-8)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
- 124 commercial LFP/graphite cells (A123 APR18650M1A, 1.1 Ah nominal) cycled
49
- under 72 fast-charging protocols at 30 °C, until 80 % capacity retention.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Why "raw mirror" tier
52
 
53
  BSEBench follows a **dual-tier** dataset strategy :
54
 
55
- - **Tier 1 (this repo)** — original `.mat` files, SHA-256 verified vs the
56
- original publication. Used for **provenance verification** and audits.
57
- - **Tier 2** see [`bsebench-org/severson-2019`](https://huggingface.co/datasets/bsebench-org/severson-2019)
58
- for the **harmonized BSEBench-canonical Parquet** with consistent column
59
- names, BPX-1.1 sign convention, and unified schema.
60
-
61
- For most filter benchmarking work, you want **Tier 2**. Tier 1 exists to
62
- let auditors verify our harmonization is faithful to the original.
 
 
63
 
64
  ## Original source
65
 
66
- The original publication was distributed via [data.matr.io](https://data.matr.io/1/)
67
- (MIT/Stanford battery archive). This URL is recorded as **citation
68
- metadata** but BSEBench's HuggingFace mirror is the **single source of
69
- truth** for fetching — independent of `data.matr.io`'s long-term availability.
 
 
 
 
 
 
 
 
70
 
71
  ## License
72
 
73
- [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) same as the original publication.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
  ## How to use
76
 
@@ -81,23 +231,43 @@ local_dir = snapshot_download(
81
  "bsebench-org/severson-2019-raw",
82
  repo_type="dataset",
83
  )
84
- # local_dir contains the raw .mat files, SHA-256 verified
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ```
86
 
87
- For the BSEBench-harmonized version with a consistent Python API, prefer
 
88
  [`bsebench-org/severson-2019`](https://huggingface.co/datasets/bsebench-org/severson-2019).
89
 
90
  ## Citation
91
 
92
- Cite the **original** Severson 2019 paper (BibTeX above) — not BSEBench's
93
- mirror. BSEBench's contribution is hosting + harmonization, not the data.
94
 
95
- If you also use BSEBench tooling, additionally cite :
 
96
 
97
  ```bibtex
98
  @misc{bsebench2026,
99
- author = {Akir, Oussama and BSEBench Contributors},
100
- title = {{BSEBench}: an open-source benchmark for battery state-estimation filters},
 
101
  year = {2026},
102
  url = {https://bsebench.org},
103
  }
@@ -105,10 +275,31 @@ If you also use BSEBench tooling, additionally cite :
105
 
106
  ## Provenance manifest
107
 
108
- A machine-readable manifest validating this dataset's metadata against the
109
- [`bsebench-dataset-manifest/v1`](https://github.com/bsebench-org/bsebench-specs)
110
- schema lives at
111
  [`bsebench-org/bsebench-datasets/manifests/severson_2019_lfp.yaml`](https://github.com/bsebench-org/bsebench-datasets/tree/main/manifests).
112
 
113
- Including : `source.canonical_url`, `source.canonical_doi`, every file's
114
- SHA-256 + size, license, and citation BibTeX.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  # severson-2019-raw
27
 
28
+ **Tier 1 raw mirror** of the Severson et al. 2019 commercial LFP fastcharge
29
+ cycling dataset, hosted under the [BSEBench](https://bsebench.org)
30
+ organization on the HuggingFace Hub. The files in this repository are
31
+ preserved bit-exact as published on the original Toyota Research Institute
32
+ data portal at [data.matr.io](https://data.matr.io/1/). No values are
33
+ modified; no columns are renamed; no rows are dropped. Every file's
34
+ SHA-256 digest is recorded in the BSEBench manifest YAML and matches the
35
+ original distribution.
36
+
37
+ This repository exists for **provenance verification and audits only**.
38
+ For the BSEBench-canonical Parquet harmonization that consumers actually
39
+ use for filter benchmarking, see the Tier 2 sibling repository
40
+ [`bsebench-org/severson-2019`](https://huggingface.co/datasets/bsebench-org/severson-2019).
41
 
42
  ## Status
43
 
44
+ This is a **placeholder card**. The raw `.mat` files are not yet uploaded
45
+ to the HuggingFace Hub. The planned upload pipeline is :
46
+
47
+ 1. Manual download of the three Severson batches from
48
+ `https://data.matr.io/1/projects/5c48dd2bc625d700019f3204` (registration
49
+ may be required by the TRI portal).
50
+ 2. Local SHA-256 computation via `scripts/upload_tier1_to_hf.py --src ./local
51
+ --repo-id bsebench-org/severson-2019-raw --private --dry-run`.
52
+ 3. Inventory cross-check against
53
+ `bsebench-datasets/manifests/severson_2019_lfp.yaml` (committed only after
54
+ real digests are populated — no fake checksums in this repository).
55
+ 4. Public upload (`--dry-run` removed) once the manifest validates.
56
+ 5. Update of this card with the populated `## File inventory` section, the
57
+ manifest commit SHA, and a `verified_at` timestamp.
58
+
59
+ Until step 5 is reached, treat the file inventory below as a **best-effort
60
+ estimate** based on community references (BatteryML, BEEP, MIT Braatz Group
61
+ GitHub repository), not as a directly verified manifest of HuggingFace
62
+ content.
63
 
64
  ## What this is
65
 
66
  A bit-exact mirror of the dataset published with :
67
 
68
+ > **Severson, K. A., Attia, P. M., Jin, N., Perkins, N., Jiang, B.,
69
+ > Yang, Z., Chen, M. H., Aykol, M., Herring, P. K., Fraggedakis, D.,
70
+ > Bazant, M. Z., Harris, S. J., Chueh, W. C., Braatz, R. D. (2019).**
71
  > "Data-driven prediction of battery cycle life before capacity degradation."
72
+ > *Nature Energy*, **4**(5), 383391.
73
+ > doi:[10.1038/s41560-019-0356-8](https://doi.org/10.1038/s41560-019-0356-8)
74
+
75
+ ```bibtex
76
+ @article{severson2019datadriven,
77
+ author = {Severson, Kristen A. and Attia, Peter M. and Jin, Norman
78
+ and Perkins, Nicholas and Jiang, Benben and Yang, Zi
79
+ and Chen, Michael H. and Aykol, Muratahan
80
+ and Herring, Patrick K. and Fraggedakis, Dimitrios
81
+ and Bazant, Martin Z. and Harris, Stephen J.
82
+ and Chueh, William C. and Braatz, Richard D.},
83
+ title = {Data-driven prediction of battery cycle life before
84
+ capacity degradation},
85
+ journal = {Nature Energy},
86
+ volume = {4},
87
+ number = {5},
88
+ pages = {383--391},
89
+ year = {2019},
90
+ doi = {10.1038/s41560-019-0356-8},
91
+ url = {https://www.nature.com/articles/s41560-019-0356-8},
92
+ }
93
+ ```
94
+
95
+ ## Cell specifications
96
+
97
+ | Property | Value |
98
+ |---|---|
99
+ | Manufacturer | A123 Systems |
100
+ | Model | APR18650M1A |
101
+ | Form factor | 18650 cylindrical |
102
+ | Cathode chemistry | LFP (lithium iron phosphate, LiFePO4) |
103
+ | Anode chemistry | Graphite |
104
+ | Nominal capacity | 1.1 Ah |
105
+ | Nominal voltage | 3.3 V |
106
+ | Charge cutoff (used) | 3.6 V |
107
+ | Discharge cutoff (used) | 2.0 V |
108
+ | Number of cells (this dataset) | 124 |
109
+ | End-of-life threshold | 80 % capacity retention |
110
+
111
+ ## Cycling protocol
112
+
113
+ All cells were cycled inside a 30 °C controlled environmental chamber.
114
+ Charging was performed under one-step or two-step fast-charging policies
115
+ spanning charge rates from 1C to 6C (corresponding to 8 to 13.3 minutes
116
+ to reach 80 % SOC), giving a total of 72 distinct fast-charging strategies
117
+ across the cohort. Discharging was uniform : 4C constant-current to the
118
+ discharge cutoff. A 1-minute rest was enforced after reaching 80 % SOC
119
+ during charging, and a 1-second rest after each discharge. Internal
120
+ resistance was probed once per cycle by 10 pulses of ±3.6C with a pulse
121
+ width of 30 or 33 ms.
122
+
123
+ This protocol is what makes Severson 2019 a strong stress-test for filter
124
+ benchmarks : the cell-to-cell variation is dominated by *charging policy*
125
+ rather than ambient conditions, isolating the protocol-driven aging
126
+ mechanisms that filters are typically asked to compensate for.
127
+
128
+ ## File inventory (best-effort)
129
+
130
+ Severson 2019 is distributed as **three** `.mat` files (HDF5 v7.3 format)
131
+ on the TRI data portal :
132
+
133
+ | File | Date | Cells | Size (approx.) |
134
+ |---|---|---|---|
135
+ | `2017-05-12_batchdata_updated_struct_errorcorrect.mat` | 2017-05-12 | 46 | 2.82 GB |
136
+ | `2017-06-30_batchdata_updated_struct_errorcorrect.mat` | 2017-06-30 | 48 | 1.80 GB |
137
+ | `2018-04-12_batchdata_updated_struct_errorcorrect.mat` | 2018-04-12 | 46 | 3.01 GB |
138
+ | **Total** | | **140 channels → 124 cells after exclusions** | **~7.6 GB** |
139
+
140
+ A fourth file dated 2019-01-24 is sometimes seen in the same data.matr.io
141
+ project ; that file belongs to **Attia et al. 2020**
142
+ ("Closed-loop optimization of fast-charging protocols for batteries with
143
+ machine learning") and is **not** part of Severson 2019. This Tier 1
144
+ mirror covers only the three Severson 2019 batches.
145
 
146
+ The 16 channels that account for the gap between the 140 raw channels and
147
+ the published cohort of 124 cells are documented in the upstream Braatz
148
+ Group `Load Data.ipynb` notebook : five cells in batch 1 did not reach
149
+ the 80 % capacity threshold (`b1c8`, `b1c10`, `b1c12`, `b1c13`, `b1c22`),
150
+ five cells in batch 2 were re-assigned to batch 1 because they were
151
+ continued from the first experimental run (`b2c7`, `b2c8`, `b2c9`,
152
+ `b2c15`, `b2c16`), and six cells in batch 3 were excluded as noisy
153
+ channels (`b3c37`, `b3c2`, `b3c23`, `b3c32`, `b3c42`, `b3c43`). The Tier 1
154
+ mirror still preserves these channels in the raw `.mat` files ; the Tier 2
155
+ canonical Parquet repository will apply the published exclusion mask.
156
+
157
+ Sizes are rounded community estimates (see BatteryML and the BatteryBits
158
+ "Comparison of Open Datasets for Lithium-ion Battery Testing" article).
159
+ Exact bytes will be locked once the actual upload to HuggingFace
160
+ completes and `manifests/severson_2019_lfp.yaml` is populated with
161
+ SHA-256 digests.
162
 
163
  ## Why "raw mirror" tier
164
 
165
  BSEBench follows a **dual-tier** dataset strategy :
166
 
167
+ - **Tier 1 (this repository)** — the original `.mat` files, preserved
168
+ byte-for-byte, with SHA-256 digests recorded in our manifest and
169
+ cross-checked against the original publication's distribution.
170
+ Use this tier if you need to verify provenance, run independent
171
+ harmonizations, or audit our adapter's correctness.
172
+ - **Tier 2** — the BSEBench-canonical Parquet harmonization at
173
+ [`bsebench-org/severson-2019`](https://huggingface.co/datasets/bsebench-org/severson-2019).
174
+ Consistent column names, BPX-1.1 sign convention, unified schema across
175
+ all benchmark datasets. Use this tier for filter benchmarking and most
176
+ downstream work.
177
 
178
  ## Original source
179
 
180
+ The original Severson 2019 dataset was distributed via
181
+ [data.matr.io](https://data.matr.io/1/) (the Toyota Research Institute
182
+ Experimental Data Platform), specifically project
183
+ [`5c48dd2bc625d700019f3204`](https://data.matr.io/1/projects/5c48dd2bc625d700019f3204).
184
+ This URL is recorded as **citation and provenance metadata** only.
185
+
186
+ **The HuggingFace Hub mirror at this repository is the BSEBench
187
+ single source of truth for fetching.** Adapters in
188
+ `bsebench-datasets` never hit `data.matr.io` at runtime. This insulates
189
+ the benchmark from upstream availability changes (URL shifts, registration
190
+ requirements, bandwidth limits, eventual portal retirement) while
191
+ preserving the citation chain back to the original publishers.
192
 
193
  ## License
194
 
195
+ The Severson 2019 dataset is distributed under the
196
+ [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/)
197
+ license, consistent with the licensing policy of the `data.matr.io`
198
+ platform's earlier (pre-2025) datasets per the
199
+ [TRI Energy & Materials Datasets](https://data.matr.io/) catalog.
200
+
201
+ Verbatim core grant from the
202
+ [CC-BY-4.0 legal code](https://creativecommons.org/licenses/by/4.0/legalcode) :
203
+
204
+ > "Subject to the terms and conditions of this Public License, the
205
+ > Licensor hereby grants You a worldwide, royalty-free, non-sublicensable,
206
+ > non-exclusive, irrevocable license to exercise the Licensed Rights in
207
+ > the Licensed Material to: (1) reproduce and Share the Licensed Material,
208
+ > in whole or in part; and (2) produce, reproduce, and Share Adapted
209
+ > Material."
210
+
211
+ The redistribution rights granted by this license are the legal basis on
212
+ which BSEBench mirrors the dataset on the HuggingFace Hub. Attribution
213
+ is given to the original authors via the BibTeX block above and via the
214
+ manifest's `citation_bibtex` field. Derivative material (the Tier 2
215
+ Parquet harmonization at `bsebench-org/severson-2019`) is offered under
216
+ the same CC-BY-4.0 license, with BSEBench attribution added on top of
217
+ the original Severson 2019 attribution chain.
218
+
219
+ Note : the *publication text* of the Nature Energy paper is governed by
220
+ Springer-Nature's text-and-data-mining terms (CrossRef license type
221
+ `tdm`, effective 2019-03-25), which is a separate licensing regime from
222
+ the dataset hosted on data.matr.io. CC-BY-4.0 covers the experimental
223
+ data only ; do not assume it covers the paper PDF.
224
 
225
  ## How to use
226
 
 
231
  "bsebench-org/severson-2019-raw",
232
  repo_type="dataset",
233
  )
234
+ # local_dir contains the three .mat files, SHA-256 verified
235
+ # against bsebench-datasets/manifests/severson_2019_lfp.yaml
236
+ ```
237
+
238
+ To then read a `.mat` file in Python (the files are HDF5 v7.3, not
239
+ classic v5, so `scipy.io.loadmat` will not work — use `h5py`) :
240
+
241
+ ```python
242
+ import h5py
243
+ from pathlib import Path
244
+
245
+ p = Path(local_dir) / "2017-05-12_batchdata_updated_struct_errorcorrect.mat"
246
+ with h5py.File(p, "r") as f:
247
+ print(list(f.keys())) # ['#refs#', '#subsystem#', 'batch', 'batch_date']
248
+ batch = f["batch"]
249
+ print(list(batch.keys())) # ['Vdlin', 'barcode', 'channel_id',
250
+ # 'cycle_life', 'cycles', 'policy',
251
+ # 'policy_readable', 'summary']
252
  ```
253
 
254
+ For the BSEBench-harmonized Parquet version that exposes a clean
255
+ benchmark-ready API, prefer
256
  [`bsebench-org/severson-2019`](https://huggingface.co/datasets/bsebench-org/severson-2019).
257
 
258
  ## Citation
259
 
260
+ Cite the **original** Severson 2019 paper (BibTeX above). BSEBench's
261
+ contribution is hosting and harmonization, not the data itself.
262
 
263
+ If you also use BSEBench tooling for filter benchmarking, additionally
264
+ cite :
265
 
266
  ```bibtex
267
  @misc{bsebench2026,
268
+ author = {Akir, Oussama and {BSEBench Contributors}},
269
+ title = {{BSEBench}: an open-source benchmark for battery
270
+ state-estimation filters},
271
  year = {2026},
272
  url = {https://bsebench.org},
273
  }
 
275
 
276
  ## Provenance manifest
277
 
278
+ A machine-readable manifest validating this dataset's metadata against
279
+ the [`bsebench-dataset-manifest/v1`](https://github.com/bsebench-org/bsebench-specs)
280
+ Pydantic v2 schema lives at
281
  [`bsebench-org/bsebench-datasets/manifests/severson_2019_lfp.yaml`](https://github.com/bsebench-org/bsebench-datasets/tree/main/manifests).
282
 
283
+ The manifest records, for every `.mat` file in this repository :
284
+
285
+ - `source.canonical_url` — the data.matr.io project URL
286
+ - `source.canonical_doi` — the Nature Energy DOI for citation
287
+ - `source.publication_authors` and `source.publication_year`
288
+ - per-file `path`, `sha256`, and `size_bytes`
289
+ - the dataset-wide `license` (SPDX `CC-BY-4.0`) and `redistribution_allowed`
290
+ flag (true)
291
+ - the `citation_bibtex` block (verbatim copy of the BibTeX above)
292
+ - `huggingface_tier1_repo` (= `bsebench-org/severson-2019-raw`) and
293
+ `huggingface_tier2_repo` (= `bsebench-org/severson-2019`)
294
+
295
+ The manifest is committed only after the SHA-256 digests are populated
296
+ from the actual HuggingFace mirror — never with placeholder values.
297
+
298
+ ## See also
299
+
300
+ - [Tier 2 canonical Parquet sibling repository](https://huggingface.co/datasets/bsebench-org/severson-2019)
301
+ - [Original publication (Nature Energy)](https://doi.org/10.1038/s41560-019-0356-8)
302
+ - [Original data portal (TRI / data.matr.io)](https://data.matr.io/1/projects/5c48dd2bc625d700019f3204)
303
+ - [Upstream Braatz Group GitHub starter code](https://github.com/rdbraatz/data-driven-prediction-of-battery-cycle-life-before-capacity-degradation)
304
+ - [BSEBench organization on HuggingFace](https://huggingface.co/bsebench-org)
305
+ - [BSEBench documentation site](https://bsebench.org)