Datasets:
Add any-to-any task category and language tags
Browse filesHi! I'm Niels from the Hugging Face community science team.
This PR updates the dataset card metadata to include the `any-to-any` task category and language tags. These additions help researchers and users find your dataset more easily when filtering for multimodal reasoning benchmarks on the Hub.
The rest of the dataset card looks great, providing clear instructions, a leaderboard, and proper citation. Thanks for documenting this work!
README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: main
|
| 4 |
data_files:
|
|
@@ -16,9 +20,12 @@ configs:
|
|
| 16 |
path: paperfolding/*.parquet
|
| 17 |
- split: sokoban
|
| 18 |
path: sokoban/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
|
| 21 |
-
|
| 22 |
# VisWorld-Eval: Task Suite for Reasoning with Visual World Modeling 🌏
|
| 23 |
|
| 24 |
[](https://thuml.github.io/Reasoning-Visual-World/)
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- any-to-any
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
configs:
|
| 7 |
- config_name: main
|
| 8 |
data_files:
|
|
|
|
| 20 |
path: paperfolding/*.parquet
|
| 21 |
- split: sokoban
|
| 22 |
path: sokoban/*.parquet
|
| 23 |
+
tags:
|
| 24 |
+
- multimodal
|
| 25 |
+
- reasoning
|
| 26 |
+
- world-models
|
| 27 |
---
|
| 28 |
|
|
|
|
| 29 |
# VisWorld-Eval: Task Suite for Reasoning with Visual World Modeling 🌏
|
| 30 |
|
| 31 |
[](https://thuml.github.io/Reasoning-Visual-World/)
|