vrqa_bench / README.md
nielsr's picture
nielsr HF Staff
Add metadata and improve dataset card
86b479e verified
|
raw
history blame
1.81 kB
---
license: mit
task_categories:
- image-text-to-text
---
# 🧩 VRQA-Bench
[![Paper](https://img.shields.io/badge/arXiv-2606.03603-b31b1b.svg)](https://arxiv.org/abs/2606.03603)
[![Code](https://img.shields.io/badge/GitHub-PF--OPSD-181717.svg?logo=github)](https://github.com/yczhou001/PF-OPSD)
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.
## 🏷️ Categories
| Category | Task | Description |
|----------|------|-------------|
| `C1_turn_count` | πŸŒ€ maze | Total number of direction changes along the path |
| `C2_turn_direction` | πŸŒ€ maze | Number of LEFT / RIGHT turns |
| `C4_sokoban_push` | πŸ“¦ sokoban | Direction of a specific push |
| `C5_direction_count` | πŸŒ€ maze | Number of steps in a given direction |
| `C6_push_dir_count` | πŸ“¦ sokoban | Number of pushes in a given direction |
## πŸ“ Annotation Fields
`question`, `options` (A–D), `answer` (correct key), `correct_value`, `task_type`, `input_image` / `video_path` (relative to each split dir), `_solution` (ground-truth solution trace).
## πŸ“Œ Citation
```bibtex
@misc{zhou2026worldmodelsmeetlanguage,
title={World Models Meet Language Models: On the Complementarity of Concrete and Abstract Reasoning},
author={Yucheng Zhou and Wei Tao and Yiwen Guo and Jianbing Shen},
year={2026},
eprint={2606.03603},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2606.03603},
}
```