nielsr HF staff commited on
Commit
3fb2246
·
verified ·
1 Parent(s): 19be410

Update task category to image-text-to-text

Browse files

This PR updates the task category to `image-text-to-text` to better reflect the nature of the dataset.

Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
- license: mit
3
- arxiv: 2503.11557
4
- task_categories:
5
- - image-to-text
6
  language:
7
  - en
 
 
 
 
 
 
 
8
  tags:
9
  - MLLM
10
  - Reasoning
11
- pretty_name: VERIFY
12
- size_categories:
13
- - n<1K
14
  dataset_info:
15
  features:
16
  - name: uid
@@ -39,6 +39,7 @@ configs:
39
  - split: test
40
  path: data/test-*
41
  ---
 
42
  # VERIFY: A Benchmark of Visual Explanation and Reasoning for Investigating Multimodal Reasoning FidelitY
43
 
44
  **VERIFY** is **the first** benchmark explicitly designed to assess the reasoning paths of MLLMs in visual reasoning tasks.
@@ -91,4 +92,5 @@ If you find this work useful in your research, please consider citing our paper:
91
  eprint={2503.11557},
92
  archivePrefix={arXiv},
93
  primaryClass={cs.CV}
94
- }
 
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
+ size_categories:
6
+ - n<1K
7
+ task_categories:
8
+ - image-text-to-text
9
+ pretty_name: VERIFY
10
+ arxiv: 2503.11557
11
  tags:
12
  - MLLM
13
  - Reasoning
 
 
 
14
  dataset_info:
15
  features:
16
  - name: uid
 
39
  - split: test
40
  path: data/test-*
41
  ---
42
+
43
  # VERIFY: A Benchmark of Visual Explanation and Reasoning for Investigating Multimodal Reasoning FidelitY
44
 
45
  **VERIFY** is **the first** benchmark explicitly designed to assess the reasoning paths of MLLMs in visual reasoning tasks.
 
92
  eprint={2503.11557},
93
  archivePrefix={arXiv},
94
  primaryClass={cs.CV}
95
+ }
96
+ ```