--- pretty_name: "MagBridge-Battery" license: "cc-by-4.0" task_categories: - tabular-regression - tabular-classification - time-series-forecasting tags: - battery - lithium-ion-batteries - battery-health - state-of-health - soh - magnetometry - magnetic-signatures - synthetic-data - anomaly-detection - out-of-distribution - energy-storage - open-data size_categories: - 1K **Important — `B_s1C5` and `B_s2C6` are NOT strict magnitudes.** They are the signed channel-5 / channel-6 fields from the OSF source. The OSF archive labels them "Mag" but their values can legitimately be negative (123 rows with negatives in `B_s1C5`, 86 in `B_s2C6`). If you need a non-negative magnitude, compute `sqrt(B_s1Y² + B_s1Z²)` yourself. > **`time_norm`** is the same vector for every sample. It is included for loader convenience and can be dropped without information loss. The `temporal_warp` anomaly modifies signal values on this fixed grid, not the grid itself. ## Metadata columns `sample_id`, `parent_sample_id`, `cell_id`, `generation_seed`, `bridge_version`, `bridge_config_hash`, `schema_version`, `voltage`, `soc`, `soh`, `chemistry`, `regime`, `nearest_anchor`, `anomaly_flag`, `anomaly_subtype`, `anomaly_origin`, `anomaly_severity`, `second_life_class` See `dataset_card.md` for full semantics. ## Anomaly composition | Subtype | Count | Has parent | Notes | |--------------------------|-------|------------|--------------------------------------------------------| | `none` (clean) | 5,600 | — | Grounded PulseBat-conditioned | | `low_voltage_regime_B` | 560 | no | Extrapolation regime; `soh`, `u_features`, `second_life_class` are NaN by design | | `sensor_dropout` | 150 | yes | Synthetic; parent is a clean sample | | `calibration_drift` | 150 | yes | Synthetic | | `temporal_warp` | 150 | yes | Synthetic; parent-child max-diff median ≈ 13.4 nT | | `periodic_interference` | 150 | yes | Synthetic | Regime-B samples are for **low-voltage / OOD / anomaly-style evaluation** only — not for SOH regression, since SOH is intentionally missing. ## Citation If you use MagBridge-Battery in your work, please cite **both** the paper and the dataset. Cite the paper as your primary reference; include the dataset DOI when the data specifically is what you are using. **Paper (primary citation)** > Gunasekar, S. P. and Rangarajan, P. K. "MagBridge-Battery: A Synthetic > Bridge Dataset for Li-ion Magnetometry and State-of-Health Diagnostics." > arXiv preprint arXiv:2605.20240, 2026. ```bibtex @article{magbridge2026, author = {Gunasekar, Sakthi Prabhu and Rangarajan, Prasanna Kumar}, title = {{MagBridge-Battery}: A Synthetic Bridge Dataset for {Li}-ion Magnetometry and State-of-Health Diagnostics}, journal = {arXiv preprint}, eprint = {2605.20240}, archivePrefix = {arXiv}, year = {2026} } ``` **Dataset (secondary citation)** > Gunasekar, S. P. and Rangarajan, P. K. *MagBridge-Battery v1.0* [Data set]. > Zenodo, 2026. https://doi.org/10.5281/zenodo.20260147 ```bibtex @misc{magbridge_battery_v1_0, author = {Gunasekar, Sakthi Prabhu and Rangarajan, Prasanna Kumar}, title = {{MagBridge-Battery v1.0}}, year = {2026}, publisher = {Zenodo}, doi = {10.5281/zenodo.20260147}, note = {Data set} } ``` See `CITING.md` for full guidance (including upstream-source citations) and `CITATION.cff` for the machine-readable form. The `arXiv:2605.20240` identifier will be added to the Zenodo metadata once the arXiv preprint is live; the dataset DOI above is the final reserved DOI. ## Integrity verification ```bash sha256sum -c checksums.sha256 ``` All files should report `OK`. ## Licenses - **Data** (`data/`, `splits/`, `manifest.json`): CC-BY-4.0. See `LICENSE`. - **Code** (`load_example.py` and other release scripts): Apache-2.0. See `LICENSE-CODE`. - **Upstream attribution**: The `LICENSE` file contains a full upstream-notice section for the OSF magnetometry archive and the PulseBat dataset. The PulseBat upstream MIT license text is reproduced in `NOTICE-PULSEBAT`. This bundle does not redistribute raw OSF or PulseBat data files. See `LICENSE` for the precise scope of what is and is not licensed under CC-BY-4.0. ## Provenance This bundle is derived from two upstream sources (hashes pinned in `manifest.json`): - **OSF magnetometry archive** (Mohammadi, Jerschow et al.) — `osf_data_hash` in manifest - **PulseBat electrochemical dataset** — `pulsebat_data_hash` in manifest The bridging procedure, configuration, and code version are recorded in `manifest.json` (`bridge_version`, `bridge_code_commit`, `bridge_config`, `config_hash`). Generation date: 2026-05-16.