Add metadata and improve dataset card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧩 VRQA-Bench
|
| 2 |
|
| 3 |
[](https://arxiv.org/abs/2606.03603)
|
| 4 |
[](https://github.com/yczhou001/PF-OPSD)
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
## 🏷️ Categories
|
| 9 |
|
|
@@ -31,4 +37,4 @@
|
|
| 31 |
primaryClass={cs.CV},
|
| 32 |
url={https://arxiv.org/abs/2606.03603},
|
| 33 |
}
|
| 34 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-text-to-text
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# 🧩 VRQA-Bench
|
| 8 |
|
| 9 |
[](https://arxiv.org/abs/2606.03603)
|
| 10 |
[](https://github.com/yczhou001/PF-OPSD)
|
| 11 |
|
| 12 |
+
VRQA-Bench is a multiple-choice visual reasoning benchmark built on 🌀 **maze** navigation and 📦 **Sokoban** puzzles, as presented in the paper [World Models Meet Language Models: On the Complementarity of Concrete and Abstract Reasoning](https://huggingface.co/papers/2606.03603). Each sample provides an initial-state image, an optimal-solution video, and a question about the planned trajectory.
|
| 13 |
|
| 14 |
## 🏷️ Categories
|
| 15 |
|
|
|
|
| 37 |
primaryClass={cs.CV},
|
| 38 |
url={https://arxiv.org/abs/2606.03603},
|
| 39 |
}
|
| 40 |
+
```
|