CoolFace
Datasetpublic

OneScience-Group/pdenneval

PDENNEval Dataset Description PDENNEval is a comprehensive dataset for evaluating neural-network-based PDE solving methods, introduced in an IJCAI 2024 paper. It covers function learning and operator learning tasks and includes 15 types of PDE problems across multiple scientific domains, including fluids, materials, finance, and electromagnetics. The dataset consists of 10 PDEBench data files and 6 self-generated data files, totaling approximately 286.9 GB. It can… See the full description on the dataset page: https://huggingface.co/datasets/OneScience-Group/pdenneval.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes141downloads
Dataset Card

<p align="center"> <strong> <span style="font-size: 30px;">PDENNEval</span> </strong> </p>

Dataset Description

PDENNEval is a comprehensive dataset for evaluating neural-network-based PDE solving methods, introduced in an IJCAI 2024 paper. It covers function learning and operator learning tasks and includes 15 types of PDE problems across multiple scientific domains, including fluids, materials, finance, and electromagnetics.

The dataset consists of 10 PDEBench data files and 6 self-generated data files, totaling approximately 286.9 GB. It can be used for model sanity checks, training, evaluation, and comparisons across problems.

Paper: PDENNEval: A Comprehensive Evaluation of Neural Network Methods for Solving PDEs

Supported Tasks

ScenarioDescription
PDE solution field predictionPredict PDE solutions from equation parameters, coordinates, or initial conditions.
Function learning evaluationCompare neural networks' ability to solve individual PDE problems.
Operator learning evaluationEvaluate model generalization across different input conditions and equation tasks.
Cross-domain scientific computingCover fluid, diffusion-reaction, materials, finance, and electromagnetics problems.

Dataset Format and Structure

All data files are stored in HDF5 format with the .hdf5 or .h5 extension:

text
data/
  PDEBench data files
  Self-generated PDE data files

The data includes coordinates, time, coefficient fields, boundary conditions, and solution fields for one-, two-, and three-dimensional PDEs. It covers problems such as Advection, Burgers, Diffusion-Reaction, Darcy Flow, Shallow Water, Allen-Cahn, Cahn-Hilliard, Navier-Stokes, Euler, Maxwell, and Black-Scholes-Barenblatt.

Fields and tensor shapes vary across PDEs. Refer to the data files and metadata/pdenneval_schema.json for the specific schema.

How to Use the Dataset

This dataset is designed for the OneScience-Group/PDENNEval model. Download the dataset and model:

bash
hf download --dataset OneScience-Group/pdenneval --local-dir ./pdenneval
hf download --model OneScience-Group/PDENNEval --local-dir ./PDENNEval

Official OneScience Information

PlatformOneScience Main RepositorySkills Repository
Giteehttps://gitee.com/onescience-ai/onesciencehttps://gitee.com/onescience-ai/oneskills
GitHubhttps://github.com/onescience-ai/OneSciencehttps://github.com/onescience-ai/oneskills

Citation and License