Add any-to-any task category and language tags

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -1
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
  [![Project Page](https://img.shields.io/badge/Project_Page-blue)](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
  [![Project Page](https://img.shields.io/badge/Project_Page-blue)](https://thuml.github.io/Reasoning-Visual-World/)