REVIEW 3 major objections 6 minor 18 references
SEP-PRISM Data fuses five solar-observation families into a reproducible 24-hour-ahead forecasting benchmark spanning 39 years.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 21:10 UTC pith:FTHKNUY2
load-bearing objection Valuable SEP forecasting benchmark, but pre-2010 rows leak future information through the alignment regressions—fix that before treating it as a forecasting dataset. the 3 major comments →
SEP-PRISM Data: A multi-source dataset for solar energetic particle forecasting
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
SEP-PRISM Data provides a supervised, window-based dataset for 24-hour-ahead SEP forecasting, with predictors summarized as minimum, mean, and maximum over fixed non-overlapping 24-hour windows and targets defined over the subsequent 24 hours. To extend coverage, SHARP and SMARP magnetic parameters were aligned into SMHARP (back to 1996) using regression models fitted on the 2010 overlap period, and DONKI and CDAW CME records were aligned into CDAWDONKI (back to 1996) using models fitted on 2010-2025. The dataset fuses flare records, magnetic parameters, CME catalogues, GOES soft X-ray flux, and proton flux into a single table with consistent naming and missing-value rules, and it explicitly
What carries the argument
The central mechanism is the two alignment pipelines: SMHARP, which maps SOHO/MDI SMARP parameters to SDO/HMI SHARP equivalents via stepwise-AIC linear regression on the 2010 overlap, and CDAWDONKI, which maps CDAW CME attributes to DONKI-like descriptors using nearest-event matching and regression on 2010-2025. These extend modern high-quality magnetic and CME predictors back to 1996, and the rolling-window min/mean/max summarization converts heterogeneous cadences into one supervised learning format.
Load-bearing premise
The entire pre-2010 extension rests on regression models fitted during the 2010 and 2010-2025 overlaps being valid when applied backward to 1996-2010; the validation tables only test those models on the same overlap periods, not on the extrapolation range.
What would settle it
Fit the SMARP-to-SHARP regression on a temporal split within 2010 (e.g., first half) and evaluate on the second half; then apply it to SMARP data from solar cycle 23 (1996-2008) and check whether reconstructed free-energy and shear parameters correlate with the occurrence of subsequent SEP events. A sharp drop in correlation outside the overlap would falsify the backward extrapolation.
If this is right
- Reproducible benchmarking: any SEP forecasting model can be trained and evaluated on the same 14,464 daily samples, making reported skill scores comparable across studies.
- Long-horizon feature analysis: with magnetic and CME predictors extended to 1996, models can learn relationships across three solar cycles instead of only the SHARP/DONKI era.
- Operational alignment: the primary binary target matches the NOAA operational criterion (>10 pfu), so models trained here map directly to operational decision thresholds.
- Multi-task capacity: auxiliary regression targets such as future peak proton flux, XRSB flux, and CME speed enable multi-task learning and probabilistic calibration in one framework.
- Live updates: the included notebook can refresh raw downloads and generate 1-hour-step windows for near-real-time forecasting experiments.
Where Pith is reading between the lines
- If the backward extrapolation holds, the dataset effectively creates a modern magnetic-field record for 1996-2010, a period with strong SEP activity; this could substantially increase the number of usable training events for rare-event models.
- The 4.5% positive-event rate means naive classification accuracy will be misleading; the dataset's design invites precision-recall and event-based verification, but it does not itself prescribe those metrics.
- The 1-hour overlapping file contains strongly autocorrelated samples; users will need blocked or gap-aware cross-validation, which the paper flags but does not fully specify.
- Because the alignment models are linear and fitted on overlap periods, a non-stationary solar-cycle dependence in magnetic configurations could bias reconstructed features; a simple diagnostic is to compare reconstructed free-energy proxies between cycles against known flare-productivity relationships.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper introduces SEP-PRISM Data, a curated multi-source dataset for 24-hour-ahead forecasting of operational solar energetic particle (SEP) events, spanning 3 February 1986 to 10 September 2025. The dataset fuses CLEAR SEP benchmark labels, HEK flare records, SHARP/SMARP active-region magnetic parameters, DONKI/CDAW CME catalogues, GOES XRSB and >10 MeV proton flux into a common rolling-window schema with 14,464 non-overlapping 24-hour samples (650 positive operational SEP windows). To extend limited temporal coverage, the authors align SHARP and SMARP into an SMHARP archive and DONKI and CDAW into a CDAWDONKI archive using regression models fit on their overlap periods, then apply the models to pre-2010 data. The paper describes the source data, preprocessing, alignment, validation, and usage notes, and provides code and data on Zenodo.
Significance. The dataset addresses a real community need: a reproducible, harmonized benchmark for data-driven SEP forecasting. The pipeline is detailed, the three-tier structure with provenance flags (From_SMARP, From_CDAW) is good practice, and the release of code and processed tables is commendable. If the temporal-leakage issue in the reconstructed features were resolved, this would be a valuable resource. As it stands, however, the central claim that the analyzed tables are a valid forecasting benchmark is compromised by the use of future-fitted alignments for pre-2010 rows and for CDAWDONKI rows throughout. The paper is therefore not acceptable in its current form, but the problem is addressable by releasing a causally valid version or substantially narrowing the benchmark claims.
major comments (3)
- [Methods, 'Alignment of magnetic records' and 'Alignment of CME records'; Usage Notes] The alignment procedures create a temporal information leak in the analyzed benchmark tables. The SMARP-to-SHARP regression is fit on the 2010 overlap only and then applied to 1996-2010 SMARP records; the CDAW-to-DONKI regression is fit on 2010-2025 and applied to pre-2010 CDAW events (and, for CDAWDONKI features, to events throughout the record). Consequently, every pre-2010 window in rolling_combinded_seq_24hours.csv contains SMHARP and CDAWDONKI features that are functions of data from after the window's observation time. If a user trains on post-2010 data and tests on pre-2010 rows, or uses a random split, information from the future is available to the test set, inflating skill estimates. The same issue affects post-2010 CDAWDONKI features because the regression is fit on the full 2010-2025 overlap and a row at time t uses coefficients estimated from times > t. The Usage Notes discl
- [Technical Validation, Tables 10 and 11] The validation of the two alignments is performed entirely on the same overlap period used to fit the regression models. Table 10 evaluates SMARP-derived estimates against native SHARP during 2010; Table 11 evaluates CDAW-derived estimates against DONKI during 2010-2025. These checks confirm in-sample calibration fidelity but do not test the extrapolation that is the entire purpose of the alignments: applying the fitted relationships to 1996-2010 data. The reader is asked to accept that linear coefficients learned in the modern overlap are valid for earlier solar cycles and for older instrument configurations (SOHO/MDI vs SDO/HMI, and earlier LASCO epochs). As a concrete test, the authors should split the overlap into fitting and holdout periods (e.g., fit on 2010-2015, evaluate on 2016-2025) and report COR/RMSE for the holdout. Without such a temporal holdout or an independent check aga
- [Data Records, Table 9; Technical Validation, Table 11] Several features retained in the analyzed tables are themselves regression outputs with only moderate reconstruction quality. Table 11 reports post-alignment COR of 0.4899 for lon_deg and 0.4560 for halfAngle_deg; latitude is 0.0821 and was excluded. These noise levels matter because the dataset is explicitly intended to support feature analysis and model development. Using noisy reconstructed features as predictors without discussion of measurement error can attenuate effect sizes and distort feature importance rankings in downstream analyses. The paper should quantify the expected impact (e.g., by comparing models trained on native vs reconstructed features during the overlap period, or by reporting error bars for feature importance) or at minimum issue a strong caveat in Usage Notes.
minor comments (6)
- [Background] Typo: 'activate-region' should be 'active-region'.
- [Methods, GOES X-ray and proton flux] The text refers to 'GPES particle-flux product'; this should be 'GOES'.
- [Data Records, Analyzed data records] Typo: 'wherase' should be 'whereas'.
- [Methods, Alignment of CME records] Spacing: 'PoororV ery Poor' should read 'Poor or Very Poor'.
- [Table 10] Several entries use nonstandard notation such as '1.7706+21' and '4.4258+1'; use scientific notation (e.g., 1.77e+21, 4.43e+1) for clarity.
- [Figure 1] The figure is adapted from the companion paper's Supplementary Information. Please confirm that this is permissible and that appropriate attribution is maintained in the figure caption.
Circularity Check
No significant circularity: SEP labels come from the external CLEAR benchmark; the SMARP/SHARP and CDAW/DONKI alignments are input-side reconstructions, not target predictions.
full rationale
The dataset's primary prediction target is externally defined: 'SEP event labels were taken from the CLEAR SEP benchmark dataset' (Methods, Source data preprocessing and alignment), and Future_OSEP_label is constructed directly from that catalogue (Table 9). The SMARP-to-SHARP and CDAW-to-DONKI regression alignments are feature-side surrogates, not definitions of the SEP target, so no prediction target reduces to a fitted value. The in-sample nature of Tables 10 and 11 — the SMARP-SHARP regression is fit on the 2010 overlap and then evaluated on that same overlap, and similarly for DONKI-CDAW on 2010-2025 — is a real validation weakness and should be read as reporting fit quality rather than independent confirmation of the pre-2010 extrapolation. This is a correctness/leakage concern, not a tautology. The companion-work self-citations (refs. 10, 12) are explicitly described as 'an additional, non-primary indication' and are not load-bearing for the dataset's construction. The Usage Notes also honestly disclose the main limitation: 'pre-2010 magnetic predictors and pre-2010 DONKI-like CME descriptors are statistically reconstructed surrogate variables rather than native observations.' No claimed derivation is equivalent to its own input by construction, so circularity is minimal.
Axiom & Free-Parameter Ledger
free parameters (6)
- SMARP to SHARP linear regression coefficients (per feature) =
not tabulated; fitted on 2010 overlap
- CDAW to DONKI regression coefficients (speed, longitude, half-angle) =
not tabulated; fitted on 2010-2025 overlap
- SHARP-SMARP spatial matching threshold =
5 degrees
- CDAW-DONKI matching cutoff =
24 hours
- kNN imputation neighborhood size =
k = 5
- Default flare log-strength floor for empty windows =
log10(1e-10)
axioms (6)
- domain assumption NOAA operational SEP definition (proton flux > 10 pfu in the >10 MeV GOES channel) is the correct target
- domain assumption CLEAR SEP benchmark event list is complete and correctly labeled
- ad hoc to paper Linear regression relationships fitted in the 2010 overlap remain valid when applied to 1996-2010 SMARP data
- domain assumption Nearest-in-time matching within 24 hours identifies the same CME in CDAW and DONKI
- domain assumption GOES satellite stitching using primary/secondary intervals yields a homogeneous flux record
- domain assumption Missing values are ignorable after nearest-neighbor or kNN imputation
invented entities (2)
-
SMHARP archive (SHARP-equivalent magnetic parameters reconstructed from SMARP)
no independent evidence
-
CDAWDONKI archive (DONKI-like CME attributes reconstructed from CDAW)
no independent evidence
read the original abstract
Solar energetic particle (SEP) event forecasting often involves integrating heterogeneous observations that differ in cadence, temporal coverage, format, and historical availability, posing challenges for reproducible analysis of data-driven approaches. This paper presents SEP-PRISM Data, a curated multi-source dataset designed for 24-hour ahead forecasting of operational SEP events, defined by proton flux exceeding 10 pfu in the GOES > 10 MeV channel. SEP-PRISM Data integrates flare records, active-region magnetic field parameters, coronal mass ejection (CME) catalogue data, GOES soft X-ray flux, and historical proton flux into a common window-based representation spanning 3 February 1986 to 10 September 2025. To improve temporal coverage and cross-source consistency, SHARP and SMARP magnetic products were aligned into a unified SMHARP archive, and CME records from DONKI and CDAW were aligned into a unified CDAWDONKI event set. Predictor variables were summarized over fixed non-overlapping 24-hour historical windows using minimum, mean, and maximum statistics and paired with targets defined over the subsequent 24-hour window, forming a supervised learning dataset. The resulting SEP-PRISM Data contains 14,464 labeled samples, including 650 positive operational SEP cases, and is intended to support reproducible benchmarking, model development, feature analysis, and future studies of space weather forecasting.
Figures
Reference graph
Works this paper leans on
-
[1]
Eastwood, J. P.et al.The economic impact of space weather: Where do we stand?Risk Analysis37, 206–218, DOI: 10.1111/risa.12765 (2017)
-
[2]
InTriennial Earth-Sun Summit(2024)
Whitman, K.et al.A multi-year effort to forward the validation of solar energetic particle models. InTriennial Earth-Sun Summit(2024). 3.Reames, D. Solar energetic particle variations.Adv. Space Res.34, 381–390, DOI: 10.1016/j.asr.2003.02.046 (2004)
-
[4]
Kim, M.-H. Y ., De Angelis, G. & Cucinotta, F. A. Probabilistic assessment of radiation risk for astronauts in space missions. Acta Astronaut.68, 747–759, DOI: 10.1016/j.actaastro.2010.08.035 (2011)
-
[5]
& Giacalone, J
Desai, M. & Giacalone, J. Large gradual solar energetic particle events.Living Rev. Sol. Phys.13, 3, DOI: 10.1007/ s41116-016-0002-5 (2016)
2016
-
[6]
Klein, K.-L. & Dalla, S. Acceleration and propagation of solar energetic particles.Space Sci. Rev.212, 1107–1136, DOI: 10.1007/s11214-017-0382-4 (2017)
-
[7]
Space Res.72, 5161–5242, DOI: 10.1016/j.asr.2022.08.006 (2023)
Whitman, K.et al.Review of solar energetic particle prediction models.Adv. Space Res.72, 5161–5242, DOI: 10.1016/j.asr.2022.08.006 (2023)
-
[8]
Sadykov, V .et al.Operational and exploration requirements and research capabilities for SEP environment monitoring and forecasting (2025). 2505.10390
Pith/arXiv arXiv 2025
-
[9]
Kasapis, S.et al.Review of machine learning models for solar energetic particle prediction.arXiv preprint arXiv:2606.19539(2026). 2606.19539
Pith/arXiv arXiv 2026
-
[10]
Yu, Y .et al.Realtime forecasting of solar energetic particle event and proton flux using multi-source solar observations and multi-task deep learning (2026). 2606.14440. 11.NOAA Space Weather Prediction Center. Goes proton flux. https://www.swpc.noaa.gov/products/goes-proton-flux
Pith/arXiv arXiv 2026
-
[12]
Yu, Y .et al.Solar energetic particle forecasting with multi-task deep learning: SEPNET.J. Geophys. Res. Mach. Learn. Comput.3, e2026JH001247, DOI: 10.1029/2026JH001247 (2026). 13.Whitman, K. FetchSEP: CLEAR benchmark dataset version 1.0 (2025). Version CLEAR_Benchmark_v1.0, software
-
[14]
Bobra, M. G., Wright, P. J., Sun, X. & Turmon, M. J. SMARPs and SHARPs: Two solar cycles of active region data.The Astrophys. J. Suppl. Ser.256, 26, DOI: 10.3847/1538-4365/ac1f1d (2021)
-
[15]
Space Weather Database of Notifications, Knowledge, Information (DONKI) (2026)
NASA Community Coordinated Modeling Center. Space Weather Database of Notifications, Knowledge, Information (DONKI) (2026). Space weather event database. 16.Gopalswamy, N.et al.The SOHO LASCO CME catalog – version 2 (2025). 2407.04165
Pith/arXiv arXiv 2026
-
[17]
Community, T. S.et al.The SunPy project: Open source development and status of the version 1.0 core package.The Astrophys. J.890, 68, DOI: 10.3847/1538-4357/ab4f7a (2020). 18.Lockheed Martin Solar and Astrophysics Laboratory. Heliophysics events knowledgebase (HEK) (2026). Database
-
[19]
Scherrer, P. H.et al.The helioseismic and magnetic imager (HMI) investigation for the solar dynamics observatory (SDO). Sol. Phys.275, 207–227, DOI: 10.1007/s11207-011-9834-2 (2012). 11/12
-
[20]
H.et al.The solar oscillations investigation-Michelson Doppler imager.Sol
Scherrer, P. H.et al.The solar oscillations investigation-Michelson Doppler imager.Sol. Phys.162, 129–188, DOI: 10.1007/BF00733429 (1995)
-
[21]
Glogowski, K., Bobra, M. G., Choudhary, N., Amezcua, A. B. & Mumford, S. J. drms: A Python package for accessing HMI and AIA data.J. Open Source Softw.4, 1614, DOI: 10.21105/joss.01614 (2019)
-
[22]
Goes x-ray flux
NOAA Space Weather Prediction Center. Goes x-ray flux. https://www.swpc.noaa.gov/products/goes-x-ray-flux. Numerical data available via https://services.swpc.noaa.gov/json/goes/
-
[23]
A new look at the statistical model identification.IEEE Transactions on Autom
Akaike, H. A new look at the statistical model identification.IEEE Transactions on Autom. Control.19, 716–723 (1974). 12/12
1974
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.