Add metadata and improve dataset card documentation

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,4 +1,13 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: case_id
@@ -28,8 +37,11 @@ configs:
28
  - split: test
29
  path: data/test-*
30
  ---
 
31
  # Laser Powder Bed Fusion (LPBF) Additive Manufacturing Dataset
32
 
 
 
33
  As part of our paper **[FLARE: Fast Low-Rank Attention Routing Engine](https://huggingface.co/papers/2508.12594)** ([arXiv:2508.12594](https://arxiv.org/abs/2508.12594)), we release a new **3D field prediction benchmark** derived from numerical simulations of the **Laser Powder Bed Fusion (LPBF)** additive manufacturing process.
34
 
35
  This dataset is designed for evaluating neural surrogate models on **3D field prediction tasks** over complex geometries with up to **50,000 nodes**. We believe this benchmark will be useful for researchers working on graph neural networks, mesh-based learning, surrogate PDE modeling, or 3D foundation models.
@@ -49,7 +61,7 @@ Each sample consists of:
49
 
50
  - `points`: array of shape `(N, 3)` (x, y, z coordinates of mesh nodes)
51
  - optionally connectivity: `edge_index` array specifying axis-aligned hexahedral elements
52
- - 3D `displacement` filed: array of shape `(N, 3)`
53
  - Von mises `stress` field: array of shape `(N, 1)`
54
 
55
  ---
@@ -266,7 +278,7 @@ This surrogate modeling task is highly relevant to the additive manufacturing fi
266
 
267
  If you use this dataset in your work, please cite:
268
 
269
- ```
270
  @misc{puri2025flare,
271
  title={{FLARE}: {F}ast {L}ow-rank {A}ttention {R}outing {E}ngine},
272
  author={Vedant Puri and Aditya Joglekar and Kevin Ferguson and Yu-hsuan Chen and Yongjie Jessica Zhang and Levent Burak Kara},
@@ -294,4 +306,4 @@ MIT License
294
 
295
  ## Contact
296
 
297
- For questions about the dataset or related research, feel free to reach out via email or the GitHub repository linked in the paper: [`https://github.com/vpuri3/FLARE.py`](https://github.com/vpuri3/FLARE.py).
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - physics
7
+ - 3d
8
+ - mesh
9
+ - pde
10
+ - additive-manufacturing
11
  dataset_info:
12
  features:
13
  - name: case_id
 
37
  - split: test
38
  path: data/test-*
39
  ---
40
+
41
  # Laser Powder Bed Fusion (LPBF) Additive Manufacturing Dataset
42
 
43
+ [**Paper**](https://huggingface.co/papers/2508.12594) | [**Code**](https://github.com/vpuri3/FLARE.py)
44
+
45
  As part of our paper **[FLARE: Fast Low-Rank Attention Routing Engine](https://huggingface.co/papers/2508.12594)** ([arXiv:2508.12594](https://arxiv.org/abs/2508.12594)), we release a new **3D field prediction benchmark** derived from numerical simulations of the **Laser Powder Bed Fusion (LPBF)** additive manufacturing process.
46
 
47
  This dataset is designed for evaluating neural surrogate models on **3D field prediction tasks** over complex geometries with up to **50,000 nodes**. We believe this benchmark will be useful for researchers working on graph neural networks, mesh-based learning, surrogate PDE modeling, or 3D foundation models.
 
61
 
62
  - `points`: array of shape `(N, 3)` (x, y, z coordinates of mesh nodes)
63
  - optionally connectivity: `edge_index` array specifying axis-aligned hexahedral elements
64
+ - 3D `displacement` field: array of shape `(N, 3)`
65
  - Von mises `stress` field: array of shape `(N, 1)`
66
 
67
  ---
 
278
 
279
  If you use this dataset in your work, please cite:
280
 
281
+ ```bibtex
282
  @misc{puri2025flare,
283
  title={{FLARE}: {F}ast {L}ow-rank {A}ttention {R}outing {E}ngine},
284
  author={Vedant Puri and Aditya Joglekar and Kevin Ferguson and Yu-hsuan Chen and Yongjie Jessica Zhang and Levent Burak Kara},
 
306
 
307
  ## Contact
308
 
309
+ For questions about the dataset or related research, feel free to reach out via email or the GitHub repository: [https://github.com/vpuri3/FLARE.py](https://github.com/vpuri3/FLARE.py).