File size: 1,571 Bytes
811efc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 🧩 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)

> A multiple-choice visual reasoning benchmark built on πŸŒ€ **maze** navigation and πŸ“¦ **Sokoban** puzzles. 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},
}
```