Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ GeoPT is evaluated on the following five simulation tasks.
|
|
| 36 |
```python
|
| 37 |
from datasets import load_dataset
|
| 38 |
|
| 39 |
-
# For AirCraft, DTCHull, Car-Crash
|
| 40 |
load_dataset("GeoPT/Downstream_Physics_Simulation")
|
| 41 |
|
| 42 |
# For DrivAerML
|
|
@@ -59,7 +59,7 @@ If you find this repo useful, please cite our paper.
|
|
| 59 |
@article{wu2026GeoPT,
|
| 60 |
title={GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training},
|
| 61 |
author={Haixu Wu, Minghao Guo, Zongyi Li, Zhiyang Dou, Mingsheng Long, Kaiming He, Wojciech Matusik},
|
| 62 |
-
|
| 63 |
year={2026}
|
| 64 |
}
|
| 65 |
```
|
|
|
|
| 36 |
```python
|
| 37 |
from datasets import load_dataset
|
| 38 |
|
| 39 |
+
# For AirCraft, DTCHull, Car-Crash
|
| 40 |
load_dataset("GeoPT/Downstream_Physics_Simulation")
|
| 41 |
|
| 42 |
# For DrivAerML
|
|
|
|
| 59 |
@article{wu2026GeoPT,
|
| 60 |
title={GeoPT: Scaling Physics Simulation via Lifted Geometric Pre-Training},
|
| 61 |
author={Haixu Wu, Minghao Guo, Zongyi Li, Zhiyang Dou, Mingsheng Long, Kaiming He, Wojciech Matusik},
|
| 62 |
+
booktitle={arXiv preprint arXiv:2602.20399},
|
| 63 |
year={2026}
|
| 64 |
}
|
| 65 |
```
|