neurips26-PSML commited on
Commit
8850035
·
verified ·
1 Parent(s): d99e4dc

Reference orders adjusted

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -14,14 +14,14 @@ task_categories:
14
 
15
  The increasing penetration of inverter-based resources (IBRs), e.g, renewable and energy storage systems, is fundamentally reshaping power grid dynamics. Unlike conventional resources, IBRs interact with the grid through power electronics operating at microsecond timescales, introducing ultrafast dynamic phenomena that conventional time-domain simulation methods, e.g., RMS techniques, fail to capture [1]. Electromagnetic transient (EMT) simulations can capture these fast dynamics but require integration time steps of 1–50 microseconds, making system-wide studies computationally intractable. This creates a critical bottleneck for stability analysis, contingency planning, and control design in modern power systems, as time-domain simulation has been a fundamental tool for analyzing system stability and dynamic performance [2]. Recent grid incidents, such as the April 2025 massive blackout in Spain and Portugal, underscore these limitations and the need for scalable analysis tools. Overcoming this computational barrier is crucial to the stable integration of renewable energy sources as mandated by climate change mitigation policies [3].
16
 
17
- This dataset was created to support research on machine learning (ML)-based surrogate modeling for power systems time-domain simulation. Specifically, the dataset is designed for the problem of simulation time step-invariance, wherein a model trained on coarse-resolution data can generalize to fine-resolution dynamics without retraining [4]. This is a nascent research direction with only a handful of publications to date, and no publicly available dataset exists that provides paired EMT and RMS 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. This dataset fills that gap by providing: (1) high-fidelity EMT trajectories from PSCAD alongside RMS trajectories from MATLAB Simulink for the same scenarios, enabling cross-domain resolution studies; (2) coverage of both GFM and GFL control modes; and (3) 4,000 distinct operational scenarios spanning a wide range of disturbance types, load conditions, and power references, making it suitable for training and benchmarking data-driven surrogate models.
18
 
19
  Reuse of this dataset is most naturally suited to researchers working at the intersection of power systems and machine learning for surrogate modeling, using approaches such as neural operators and physics-informed learning, with power systems as the sole application domain. Researchers outside the power systems field may find the paired coarse/fine-resolution structure valuable as a benchmark for resolution-invariant time-domain simulation of physical systems. However, users should be aware that the system studied, a single inverter infinite bus (SIIB), is a canonical but simplified test case. Conclusions drawn from models trained on this dataset may not directly generalize to large-scale multi-machine or multi-inverter systems without further validation. The reuse of the dataset is unlikely to be impacted by changes in the social, political, or historical context. That said, this dataset supports research relevant to energy transition. Hence, the popularity of use may vary across space and time, as the social and political support for energy transition mandates changes.
20
 
21
  The synthetic dataset creation plan was driven by three requirements derived from this formulation:
22
 
23
  - Paired resolution: To study time step-invariance, the dataset must contain trajectories of the same scenarios simulated at fundamentally different resolutions. EMT simulation in PSCAD captures fast switching and electromagnetic dynamics at microsecond resolution; RMS simulation in MATLAB Simulink operates at millisecond resolution capturing electromechanical dynamics. Pairing these for identical scenarios enables direct study of cross-domain generalization.
24
- - Control mode coverage: Both GFM and GFL inverter control modes are included because they represent qualitatively different dynamic behaviors; GFM converters regulate voltage and frequency autonomously while GFL converters synchronize to an existing grid [5], and surrogate models must be evaluated across both.
25
  - Scenario diversity: To support generalizable learning, 4,000 distinct operational scenarios were generated by stochastically sampling load parameters, active and reactive power references, and disturbance types, i.e., load changes, faults, voltage variations, spanning both stable and unstable system responses.
26
 
27
  The choice of the SIIB as the test system was deliberate: it is the canonical reduced-order representation of an IBR connected to a stiff grid, sufficiently rich to exhibit practical stability phenomena while simple enough to generate large simulation datasets at tractable computational cost. That said, all data are generated from simulation models rather than real-world measurements, so results depend on model fidelity and parameter assumptions. A few intrinsic biases are worth noting. First, the choice of disturbances, parameter ranges, and operating conditions defines the distribution of system behaviors represented in the dataset, which may not fully cover all real-world scenarios. Second, the binary oscillatory/non-oscillatory label captures one specific behavioral distinction. It does not encode richer stability classifications such as voltage collapse, frequency instability, or loss of synchronization [1]. Users framing downstream tasks around those phenomena should treat the labels with caution. Despite these limitations, the dataset is intentionally designed to provide a controlled, diverse, and physically grounded benchmark for developing and evaluating ML methods for power system time domain simulation.
@@ -32,7 +32,7 @@ This dataset contains no data about human subjects. All data is generated entire
32
 
33
  The primary benefit of this dataset is the acceleration of research on computationally tractable power systems simulation and analysis tools. The inability to efficiently simulate IBR-dominated grids at high resolution is a practical barrier to the stable integration of renewable energy resources. Datasets that enable surrogate modeling research support the development of tools that grid operators, planners, and researchers need to manage the energy transition safely. The dataset is made publicly available without restriction to maximize this benefit to the research community. The potential harms of releasing this dataset are minimal. The SIIB test system is a canonical academic test case with no direct correspondence to any real grid infrastructure. No proprietary control parameters, real network topology, or operational data from any utility or grid operator is included. The dataset does not contain information that could be used to identify vulnerabilities in real infrastructure, facilitate cyberattacks, or compromise grid security. Furthermore, the dataset explicitly focuses on a simplified system (SIIB), and this limitation is documented to discourage inappropriate use in more complex settings.
34
 
35
- An alternative approach to constructing this dataset would have been to collect real operational measurement data from grid-connected inverters using, e.g., synchro-waveform recordings [6]. This approach was not pursued for two main reasons. First, real-world data is unnecessary for the scope of the dataset and is nearly impossible to obtain, such that it satisfies the paired EMT and RMS representation of the system, as well as the diversity of operational scenarios. Inverter control parameters are typically proprietary to manufacturers and are not disclosed, making it impossible to construct the well-characterized scenarios that surrogate model training requires. Moreover, and critically for the intended ML application, real-world grid operation rarely produces trajectories that are unstable or near the stability boundary. Second, even if such well-characterized data can be obtained from real-world systems, it would be subject to data sharing agreements, confidentiality obligations, and regulatory constraints that would prevent open public release, limiting the dataset's utility to the broader research community. The synthetic simulation approach was therefore chosen for its scientific advantages, i.e., full control over scenario parameters, ground truth availability, and the ability to generate paired EMT/RMS trajectories, as well as accessibility benefits.
36
 
37
  Overall, the benefits of enabling research in scalable and accurate power system simulation are considered to outweigh the potential risks, provided that users are aware of the dataset’s scope and limitations and apply appropriate validation when extending results to real-world systems.
38
 
@@ -44,7 +44,7 @@ The synthetic data is generated based on the model shown in Figure 1. Developing
44
  - Power system time domain simulation: Proficiency in EMT simulation using PSCAD was required to construct the high-fidelity electromagnetic transient model, configure appropriate integration time steps, and implement signal logging. Proficiency in MATLAB Simulink was required to construct the equivalent RMS phasor-domain model and ensure that both simulators represented the same physical system under matched scenario conditions. Cross-validating simulation outputs between the two platforms required the ability to interpret and reconcile differences arising from differences in modelling resolution rather than modelling error.
45
  - Data processing: The dataset required a systematic design of a stochastic scenario sampling procedure, structured file organization across thousands of simulation runs, consistent naming and indexing conventions, and the development of automated logging and verification pipelines to ensure that saved outputs correctly correspond to their intended simulation scenarios. Data processing, wrangling, and packaging were performed in Python, including parsing and aligning time-series outputs across simulators, organizing scenario metadata, and preparing the dataset in a structured format.
46
 
47
- Users of this dataset are expected to have foundational knowledge of power systems and an applied ML skill set. These are necessary to leverage the dataset for its primary intended purpose of training and benchmarking surrogate models for time-domain simulation. Understanding time-series modeling, sequence-to-sequence learning, and the concept of discretization invariance will be essential for interpreting model behavior along the paired EMT/RMS resolution axis. Moreover, users should understand the physical meaning of the signals recorded, voltages, currents, and powers in the dq (Park) reference frame, active and reactive power injections, and phase angle, as well as the significance of the control mode distinction between GFM and GFL operation [5]. On the data side, reusers with basic data handling skills in any language should be able to work with the dataset directly, as all signal data is provided in CSV format. Python is not a requirement for access or use.
48
 
49
  ![image](https://cdn-uploads.huggingface.co/production/uploads/69ed86a08bdc19557f6eda14/U_fIUryMHT6MWwoKAjIgK.png)
50
  *Figure 1: SIIB physical and control layers*
@@ -57,7 +57,7 @@ Two distinct field epistemologies are in tension in the design of this dataset.
57
 
58
  ## 2.3- Carbon Footprint
59
 
60
- Each simulation run requires approximately 7 minutes of CPU execution time. Assuming an average computational power draw of 100 W for the host system [7], the energy consumption per simulation run is 7 min × (1 hr / 60 min) × 0.1 kW = 0.0117 kWh per simulation. The data was generated in Alberta; thus, using the Alberta grid emission intensity of 0.47 kg CO₂e/kWh for electricity generation [8], the carbon footprint per simulation run is approximately 0.0117 kWh × 0.47 kg CO₂e/kWh ≈ 5.5 g CO₂e per simulation run. Across all 4,000 simulation runs, the total estimated carbon footprint is 4,000 × 5.5 g ≈ 22 kg CO₂e. For reference, this is roughly equivalent to driving a passenger vehicle approximately 107 kilometers [9], making the dataset generation process environmentally modest relative to the potential research impact of enabling more computationally efficient grid simulation tools.
61
 
62
  The dataset creation involves a trade-off between simulation fidelity and computational and environmental cost. EMT simulations were necessary to accurately capture fast inverter dynamics, provide reliable ground truth for machine learning models, and enable cross-resolution learning between EMT and RMS domains. At the same time, the dataset size of 4000 scenarios was selected to provide sufficient diversity for machine learning applications, while keeping the overall computational footprint within a manageable range.
63
 
@@ -70,17 +70,15 @@ The dataset creation involves a trade-off between simulation fidelity and comput
70
 
71
  [3] https://www.sciencedirect.com/science/article/pii/S1364032118305537
72
 
73
- [4] https://arxiv.org/abs/2510.09704
74
 
75
- [5] https://ieeexplore.ieee.org/abstract/document/4118327
76
 
77
- [6] https://ieeexplore.ieee.org/abstract/document/10226356
78
 
79
- [7] https://www.energy.gov/sites/prod/files/2016/07/f33/2010-05-26%20TIAX%20CMELs%20Final%20Report_0.pdf
80
 
81
- [8] https://www.alberta.ca/albertas-greenhouse-gas-emissions-reduction-performance
82
-
83
- [9] https://natural-resources.canada.ca/energy-efficiency/transportation-energy-efficiency/personal-vehicles
84
 
85
 
86
 
 
14
 
15
  The increasing penetration of inverter-based resources (IBRs), e.g, renewable and energy storage systems, is fundamentally reshaping power grid dynamics. Unlike conventional resources, IBRs interact with the grid through power electronics operating at microsecond timescales, introducing ultrafast dynamic phenomena that conventional time-domain simulation methods, e.g., RMS techniques, fail to capture [1]. Electromagnetic transient (EMT) simulations can capture these fast dynamics but require integration time steps of 1–50 microseconds, making system-wide studies computationally intractable. This creates a critical bottleneck for stability analysis, contingency planning, and control design in modern power systems, as time-domain simulation has been a fundamental tool for analyzing system stability and dynamic performance [2]. Recent grid incidents, such as the April 2025 massive blackout in Spain and Portugal, underscore these limitations and the need for scalable analysis tools. Overcoming this computational barrier is crucial to the stable integration of renewable energy sources as mandated by climate change mitigation policies [3].
16
 
17
+ This dataset was created to support research on machine learning (ML)-based surrogate modeling for power systems time-domain simulation. Specifically, the dataset is designed for the problem of simulation time step-invariance, wherein a model trained on coarse-resolution data can generalize to fine-resolution dynamics without retraining. This is a nascent research direction with only a handful of publications to date, and no publicly available dataset exists that provides paired EMT and RMS 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. This dataset fills that gap by providing: (1) high-fidelity EMT trajectories from PSCAD alongside RMS trajectories from MATLAB Simulink for the same scenarios, enabling cross-domain resolution studies; (2) coverage of both GFM and GFL control modes; and (3) 4,000 distinct operational scenarios spanning a wide range of disturbance types, load conditions, and power references, making it suitable for training and benchmarking data-driven surrogate models.
18
 
19
  Reuse of this dataset is most naturally suited to researchers working at the intersection of power systems and machine learning for surrogate modeling, using approaches such as neural operators and physics-informed learning, with power systems as the sole application domain. Researchers outside the power systems field may find the paired coarse/fine-resolution structure valuable as a benchmark for resolution-invariant time-domain simulation of physical systems. However, users should be aware that the system studied, a single inverter infinite bus (SIIB), is a canonical but simplified test case. Conclusions drawn from models trained on this dataset may not directly generalize to large-scale multi-machine or multi-inverter systems without further validation. The reuse of the dataset is unlikely to be impacted by changes in the social, political, or historical context. That said, this dataset supports research relevant to energy transition. Hence, the popularity of use may vary across space and time, as the social and political support for energy transition mandates changes.
20
 
21
  The synthetic dataset creation plan was driven by three requirements derived from this formulation:
22
 
23
  - Paired resolution: To study time step-invariance, the dataset must contain trajectories of the same scenarios simulated at fundamentally different resolutions. EMT simulation in PSCAD captures fast switching and electromagnetic dynamics at microsecond resolution; RMS simulation in MATLAB Simulink operates at millisecond resolution capturing electromechanical dynamics. Pairing these for identical scenarios enables direct study of cross-domain generalization.
24
+ - Control mode coverage: Both GFM and GFL inverter control modes are included because they represent qualitatively different dynamic behaviors; GFM converters regulate voltage and frequency autonomously while GFL converters synchronize to an existing grid [4], and surrogate models must be evaluated across both.
25
  - Scenario diversity: To support generalizable learning, 4,000 distinct operational scenarios were generated by stochastically sampling load parameters, active and reactive power references, and disturbance types, i.e., load changes, faults, voltage variations, spanning both stable and unstable system responses.
26
 
27
  The choice of the SIIB as the test system was deliberate: it is the canonical reduced-order representation of an IBR connected to a stiff grid, sufficiently rich to exhibit practical stability phenomena while simple enough to generate large simulation datasets at tractable computational cost. That said, all data are generated from simulation models rather than real-world measurements, so results depend on model fidelity and parameter assumptions. A few intrinsic biases are worth noting. First, the choice of disturbances, parameter ranges, and operating conditions defines the distribution of system behaviors represented in the dataset, which may not fully cover all real-world scenarios. Second, the binary oscillatory/non-oscillatory label captures one specific behavioral distinction. It does not encode richer stability classifications such as voltage collapse, frequency instability, or loss of synchronization [1]. Users framing downstream tasks around those phenomena should treat the labels with caution. Despite these limitations, the dataset is intentionally designed to provide a controlled, diverse, and physically grounded benchmark for developing and evaluating ML methods for power system time domain simulation.
 
32
 
33
  The primary benefit of this dataset is the acceleration of research on computationally tractable power systems simulation and analysis tools. The inability to efficiently simulate IBR-dominated grids at high resolution is a practical barrier to the stable integration of renewable energy resources. Datasets that enable surrogate modeling research support the development of tools that grid operators, planners, and researchers need to manage the energy transition safely. The dataset is made publicly available without restriction to maximize this benefit to the research community. The potential harms of releasing this dataset are minimal. The SIIB test system is a canonical academic test case with no direct correspondence to any real grid infrastructure. No proprietary control parameters, real network topology, or operational data from any utility or grid operator is included. The dataset does not contain information that could be used to identify vulnerabilities in real infrastructure, facilitate cyberattacks, or compromise grid security. Furthermore, the dataset explicitly focuses on a simplified system (SIIB), and this limitation is documented to discourage inappropriate use in more complex settings.
34
 
35
+ An alternative approach to constructing this dataset would have been to collect real operational measurement data from grid-connected inverters using, e.g., synchro-waveform recordings [5]. This approach was not pursued for two main reasons. First, real-world data is unnecessary for the scope of the dataset and is nearly impossible to obtain, such that it satisfies the paired EMT and RMS representation of the system, as well as the diversity of operational scenarios. Inverter control parameters are typically proprietary to manufacturers and are not disclosed, making it impossible to construct the well-characterized scenarios that surrogate model training requires. Moreover, and critically for the intended ML application, real-world grid operation rarely produces trajectories that are unstable or near the stability boundary. Second, even if such well-characterized data can be obtained from real-world systems, it would be subject to data sharing agreements, confidentiality obligations, and regulatory constraints that would prevent open public release, limiting the dataset's utility to the broader research community. The synthetic simulation approach was therefore chosen for its scientific advantages, i.e., full control over scenario parameters, ground truth availability, and the ability to generate paired EMT/RMS trajectories, as well as accessibility benefits.
36
 
37
  Overall, the benefits of enabling research in scalable and accurate power system simulation are considered to outweigh the potential risks, provided that users are aware of the dataset’s scope and limitations and apply appropriate validation when extending results to real-world systems.
38
 
 
44
  - Power system time domain simulation: Proficiency in EMT simulation using PSCAD was required to construct the high-fidelity electromagnetic transient model, configure appropriate integration time steps, and implement signal logging. Proficiency in MATLAB Simulink was required to construct the equivalent RMS phasor-domain model and ensure that both simulators represented the same physical system under matched scenario conditions. Cross-validating simulation outputs between the two platforms required the ability to interpret and reconcile differences arising from differences in modelling resolution rather than modelling error.
45
  - Data processing: The dataset required a systematic design of a stochastic scenario sampling procedure, structured file organization across thousands of simulation runs, consistent naming and indexing conventions, and the development of automated logging and verification pipelines to ensure that saved outputs correctly correspond to their intended simulation scenarios. Data processing, wrangling, and packaging were performed in Python, including parsing and aligning time-series outputs across simulators, organizing scenario metadata, and preparing the dataset in a structured format.
46
 
47
+ Users of this dataset are expected to have foundational knowledge of power systems and an applied ML skill set. These are necessary to leverage the dataset for its primary intended purpose of training and benchmarking surrogate models for time-domain simulation. Understanding time-series modeling, sequence-to-sequence learning, and the concept of discretization invariance will be essential for interpreting model behavior along the paired EMT/RMS resolution axis. Moreover, users should understand the physical meaning of the signals recorded, voltages, currents, and powers in the dq (Park) reference frame, active and reactive power injections, and phase angle, as well as the significance of the control mode distinction between GFM and GFL operation [4]. On the data side, reusers with basic data handling skills in any language should be able to work with the dataset directly, as all signal data is provided in CSV format. Python is not a requirement for access or use.
48
 
49
  ![image](https://cdn-uploads.huggingface.co/production/uploads/69ed86a08bdc19557f6eda14/U_fIUryMHT6MWwoKAjIgK.png)
50
  *Figure 1: SIIB physical and control layers*
 
57
 
58
  ## 2.3- Carbon Footprint
59
 
60
+ Each simulation run requires approximately 7 minutes of CPU execution time. Assuming an average computational power draw of 100 W for the host system [6], the energy consumption per simulation run is 7 min × (1 hr / 60 min) × 0.1 kW = 0.0117 kWh per simulation. The data was generated in Alberta; thus, using the Alberta grid emission intensity of 0.47 kg CO₂e/kWh for electricity generation [7], the carbon footprint per simulation run is approximately 0.0117 kWh × 0.47 kg CO₂e/kWh ≈ 5.5 g CO₂e per simulation run. Across all 4,000 simulation runs, the total estimated carbon footprint is 4,000 × 5.5 g ≈ 22 kg CO₂e. For reference, this is roughly equivalent to driving a passenger vehicle approximately 107 kilometers [8], making the dataset generation process environmentally modest relative to the potential research impact of enabling more computationally efficient grid simulation tools.
61
 
62
  The dataset creation involves a trade-off between simulation fidelity and computational and environmental cost. EMT simulations were necessary to accurately capture fast inverter dynamics, provide reliable ground truth for machine learning models, and enable cross-resolution learning between EMT and RMS domains. At the same time, the dataset size of 4000 scenarios was selected to provide sufficient diversity for machine learning applications, while keeping the overall computational footprint within a manageable range.
63
 
 
70
 
71
  [3] https://www.sciencedirect.com/science/article/pii/S1364032118305537
72
 
73
+ [4] https://ieeexplore.ieee.org/abstract/document/4118327
74
 
75
+ [5] https://ieeexplore.ieee.org/abstract/document/10226356
76
 
77
+ [6] https://www.energy.gov/sites/prod/files/2016/07/f33/2010-05-26%20TIAX%20CMELs%20Final%20Report_0.pdf
78
 
79
+ [7] https://www.alberta.ca/albertas-greenhouse-gas-emissions-reduction-performance
80
 
81
+ [8] https://natural-resources.canada.ca/energy-efficiency/transportation-energy-efficiency/personal-vehicles
 
 
82
 
83
 
84