Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,7 @@ configs:
|
|
47 |
VisualSimpleQA is a multimodal fact-seeking benchmark with two key features. First, it enables streamlined and decoupled evaluation of LVLMs in visual and linguistic modalities. Second, it incorporates well-defined difficulty criteria to guide human annotation and facilitates the extraction of a challenging subset, VisualSimpleQA-hard.
|
48 |
Experiments on 15 LVLMs show that even state-of-the-art models such as GPT-4o achieve merely 60%+ correctness in multimodal fact-seeking QA on VisualSimpleQA and 30%+ on VisualSimpleQA-hard.
|
49 |
Furthermore, the decoupled evaluation based on this benchmark across different models highlights substantial opportunities for improvement in both visual and linguistic modules.
|
|
|
50 |
|
51 |
**Data Example:**
|
52 |
```
|
@@ -65,6 +66,13 @@ Furthermore, the decoupled evaluation based on this benchmark across different m
|
|
65 |
'cropped_image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=164x196 at 0x7FE82C329550>}
|
66 |
```
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
## Disclaimer
|
70 |
|
|
|
47 |
VisualSimpleQA is a multimodal fact-seeking benchmark with two key features. First, it enables streamlined and decoupled evaluation of LVLMs in visual and linguistic modalities. Second, it incorporates well-defined difficulty criteria to guide human annotation and facilitates the extraction of a challenging subset, VisualSimpleQA-hard.
|
48 |
Experiments on 15 LVLMs show that even state-of-the-art models such as GPT-4o achieve merely 60%+ correctness in multimodal fact-seeking QA on VisualSimpleQA and 30%+ on VisualSimpleQA-hard.
|
49 |
Furthermore, the decoupled evaluation based on this benchmark across different models highlights substantial opportunities for improvement in both visual and linguistic modules.
|
50 |
+
The dataset reviewer above illustrates 129 samples from VisualSimpleQA-hard.
|
51 |
|
52 |
**Data Example:**
|
53 |
```
|
|
|
66 |
'cropped_image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=164x196 at 0x7FE82C329550>}
|
67 |
```
|
68 |
|
69 |
+
## File Structure
|
70 |
+
|
71 |
+
`data/`
|
72 |
+
This directory contains all 500 samples of VisualSimpleQA stored in parquet files.
|
73 |
+
|
74 |
+
`hard_data/`
|
75 |
+
This directory contains 129 VisualSimpleQA-hard samples stored in a parquet file. These samples are selected based on well-defined criteria to ensure they represent more challenging cases from VisualSimpleQA.
|
76 |
|
77 |
## Disclaimer
|
78 |
|