EvalData commited on
Commit
dda4726
·
verified ·
1 Parent(s): cb40d4f

Use rai: prefix for top-level RAI fields (validator literal-key match)

Browse files
Files changed (1) hide show
  1. croissant.json +15 -28
croissant.json CHANGED
@@ -12,8 +12,6 @@
12
  "@id": "cr:data",
13
  "@type": "@json"
14
  },
15
- "dataBiases": "rai:dataBiases",
16
- "dataCollection": "rai:dataCollection",
17
  "dataType": {
18
  "@id": "cr:dataType",
19
  "@type": "@vocab"
@@ -33,7 +31,6 @@
33
  "md5": "cr:md5",
34
  "parentField": "cr:parentField",
35
  "path": "cr:path",
36
- "personalSensitiveInformation": "rai:personalSensitiveInformation",
37
  "recordSet": "cr:recordSet",
38
  "references": "cr:references",
39
  "regex": "cr:regex",
@@ -44,17 +41,7 @@
44
  "source": "cr:source",
45
  "subField": "cr:subField",
46
  "transform": "cr:transform",
47
- "rai": "http://mlcommons.org/croissant/RAI/",
48
- "dataLimitations": "rai:dataLimitations",
49
- "dataUseCases": "rai:dataUseCases",
50
- "dataSocialImpact": "rai:dataSocialImpact",
51
- "hasSyntheticData": "rai:hasSyntheticData",
52
- "dataPreprocessing": "rai:dataPreprocessing",
53
- "dataAnnotationProtocol": "rai:dataAnnotationProtocol",
54
- "safetyMeasures": "rai:safetyMeasures",
55
- "deidentificationMethod": "rai:deidentificationMethod",
56
- "fairness": "rai:fairness",
57
- "releaseMaintenance": "rai:releaseMaintenance"
58
  },
59
  "@type": "sc:Dataset",
60
  "distribution": [
@@ -11126,20 +11113,20 @@
11126
  ],
11127
  "license": "https://choosealicense.com/licenses/apache-2.0/",
11128
  "url": "https://huggingface.co/datasets/PINNBench/pinnbench",
11129
- "dataCollection": "All result records are derived from controlled training runs of hybrid PINN-operator pipelines on synthetic PDE problems with analytical reference solutions. No human subjects, no scraped web content, no third-party datasets are involved. Runs were executed deterministically with fixed random seeds on 4x NVIDIA TITAN Xp GPUs (12 GB each). Each run records final-epoch evaluation metrics (relative L2 error, PDE-residual norm, BC/IC violations) along with full training history at probe epochs.",
11130
- "dataPreprocessing": "Reference solutions are computed from analytical PDE expressions (Fourier series for Heat1D, Cole-Hopf for Burgers1D, soliton sech^2 for KdV1D, tanh-front for AllenCahn1D, Taylor-Green vortex for NavierStokes2D, etc.). Training collocation points and evaluation points are sampled per seed via torch.rand with deterministic state. No filtering, normalization, or transformation is applied to recorded metrics; raw per-seed values are persisted.",
11131
- "dataAnnotationProtocol": "No human-provided annotations. Each run is automatically labeled with its (PDE, configuration, policy, seed, stage) tuple at logging time. Statistical aggregations (mean, std, paired Wilcoxon p-value, Cohen's d, BH-FDR corrected significance) are computed by experiments/scripts/statistical_analysis.py.",
11132
- "personalSensitiveInformation": "None. The benchmark consists of synthetic numerical-PDE simulations with analytical reference solutions. No personal, identifying, biometric, behavioural, location, health, or other sensitive data is collected, processed, or distributed. No human subjects, no scraped web data, no third-party datasets are involved. The dataset poses zero individual privacy risk by construction and contains no information that could be used to identify any natural person.",
11133
- "safetyMeasures": "PDE solvers are abstract numerical methodology. Outputs are scalar error metrics on synthetic problems and pose no direct safety risk. Downstream users planning to apply hybrid PINN-operator solvers in safety-critical engineering (climate, fluid simulation, materials) should validate model fidelity and out-of-distribution robustness before deployment; the benchmark documents specific OOD-degradation findings (hybrid models degrade proportionally more than PINN-only on every evaluated coefficient/domain/IC shift) that practitioners should heed.",
11134
- "deidentificationMethod": "Not applicable. No identifying information present in source data.",
11135
- "fairness": "The benchmark deliberately reports negative and conditional findings (causal loss helps with pretraining and hurts without it; routing accuracy and regret dissociate by 77x; diagnostic bound fails universally at probe window k=20 and on Burgers-type shock dynamics). Selection of PDEs spans diffusion, advection, nonlinear waves, dispersive, reaction-diffusion, and Navier-Stokes regimes to reduce family-specific bias. Family-level holdout (LOPO-F) is reported.",
11136
- "releaseMaintenance": "Version 1.0.0 frozen at 2026-05-04 submission time. Single-maintainer issue tracker on the deanonymized GitHub repository (revealed at camera-ready). 12-month issue/PR response SLA. Forward compatibility: pinned PyTorch 2.5.1 + Python 3.12. Planned updates include additional PDE configurations (community PRs invited) and a noisy/sparse-measurement extension.",
11137
- "dataLimitations": "The benchmark suite contains 13 PDE configurations across 8 equation families and is dominated by 1D problems with a single 2D Wave equation and a single 2D Navier-Stokes configuration. Stage-1 supervised reference data is analytical and noise-free; the benchmark does not measure noisy-measurement, sparse-observation, or real-instrument-data regimes. All training is performed for a fixed compute budget on a single 4xNVIDIA TITAN Xp node; results may not generalise to substantially larger architectures or different optimiser families. Routing meta-features include hand-coded PDE structural attributes that may partly proxy PDE family identity in this small suite, although the family-macro physics-loss-final result (81.2 percent, no PDE identity features used) partially mitigates this concern.",
11138
- "dataBiases": "By construction the benchmark draws PDEs from diffusion, advection, nonlinear waves, dispersive, reaction-diffusion, and Navier-Stokes regimes to reduce family-specific bias, but: (a) it over-represents 1D problems; (b) reference solutions are analytical exact-solutions, which biases methods that exploit smooth ground truth; (c) the routing benchmark records baseline-policy decisions for a fixed library of five training policies, which biases evaluation toward routing methods that generalise within this policy set. We deliberately publish negative and conditional findings to expose these biases rather than hide them.",
11139
- "dataUseCases": "Intended use cases: (i) benchmarking training-policy selection methods (probe-then-commit routers, meta-routers, contextual bandits, learning-curve extrapolators) in hybrid PINN-operator pipelines; (ii) controlled PDE-level ablations of pretraining, causal loss, physics-weight balance, and gating-architecture choices; (iii) studying the accuracy-regret dissociation in evaluation-by-accuracy versus evaluation-by-regret. Out-of-scope: production PDE solving, safety-critical engineering deployment (climate forecasting, structural engineering, fluid simulation for aerospace), noisy-measurement or sparse-observation problems, and any clinical, financial, or surveillance application.",
11140
- "dataSocialImpact": "The dataset itself has minimal direct societal impact: it is purely synthetic numerical-PDE simulation data with no link to individuals, demographics, or real-world systems. Indirect impact arises through the methods that the benchmark advances. PDE solvers based on physics-informed and operator-learning methods feed into safety-critical applications such as climate forecasting, fluid simulation in aerospace and energy, and structural materials engineering, so routing recommendations or training-policy advice derived from this benchmark must be validated out-of-distribution before any real-world deployment. The benchmark explicitly documents OOD-degradation findings (hybrid models degrade proportionally more than PINN-only on every evaluated coefficient/domain/IC shift) to discourage uncritical transfer.",
11141
- "hasSyntheticData": true,
11142
  "version": "1.0.0",
11143
  "datePublished": "2026-05-04",
11144
- "citeAs": "Anonymous. PINNBench: A Benchmark and Evaluation Study of Training Policy Selection in Hybrid PINN-Operator Solvers. Submitted to NeurIPS 2026 Evaluations and Datasets Track, 2026."
 
 
 
 
 
 
 
 
 
 
 
 
 
11145
  }
 
12
  "@id": "cr:data",
13
  "@type": "@json"
14
  },
 
 
15
  "dataType": {
16
  "@id": "cr:dataType",
17
  "@type": "@vocab"
 
31
  "md5": "cr:md5",
32
  "parentField": "cr:parentField",
33
  "path": "cr:path",
 
34
  "recordSet": "cr:recordSet",
35
  "references": "cr:references",
36
  "regex": "cr:regex",
 
41
  "source": "cr:source",
42
  "subField": "cr:subField",
43
  "transform": "cr:transform",
44
+ "rai": "http://mlcommons.org/croissant/RAI/"
 
 
 
 
 
 
 
 
 
 
45
  },
46
  "@type": "sc:Dataset",
47
  "distribution": [
 
11113
  ],
11114
  "license": "https://choosealicense.com/licenses/apache-2.0/",
11115
  "url": "https://huggingface.co/datasets/PINNBench/pinnbench",
 
 
 
 
 
 
 
 
 
 
 
 
 
11116
  "version": "1.0.0",
11117
  "datePublished": "2026-05-04",
11118
+ "citeAs": "Anonymous. PINNBench: A Benchmark and Evaluation Study of Training Policy Selection in Hybrid PINN-Operator Solvers. Submitted to NeurIPS 2026 Evaluations and Datasets Track, 2026.",
11119
+ "rai:dataLimitations": "The benchmark suite contains 13 PDE configurations across 8 equation families and is dominated by 1D problems with a single 2D Wave equation and a single 2D Navier-Stokes configuration. Stage-1 supervised reference data is analytical and noise-free; the benchmark does not measure noisy-measurement, sparse-observation, or real-instrument-data regimes. All training is performed for a fixed compute budget on a single 4xNVIDIA TITAN Xp node; results may not generalise to substantially larger architectures or different optimiser families. Routing meta-features include hand-coded PDE structural attributes that may partly proxy PDE family identity in this small suite, although the family-macro physics-loss-final result (81.2 percent, no PDE identity features used) partially mitigates this concern.",
11120
+ "rai:dataBiases": "By construction the benchmark draws PDEs from diffusion, advection, nonlinear waves, dispersive, reaction-diffusion, and Navier-Stokes regimes to reduce family-specific bias, but: (a) it over-represents 1D problems; (b) reference solutions are analytical exact-solutions, which biases methods that exploit smooth ground truth; (c) the routing benchmark records baseline-policy decisions for a fixed library of five training policies, which biases evaluation toward routing methods that generalise within this policy set. We deliberately publish negative and conditional findings to expose these biases rather than hide them.",
11121
+ "rai:personalSensitiveInformation": "None. The benchmark consists of synthetic numerical-PDE simulations with analytical reference solutions. No personal, identifying, biometric, behavioural, location, health, or other sensitive data is collected, processed, or distributed. No human subjects, no scraped web data, no third-party datasets are involved. The dataset poses zero individual privacy risk by construction and contains no information that could be used to identify any natural person.",
11122
+ "rai:dataUseCases": "Intended use cases: (i) benchmarking training-policy selection methods (probe-then-commit routers, meta-routers, contextual bandits, learning-curve extrapolators) in hybrid PINN-operator pipelines; (ii) controlled PDE-level ablations of pretraining, causal loss, physics-weight balance, and gating-architecture choices; (iii) studying the accuracy-regret dissociation in evaluation-by-accuracy versus evaluation-by-regret. Out-of-scope: production PDE solving, safety-critical engineering deployment (climate forecasting, structural engineering, fluid simulation for aerospace), noisy-measurement or sparse-observation problems, and any clinical, financial, or surveillance application.",
11123
+ "rai:dataSocialImpact": "The dataset itself has minimal direct societal impact: it is purely synthetic numerical-PDE simulation data with no link to individuals, demographics, or real-world systems. Indirect impact arises through the methods that the benchmark advances. PDE solvers based on physics-informed and operator-learning methods feed into safety-critical applications such as climate forecasting, fluid simulation in aerospace and energy, and structural materials engineering, so routing recommendations or training-policy advice derived from this benchmark must be validated out-of-distribution before any real-world deployment. The benchmark explicitly documents OOD-degradation findings (hybrid models degrade proportionally more than PINN-only on every evaluated coefficient/domain/IC shift) to discourage uncritical transfer.",
11124
+ "rai:hasSyntheticData": true,
11125
+ "rai:dataCollection": "All result records are derived from controlled training runs of hybrid PINN-operator pipelines on synthetic PDE problems with analytical reference solutions. No human subjects, no scraped web content, no third-party datasets are involved. Runs were executed deterministically with fixed random seeds on 4x NVIDIA TITAN Xp GPUs (12 GB each). Each run records final-epoch evaluation metrics (relative L2 error, PDE-residual norm, BC/IC violations) along with full training history at probe epochs.",
11126
+ "rai:dataPreprocessing": "Reference solutions are computed from analytical PDE expressions (Fourier series for Heat1D, Cole-Hopf for Burgers1D, soliton sech^2 for KdV1D, tanh-front for AllenCahn1D, Taylor-Green vortex for NavierStokes2D, etc.). Training collocation points and evaluation points are sampled per seed via torch.rand with deterministic state. No filtering, normalization, or transformation is applied to recorded metrics; raw per-seed values are persisted.",
11127
+ "rai:dataAnnotationProtocol": "No human-provided annotations. Each run is automatically labeled with its (PDE, configuration, policy, seed, stage) tuple at logging time. Statistical aggregations (mean, std, paired Wilcoxon p-value, Cohen's d, BH-FDR corrected significance) are computed by experiments/scripts/statistical_analysis.py.",
11128
+ "rai:safetyMeasures": "PDE solvers are abstract numerical methodology. Outputs are scalar error metrics on synthetic problems and pose no direct safety risk. Downstream users planning to apply hybrid PINN-operator solvers in safety-critical engineering (climate, fluid simulation, materials) should validate model fidelity and out-of-distribution robustness before deployment; the benchmark documents specific OOD-degradation findings (hybrid models degrade proportionally more than PINN-only on every evaluated coefficient/domain/IC shift) that practitioners should heed.",
11129
+ "rai:deidentificationMethod": "Not applicable. No identifying information present in source data.",
11130
+ "rai:fairness": "The benchmark deliberately reports negative and conditional findings (causal loss helps with pretraining and hurts without it; routing accuracy and regret dissociate by 77x; diagnostic bound fails universally at probe window k=20 and on Burgers-type shock dynamics). Selection of PDEs spans diffusion, advection, nonlinear waves, dispersive, reaction-diffusion, and Navier-Stokes regimes to reduce family-specific bias. Family-level holdout (LOPO-F) is reported.",
11131
+ "rai:releaseMaintenance": "Version 1.0.0 frozen at 2026-05-04 submission time. Single-maintainer issue tracker on the deanonymized GitHub repository (revealed at camera-ready). 12-month issue/PR response SLA. Forward compatibility: pinned PyTorch 2.5.1 + Python 3.12. Planned updates include additional PDE configurations (community PRs invited) and a noisy/sparse-measurement extension."
11132
  }