Add metadata and improve dataset card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,9 +1,15 @@
 
 
 
 
 
 
1
  # 🧩 VRQA-Bench
2
 
3
  [![Paper](https://img.shields.io/badge/arXiv-2606.03603-b31b1b.svg)](https://arxiv.org/abs/2606.03603)
4
  [![Code](https://img.shields.io/badge/GitHub-PF--OPSD-181717.svg?logo=github)](https://github.com/yczhou001/PF-OPSD)
5
 
6
- > 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.
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
  [![Paper](https://img.shields.io/badge/arXiv-2606.03603-b31b1b.svg)](https://arxiv.org/abs/2606.03603)
10
  [![Code](https://img.shields.io/badge/GitHub-PF--OPSD-181717.svg?logo=github)](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
+ ```