The dataset viewer is not available for this split.
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
ENMA: Tokenwise Autoregression for Generative Neural PDE Operators
This repository provides the datasets used in the paper "ENMA: Tokenwise Autoregression for Generative Neural PDE Operators.", presented at NeurIPS 2025 as Spotlight.
Project Page | ArXiv | Code
Usage
To use these datasets with the provided code, follow the setup instructions from the official repository:
git clone https://github.com/armandkassai/ENMA.git
cd ENMA
conda create -n enma python=3.10 -y
conda activate enma
pip install -e .
PDEs
We provide 5 datasets:
- Combined equation (1d space + time)
- Advection equation (1d space + time)
- Gray-Scott equation (2d space + time)
- Wave equation (2d space + time)
- Vorticity (2d space + time)
Each dataset provides trajectories for training and for testing and validation.
On top of that an _ood version with trajectories is proposed for each of them.
Parameter ranges are summurized in the following table.
| Dataset | Parameter | In-D | Out-D |
|---|---|---|---|
| Combined | |||
| — | |||
| Advection | |||
| Wave | |||
| Gray-Scott | |||
| Vorticity |
Please refer to the paper or code for additional details on the PDEs, parameter ranges, and Dataloaders for in- and out-of-distribution versions.
What's inside the datasets
Each dataset provides the PDE trajectory along with the PDE parameters, forcing terms (if involved), initial conditions (if involved), and boundary conditions (if involved).
The PPDEGeneration Package that was used to generate the data also contains scripts for creating torch dataloader.
Citation
@inproceedings{
koupai2025enma,
title={{ENMA}: Tokenwise Autoregression for Continuous Neural {PDE} Operators},
author={Armand Kassa{\"\i} Koupa{\"\i} and Lise Le Boudec and Louis Serrano and Patrick Gallinari},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
url={https://openreview.net/forum?id=3CYXSMFv55}
}
- Downloads last month
- -