SIIB-Time / Datasheet.md
neurips26-PSML's picture
Added DoI to datasheet
a63b07c verified
# 1. Motivation
## Q1. For what purpose was the dataset created?
This dataset was created to support research on machine learning (ML)-based surrogate modeling for power systems time-domain simulation, with a specific focus on simulation time step-invariance. The increasing penetration of inverter-based resources (IBRs) in modern power grids introduces ultrafast dynamic phenomena that require electromagnetic transient (EMT) simulation at microsecond time steps to capture accurately. This makes system-wide time-domain simulation computationally intractable, creating a critical bottleneck for stability analysis, contingency planning, and control design. In this context, researchers have been taking initial steps towards ML-based surrogate models for power system time-domain simulation.
The dataset fills a specific gap: no publicly available dataset provides paired EMT and RMS phasor-domain simulation trajectories of an inverter-based system under both grid-forming (GFM) and grid-following (GFL) control modes across a large and diverse set of operational scenarios. Existing datasets either provide data at a single fixed temporal resolution, cover only RMS simulation, or are not designed with machine learning applications in mind. This dataset directly addresses that gap by providing 3,000 scenarios simulated in both PSCAD (EMT, 50 µs resolution) and MATLAB Simulink (RMS, 1 ms resolution), enabling research on resolution-invariant operator learning methods.
## Q2. Who created the dataset (for example, which team, research group) and on behalf of which entity (for example, company, institution, organization)?
Will be added upon publication.
## Q3. Who funded the creation of the dataset?
Will be added upon publication.
## Q4. Any other comments?
The dataset was generated between November 2025 and March 2026. It is publicly released under the Creative Commons Attribution 4.0 International License (CC BY 4.0) to maximize accessibility to the research community.
# 2. Composition
## Q5. What do the instances that comprise the dataset represent?
Each instance in the dataset represents a single operational scenario of the single inverter infinite bus (SIIB) system, a canonical power systems test case consisting of one inverter-based resource connected to a stiff upstream grid through a LCL filter and a feeder. Each instance captures the complete time-domain dynamic response of a random initialization to a random disturbance, either a short circuit fault or a load step, simulated under one of two inverter control modes: grid-forming (GFM) or grid-following (GFL). Each instance consists of two types of sub-records corresponding to two simulation domains as follows:
- EMT sub-record: Four CSV files recording the system's electromagnetic transient response at 50 µs resolution in PSCAD
- RMS sub-record: Four CSV files recording the system's phasor-domain response at 1 ms resolution in MATLAB Simulink
Both sub-records cover the same physical scenario under matched conditions, making each instance a paired multi-resolution observation of the same dynamic event. A metadata file accompanies each instance, recording the complete set of initial conditions and disturbance parameters that define the scenario.
## Q6. How many instances are there in total?
No labels were created prior to simulation or by external human annotators. Annotation is fully automated and embedded within the simulation models. The dataset contains 3,000 scenarios, each identified by a four-digit, zero-padded index (0001-1600). There are 1600 scenarios simulated for the GFM control mode, named xxxx_M where xxxx is in [0001, 1600], and 1400 scenarios simulated for the GFL control mode, named xxxx_L where xxxx is in [0001, 1400]. Each control mode scenario contributes one metadata file and 2 signal CSV files (one from the EMT simulation and one from the RMS phasor-domain simulation). The signal file follow the naming convention xxxx_[M|L]_[EMT|RMS].csv, where the EMT or RMS denotes the simulation domain.
The metadata file follows the naming convention xxxx_[M|L]_meta_data.csv. Given there are 1,600 GFM scenarios and 1,400 GFL scenarios, the total number of CSV files are 1,600 × 3 + 1,400 × 3 = 9,000.
## Q7. Does the dataset contain all possible instances or is it a sample (not necessarily random) of instances from a larger set?
The dataset is a sample from the theoretically infinite space of all possible time-domain trajectories producible by the SIIB system under GFM and GFL control across all possible combinations of initial conditions and disturbances. The 3,000 scenarios were generated by changing the control mode as well as stochastic sampling of the scenario parameter space, active and reactive power references, grid impedance scaling, grid voltage sag scaling, disturbance type, disturbance timing, and disturbance configuration, using uniform distributions over predefined ranges encoded in the scenario generation scripts. The sample is representative of the parameter space as defined by those ranges, but is not representative of the real-world distribution of operating conditions observed in actual systems. The sampling procedure does not weight scenarios by their likelihood of occurrence in practice; all parameter combinations within the defined ranges are equally probable. Additionally, the 3,000 scenarios are not stratified to guarantee equal representation of stable and unstable outcomes; the class proportions are emergent properties of the physics. Users performing classification tasks should assess class balance before training. Further discussion of representativeness is provided in the accompanying dataset card.
## Q8. What data does each instance consist of?
The metadata and singal files contain the following information:
- xxxx_[M|L]_meta_data.csv: located in ./metadata, these files provides information needed to reconstruct or verify the simulation conditions for any scenario, and serves as the primary scenario-level annotation for downstream tasks. It is the authoritative annotation of each scenario's initial and disturbance conditions and records 16 rows, as follows:
- Pref: float, active power reference (per unit)
- Qref: float, reactive power reference (per unit; GFL mode only)
- grid_impedance_scale: float, initial condition of grid impedance scaling factor (null if not applicable).
- voltage_sag_factor: float, initial condition of grid voltage magnitude sag factor (null if not applicable)
- disturbance type: string, either "Short circuit" or "Load Step up"
- disturbance duration: float, duration of the short circuit in seconds, otherwise 0
- sc type: integer, 0 for load step up, 1-10 for short circuit type identifier
- 1: a-g, 2: b-g, 3:c2g, 4:a-b-g, 5:a-c-g, 6: b-c-g, 7: a-b-c-g, 8: a-b, 9: a-c, 10: b-c
- R1, R2, R3: float, per-phase resistance values of the stochastically sampled random load (Ω), used for load disturbance.
- L1, L2, L3: float, per-phase inductance values of the random load (H), used for load disturbance.
- C1, C2, C3: float, per-phase capacitance values of the random load (F), used for load disturbance.
- xxxx_[M|L]_[EMT|RMS].csv: located in ./data, these files are structured into 8 columns as follows:
- Time column, t, in seconds, and the rows correspond to simulation time steps; simulations run from t=0 to t=6.5 s.
- Column Theta, measuring phase angle of the voltage in radians, derived from the inverter's internal synchronization signal (PLL output for GFL; droop-based frequency integration for GFM).
- Columns, P and Q, measuring active power in MW and reactive power in Mvar, respectively.
- Columns, Vd and Vq, measuring the d- and q-axis voltages in kV, respectively.
- Columns, id, iq, measuring the d- and q-axis currents in kA, respectively.
## Q9. Is there a label or target associated with each instance?
Yes. A metadata file is associated with each scenario, as described before.
## Q10. Is any information missing from individual instances?
No information is missing from any instance.
## Q11. Are relationships between individual instances made explicit?
The primary relationship between instances is the pairing of EMT and RMS sub-records within each scenario; both sub-records share the same four-digit scenario index and the same xxxx_meta.csv file, making the pairing explicit through the naming convention. No other explicit relationships between different scenarios are encoded in the dataset.
## Q12. Are there recommended data splits?
No fixed train/validation/test split is prescribed in the distributed dataset.
## Q13. Are there any errors, sources of noise, or redundancies in the dataset?
No errors or redundancies have been identified. High-frequency numerical artifacts at the PWM switching frequency (8,000 Hz) are present in the raw PSCAD outputs but are attenuated by PSCAD's internal measurement filtering before export. This inherent noise must not be confused with processing or measuring noise.
## Q14. Is the dataset self-contained, or does it link to or rely on external resources?
The dataset is fully self-contained.
## Q15. Does the dataset contain data that might be considered confidential?
No.
## Q16. Does the dataset contain data that, if viewed directly, might be offensive, insulting, threatening, or might otherwise cause anxiety?
No.
## Q17. Does the dataset identify any subpopulations?
No.
## Q18. Is it possible to identify individuals (that is, one or more natural persons), either directly or indirectly (that is, in combination with other data) from the dataset?
No.
## Q19. Does the dataset contain data that might be considered sensitive in any way?
No.
## Q20. Any other comments?
No.
## Q21. How was the data associated with each instance acquired?
All data was generated through physics-based time-domain simulation. It was not collected from human subjects, sensors, or third-party sources. Each instance was produced by running a fully parameterized simulation scenario in two platforms: PSCAD (EMT domain) and MATLAB Simulink (RMS phasor domain). The simulation models implement established inverter control architectures, cascaded voltage-current control with active power droop for GFM, and PLL-based current control for GFL, parameterized with representative but non-proprietary control gains, filter components, and system parameters, as follows:
- A three-phase upstream grid source:
- Nominal voltage: 3.3 kV LL RM
- Nominal frequency: 60 Hz
- Grounded Neutrak
- Three-phase transformer:
- Nominal rating: 5 MVA
- Leakage reactance (EMT): 0.05 pu
- Leakage reactance (RMS): L_1 = 0.03 pu, L_2 = 0.02 pu (Matlab)
- Grid-side winding: Delta
- Load-side winding: Yg
- Inverter parameters (EMT):
- V_DC = 1.5 kV, C_DC = 3900 µF
- Switching frequency: 8000 Hz.
- The active power reference P_ref (EMT and RMS) and the reactive power reference Q_ref (RMS) are varied across scenarios to sample a wide range of operating points. it is drawn from a uniform distribution over the interval [0.5, 1.7] pu.
- Inverter LCL filter:
- L_1f = 60 µH, C_f = 1 mF, L_2f = 35 µH,
- Series damping resistor, R_f = 0.01 Ω
- A constant baseline load (R_L = 2 Ω, L_l = 0.01 H).
Within each simulation run, signals are recorded directly from measurement blocks (multimeters) embedded at the point of common coupling in the simulation model.
## Q22. What mechanisms or procedures were used to collect the data? How were these mechanisms validated?
Data generation was orchestrated through Python scripts that interfaced with the simulation platforms via their respective APIs. For each scenario, the Python scripts: (1) sampled scenario parameters stochastically from predefined distributions; (2) injected those parameters into the simulation model via the API; (3) executed the simulation; and (4) retrieved and organized the output files. PSCAD outputs were written natively in COMTRADE format and subsequently converted to CSV. MATLAB Simulink outputs were written directly to CSV by the simulation model at the end of each run. The scenario generation and data collection pipeline was validated by manually inspecting the CSV files of a subset of scenarios and verifying that the signal files correctly reflect the events.
# 3. Collection Process
## Q23. If the dataset is a sample from a larger set, what was the sampling strategy?
Scenario diversity is achieved through stochastic parameterization of initial conditions and two disturbance categories; these are generated in Python and injected into the simulation models via their respective APIs.
Initial conditions include the power references set-points, grid impedance scale, and grid voltage sag scales. These initial conditions are sampled from uniform distributions. Active power in both the GFM and GFL modes is uniformly sampled from [0.5-1.7]. Reactive power in the GFL mode is uniformly sampled from [0.2-0.8]. The voltage sag scale is randomly selected from a uniform distribution between 0.8 and 0.99. The grid impedance scale is sampled from a uniform distribution between 1 and 7. The two scales are mutually exclusive, i.e., one is scaled and the other scaling factor remains 1 based on a 50-50% selection chance.
- Load disturbances: A random load of stochastically sampled magnitude is connected to the network at a randomly sampled time and disconnected at a later randomly sampled time. The three-phase random load can be unbalanced across phases in the EMT models. The load parameters are independently drawn from uniform distributions over predefined ranges: R_L ∈ [0.2,2] Ω, L_L ∈ [0.001,0.05] H, and C_L ∈ [1×10^(-6),50×10^(-6)] F. To account for phase imbalance, per-phase parameters are independently resampled from uniform distributions within ±15% of their respective average values, yielding a maximum inter-phase imbalance of 30%. The load connection time is uniformly sampled over the interval [0.5, 5] s.
- Fault disturbances: Short-circuit events are introduced at randomly sampled occurrence times with randomly sampled durations. The fault type is randomly selected among all the possible 10 three-phase fault types. A A fault ride-through (FRT) behavior is implemented; upon fault detection, the active power reference is set to zero and the inverter prioritizes reactive current injection for voltage support. The fault occurrence time is uniformly sampled over the interval [0.5, 5] s, and the fault duration is uniformly sampled within [0.02, 0.2] s.
## Q24. Who was involved in the data collection process (for example, students, crowdworkers, contractors) and how were they compensated?
Will be discussed upon publication.
## Q25. Over what timeframe was the data collected? Does this timeframe match the creation timeframe of the data associated with the instances?
The dataset was generated between November 2025 and March 2026.
## Q26. Were any ethical review processes conducted?
No formal ethical review process was conducted, as the dataset contains no data about human subjects and poses no identifiable risks to individuals or communities.
## Q27. Did you collect the data from the individuals in question directly, or obtain it via third parties or other sources?
N/A
## Q28. Were the individuals in question notified about the data collection?
N/A
## Q29. Did the individuals in question consent to the collection and use of their data?
N/A
## Q30. If consent was obtained, were the consenting individuals provided with a mechanism to revoke their consent in the future or for certain uses?
N/A
## Q31. Has an analysis of the potential impact of the dataset and its use on data subjects (for example, a data protection impact analysis) been conducted?
N/A
## Q32. Any other comments?
No.
# 4. Preprocessing/Cleaning/Labeling
## Q33. Was any preprocessing, cleaning, or labeling of the data done? If so, please provide a description.
No cleaning or normalization was applied at any stage to the data exported from the simulation environments. Two preprocessing operations were performed, one during format conversion and one during wrangling:
- COMTRADE-to-CSV conversion: PSCAD natively writes simulation outputs in COMTRADE format, consisting of a binary data file (out.dat) and a channel configuration file (out.cfg). A dedicated Python script converts these files into the five-CSV structure described before. This is a lossless recovery procedure, not a normalization or transformation.
- Structural wrangling: Python scripts organize all simulation outputs into a consistent hierarchical structure and apply the standardized file naming convention (xxxx_[M|L]_[EMT|RMS_meta_data].csv). These operations are purely structural and do not modify signal values.
## Q34. Was the raw data saved in addition to the preprocessed/cleaned/labeled data?
Partially. The raw COMTRADE files produced by PSCAD (out.dat, out.cfg, out.hdr) are not distributed as part of the public dataset; only the converted CSV outputs are included. PSCAD COMTRADE files were not included and processed into CSVs to avoid proprietary formats. Users who require access to the native PSCAD COMTRADE files for any purpose should contact the dataset maintainers.
## Q35. Is the software used to preprocess/clean/label the data available?
The simulation models and the scenario generation scripts and simulation API orchestration scripts are not publicly archived with the dataset at this time. Users wishing to extend or reproduce the data generation pipeline should contact the dataset maintainers. The simulation platforms used, PSCAD and MATLAB Simulink, are proprietary software products available under license from their respective vendors. They are not open-source and are not bundled with the dataset.
## Q36. Any other comments?
No.
# 5. Uses
## Q37. Has the dataset been used for any tasks already? If so, please provide a description.
Can be discussed upon publication.
## Q38. Is there a repository that links to any or all papers or systems that use the dataset?
Can be discussed upon publication.
## Q39. What other tasks could the dataset be used for?
The dataset is suitable for a range of adjacent research tasks:
- Machine learning for power systems dynamics: The paired multi-signal time-series structure makes the dataset suitable for training and evaluating a broad class of sequence-to-sequence models, recurrent neural networks, transformers, and physics-informed neural networks applied to power system trajectory prediction and stability assessment
- Educational use: The dataset is suitable for graduate-level courses on machine learning for power systems, providing a well-documented, physically grounded benchmark that students can use to develop and evaluate surrogate modeling methods without requiring access to commercial simulation software.
## Q40. Is there anything about the composition or collection of the dataset that might impact future uses? Is there anything a dataset consumer might need to know to avoid uses that could result in unfair treatment of individuals or groups?
The SIIB system is a canonical reduced-order abstraction of a single IBR connected to a strong grid; it is not a model of any specific real grid or installation. The population sampled is therefore the population of trajectories producible by this specific model family under the parameter ranges encoded in the scenario generation scripts, not the population of trajectories observable in real inverter installations. The produced sample does not represent multi-inverter interactions, network topology effects, and large-scale grid dynamics, among others. Moreover, the data representativeness depends on parameter selection and the underlying assumptions in control and system design. In this context, the distribution of scenarios is determined by the dataset design process rather than real-world statistical distributions. Some operating conditions may be over- or under-represented, and rare or extreme events may not be fully captured. Additionally, the 3,000 scenarios are not stratified to guarantee equal representation of stable and unstable outcomes. The proportions of each are emergent properties of the physics rather than design targets, and users performing classification tasks should assess class balance before training.
In synthetic engineering datasets, extrinsic bias operates differently than in datasets derived from human-generated text or behavioral data. That said, several structural biases warrant explicit acknowledgment. The dataset is built around power system conventions, standards, and test cases that predominantly originate from North American and European grid infrastructure traditions, specifically 60 Hz nominal frequency and grid parameters typical of North American distribution systems. Grids in the Global South, particularly in Sub-Saharan Africa, South Asia, and rural and remote communities in the Arctic and northern regions, often operate under fundamentally different conditions: weaker grids with lower short-circuit ratios, 50 Hz nominal frequency, different fault standards, and less standardized inverter hardware. The SIIB system, as parameterized here, may not fully reflect those conditions.
## Q41. Are there tasks for which the dataset should not be used?
- Direct deployment in real grid operations: The dataset is a synthetic academic benchmark based on a simplified test system. It should not be used as the sole basis for training models that will be deployed in real grid control, protection, or planning systems without extensive additional validation on realistic, high-fidelity, and system-specific data.
- Claims of universal generalizability: Results obtained on this dataset should not be presented as evidence of general performance across all inverter types, control architectures, grid topologies, or geographic contexts. The dataset's scope is explicitly bounded, and conclusions should be scoped accordingly.
- Representation of real inverter hardware: The dataset should not be used to make claims about the behavior of specific commercial inverter products or manufacturer implementations, as the control parameters used are representative but not derived from any specific hardware.
## Q42. Any other comments?
The dataset is intentionally designed as a proof-of-concept benchmark for a nascent research direction. Its primary value lies in enabling controlled, reproducible experimentation with resolution-invariant operator learning methods in a physically grounded setting. As the research field matures, we anticipate that this dataset will be extended to more complex test systems, additional control architectures, and higher scenario counts. Users are encouraged to treat this dataset as a starting point rather than a definitive benchmark, and to contribute to the development of more comprehensive public datasets for ML-based power systems simulation research.
# 6. Distribution
## Q43. Will the dataset be distributed to third parties outside of the entity on behalf of which the dataset was created?
Yes. The dataset is publicly released and freely available to any researcher, practitioner, or institution worldwide. It is distributed externally via the Hugging Face dataset repository without restriction on who may access or use it, subject only to the terms of the CC BY 4.0 license described in Q46.
## Q44. How will the dataset be distributed? Does the dataset have a digital object identifier (DOI)?
The dataset is assigned a persistent Digital Object Identifier (DOI) through Hugging Face. The DOI resolves to both the dataset metadata and the dataset files.
DoI: 10.57967/hf/8655
## Q45. When will the dataset be distributed?
The dataset is publicly available as of April 30, 2026.
## Q46. Will the dataset be distributed under a copyright or other intellectual property license and/or under applicable terms of use?
Yes. The dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0).
## Q47. Have any third parties imposed intellectual property-based or other restrictions on the data associated with the instances?
No.
## Q48. Do any export controls or other regulatory restrictions apply to the dataset or to individual instances?
No.
## Q49. Any other comments?
No.
# 7. Maintenance
## Q50. Who will be supporting, hosting, and maintaining the dataset?
The dataset is hosted on the Hugging Face platform, which provides infrastructure for long-term storage, versioning, and access. Dataset maintenance people will be discussed upon publication.
## Q51. How can the owner, curator, or manager of the dataset be contacted?
Will be discussed upon publication.
## Q52. Is there an erratum?
No erratum exists at the time of initial release. If errors are identified after release, an erratum will be posted in the Hugging Face repository's dataset card.
## Q53. Will the dataset be updated? If so, how often, by whom, and how will updates be communicated?
No major updates to the dataset are planned. If there is an update, the documentation and datacard on Huggingface will be updated by the maintainers and will reflect the changes made in the new version.
## Q54. If the dataset relates to people, are there applicable limits on the retention of the data associated with the instances?
N/A
## Q55. Will older versions of the dataset continue to be supported, hosted, and maintained?
N/A
## Q56. If others want to extend, augment, build on, or contribute to the dataset, is there a mechanism for them to do so?
Given the proprietary nature of the simulation platform, there is no planned mechanism for community contributions to the dataset.
## Q57. Any other comments?
- This datasheet has been anonymized due to the double-blind peer-review process. Once accepted, these details will be updated.
- This datasheet follows the framework proposed by Gebru et al. (2021): "Datasheets for Datasets," Communications of the ACM, 64(12), 86–92. https://doi.org/10.1145/3458723. The datasheet should be read in conjunction with the accompanying Hugging Face dataset card, which provides more detailed technical documentation of the dataset's scope, data pipeline, quality, and management. Together, these two documents are intended to provide dataset consumers with all the information needed to make informed decisions about using this dataset for their chosen tasks.