Add task categories and links to paper/project page
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,17 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: VisPhyBench
|
| 3 |
-
license: mit
|
| 4 |
language:
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# VisPhyBench
|
| 9 |
|
|
|
|
|
|
|
| 10 |
To evaluate how well models reconstruct appearance and reproduce physically plausible motion, we introduce VisPhyBench, a unified evaluation protocol comprising 209 scenes derived from 108 physical templates that assesses physical understanding through the lens of code-driven resimulation in both 2D and 3D scenes, integrating metrics from different aspects. Each scene is also annotated with a coarse difficulty label (easy/medium/hard).
|
| 11 |
|
| 12 |
# Dataset Details
|
| 13 |
|
| 14 |
-
- **Created by:** Jiarong Liang
|
| 15 |
- **Language(s) (NLP):** English
|
| 16 |
- **License:** MIT
|
| 17 |
- **Repository:** `https://github.com/TIGER-AI-Lab/VisPhyWorld`
|
|
@@ -56,12 +60,13 @@ These fields specify object locations and attributes precisely, which helps an L
|
|
| 56 |
# BibTeX
|
| 57 |
|
| 58 |
```bibtex
|
| 59 |
-
@misc{
|
| 60 |
-
title
|
| 61 |
-
author
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
|
|
|
|
|
|
| 65 |
}
|
| 66 |
-
```
|
| 67 |
-
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: VisPhyBench
|
| 6 |
+
task_categories:
|
| 7 |
+
- video-text-to-text
|
| 8 |
---
|
| 9 |
|
| 10 |
# VisPhyBench
|
| 11 |
|
| 12 |
+
[**Project Page**](https://tiger-ai-lab.github.io/VisPhyWorld/) | [**Paper**](https://huggingface.co/papers/2602.13294) | [**GitHub**](https://github.com/TIGER-AI-Lab/VisPhyWorld)
|
| 13 |
+
|
| 14 |
To evaluate how well models reconstruct appearance and reproduce physically plausible motion, we introduce VisPhyBench, a unified evaluation protocol comprising 209 scenes derived from 108 physical templates that assesses physical understanding through the lens of code-driven resimulation in both 2D and 3D scenes, integrating metrics from different aspects. Each scene is also annotated with a coarse difficulty label (easy/medium/hard).
|
| 15 |
|
| 16 |
# Dataset Details
|
| 17 |
|
| 18 |
+
- **Created by:** Jiarong Liang, Max Ku, Ka-Hei Hui, Ping Nie, Wenhu Chen
|
| 19 |
- **Language(s) (NLP):** English
|
| 20 |
- **License:** MIT
|
| 21 |
- **Repository:** `https://github.com/TIGER-AI-Lab/VisPhyWorld`
|
|
|
|
| 60 |
# BibTeX
|
| 61 |
|
| 62 |
```bibtex
|
| 63 |
+
@misc{liang2026visphyworld,
|
| 64 |
+
title={VisPhyWorld: Probing Physical Reasoning via Code-Driven Video Reconstruction},
|
| 65 |
+
author={Jiarong Liang and Max Ku and Ka-Hei Hui and Ping Nie and Wenhu Chen},
|
| 66 |
+
year={2026},
|
| 67 |
+
eprint={2602.13294},
|
| 68 |
+
archivePrefix={arXiv},
|
| 69 |
+
primaryClass={cs.CV},
|
| 70 |
+
url={https://arxiv.org/abs/2602.13294},
|
| 71 |
}
|
| 72 |
+
```
|
|
|