docs: add arXiv paper link and BibTeX citation
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ prompt-alignment, temporal, persistence, and 13 physical-law sub-rubrics.
|
|
| 15 |
Released alongside the companion dataset
|
| 16 |
[`NU-World-Model-Embodied-AI/phyground`](https://huggingface.co/datasets/NU-World-Model-Embodied-AI/phyground).
|
| 17 |
|
|
|
|
|
|
|
| 18 |
The base model identifier required to attach this adapter is recorded in
|
| 19 |
`adapter_config.json` (`base_model_name_or_path`); the inference script
|
| 20 |
reads it automatically.
|
|
@@ -160,6 +162,20 @@ See the companion dataset
|
|
| 160 |
[`NU-World-Model-Embodied-AI/phyground`](https://huggingface.co/datasets/NU-World-Model-Embodied-AI/phyground)
|
| 161 |
for prompts, physical-law tags, and example videos.
|
| 162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
## License
|
| 164 |
|
| 165 |
The base model is released by its respective authors; this LoRA adapter
|
|
|
|
| 15 |
Released alongside the companion dataset
|
| 16 |
[`NU-World-Model-Embodied-AI/phyground`](https://huggingface.co/datasets/NU-World-Model-Embodied-AI/phyground).
|
| 17 |
|
| 18 |
+
Paper: [PhyGround: Benchmarking Physical Reasoning in Generative World Models (arXiv:2605.10806)](https://arxiv.org/abs/2605.10806)
|
| 19 |
+
|
| 20 |
The base model identifier required to attach this adapter is recorded in
|
| 21 |
`adapter_config.json` (`base_model_name_or_path`); the inference script
|
| 22 |
reads it automatically.
|
|
|
|
| 162 |
[`NU-World-Model-Embodied-AI/phyground`](https://huggingface.co/datasets/NU-World-Model-Embodied-AI/phyground)
|
| 163 |
for prompts, physical-law tags, and example videos.
|
| 164 |
|
| 165 |
+
## Citation
|
| 166 |
+
|
| 167 |
+
```bibtex
|
| 168 |
+
@misc{lin2026phygroundbenchmarkingphysicalreasoning,
|
| 169 |
+
title={PhyGround: Benchmarking Physical Reasoning in Generative World Models},
|
| 170 |
+
author={Juyi Lin and Arash Akbari and Yumei He and Lin Zhao and Haichao Zhang and Arman Akbari and Xingchen Xu and Zoe Y. Lu and Enfu Nan and Hokin Deng and Edmund Yeh and Sarah Ostadabbas and Yun Fu and Jennifer Dy and Pu Zhao and Yanzhi Wang},
|
| 171 |
+
year={2026},
|
| 172 |
+
eprint={2605.10806},
|
| 173 |
+
archivePrefix={arXiv},
|
| 174 |
+
primaryClass={cs.CV},
|
| 175 |
+
url={https://arxiv.org/abs/2605.10806},
|
| 176 |
+
}
|
| 177 |
+
```
|
| 178 |
+
|
| 179 |
## License
|
| 180 |
|
| 181 |
The base model is released by its respective authors; this LoRA adapter
|