Add task category and BibTeX citation

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -10
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
2
  language:
3
- - en
4
- arxiv:
5
- - 2506.08604
6
- license:
7
- - mit
 
 
 
 
 
8
  ---
9
 
10
- # [ICLR2026] Flow Matching Meets PDEs: A Unified Framework for Physics-Constrained Generation
 
11
  <div>
12
 
13
  [![arXiv](https://img.shields.io/badge/arXiv-2506.08604-b31b1b.svg)](https://arxiv.org/abs/2506.08604)
@@ -15,9 +21,7 @@ license:
15
 
16
  </div>
17
 
18
- The datasets contain the data for the **dynamic stall** and **Kolmogorov flow** cases.
19
-
20
-
21
 
22
  ## Dynamic Stall dataset
23
  The design space is defined as a four-dimensional hypercube. The design variables are:
@@ -66,4 +70,16 @@ Each simulation that corresponds to a dataset sample has 2 fields of size $128 \
66
 
67
  Each `hdf5` file contains two arrays:
68
  - `fields` with shape `(conditions, samples per condition, fields, x, y)`
69
- - `reynolds` with shape `(reynolds numbers, )`
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language:
3
+ - en
4
+ license: mit
5
+ arxiv: 2506.08604
6
+ task_categories:
7
+ - other
8
+ tags:
9
+ - physics
10
+ - pde
11
+ - flow-matching
12
+ - scientific-machine-learning
13
  ---
14
 
15
+ # Physics vs Distributions: Pareto Optimal Flow Matching with Physics Constraints
16
+
17
  <div>
18
 
19
  [![arXiv](https://img.shields.io/badge/arXiv-2506.08604-b31b1b.svg)](https://arxiv.org/abs/2506.08604)
 
21
 
22
  </div>
23
 
24
+ This repository contains the datasets for the **dynamic stall** and **Kolmogorov flow** cases presented in the paper "[Physics vs Distributions: Pareto Optimal Flow Matching with Physics Constraints](https://huggingface.co/papers/2506.08604)".
 
 
25
 
26
  ## Dynamic Stall dataset
27
  The design space is defined as a four-dimensional hypercube. The design variables are:
 
70
 
71
  Each `hdf5` file contains two arrays:
72
  - `fields` with shape `(conditions, samples per condition, fields, x, y)`
73
+ - `reynolds` with shape `(reynolds numbers, )`
74
+
75
+ ## Citation
76
+
77
+ ```bibtex
78
+ @inproceedings{pbfm2026,
79
+ title={Physics vs Distributions: Pareto Optimal Flow Matching with Physics Constraints},
80
+ author={Giacomo Baldan and Qiang Liu and Alberto Guardone and Nils Thuerey},
81
+ booktitle={The Fourteenth International Conference on Learning Representations},
82
+ year={2026},
83
+ url={https://openreview.net/forum?id=tAf1KI3d4X}
84
+ }
85
+ ```