Update README.md
Browse files
README.md
CHANGED
@@ -1,49 +1,86 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
configs:
|
39 |
- config_name: VisualSimpleQA
|
40 |
data_files:
|
41 |
- split: test
|
42 |
-
path:
|
43 |
- config_name: VisualSimpleQA_hard
|
44 |
data_files:
|
45 |
- split: test
|
46 |
-
path:
|
47 |
---
|
48 |
# VisualSimpleQA
|
49 |
|
@@ -74,10 +111,10 @@ The dataset reviewer above illustrates 129 samples from VisualSimpleQA-hard.
|
|
74 |
|
75 |
## File Structure
|
76 |
|
77 |
-
`
|
78 |
This directory contains all 500 samples of VisualSimpleQA stored in parquet files.
|
79 |
|
80 |
-
`
|
81 |
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.
|
82 |
|
83 |
## Disclaimer
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: VisualSimpleQA
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: int64
|
7 |
+
- name: multimodal_question
|
8 |
+
dtype: string
|
9 |
+
- name: answer
|
10 |
+
dtype: string
|
11 |
+
- name: rationale
|
12 |
+
dtype: string
|
13 |
+
- name: text_only_question
|
14 |
+
dtype: string
|
15 |
+
- name: image_source
|
16 |
+
dtype: string
|
17 |
+
- name: evidence
|
18 |
+
dtype: string
|
19 |
+
- name: resolution
|
20 |
+
dtype: string
|
21 |
+
- name: proportion_of_roi
|
22 |
+
dtype: string
|
23 |
+
- name: category
|
24 |
+
dtype: string
|
25 |
+
- name: text_in_image
|
26 |
+
dtype: string
|
27 |
+
- name: rationale_granularity
|
28 |
+
dtype: string
|
29 |
+
- name: image
|
30 |
+
dtype: image
|
31 |
+
- name: cropped_image
|
32 |
+
dtype: image
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 515536503
|
36 |
+
num_examples: 500
|
37 |
+
download_size: 515227519
|
38 |
+
dataset_size: 515536503
|
39 |
+
- config_name: VisualSimpleQA_hard
|
40 |
+
features:
|
41 |
+
- name: id
|
42 |
+
dtype: int64
|
43 |
+
- name: multimodal_question
|
44 |
+
dtype: string
|
45 |
+
- name: answer
|
46 |
+
dtype: string
|
47 |
+
- name: rationale
|
48 |
+
dtype: string
|
49 |
+
- name: text_only_question
|
50 |
+
dtype: string
|
51 |
+
- name: image_source
|
52 |
+
dtype: string
|
53 |
+
- name: evidence
|
54 |
+
dtype: string
|
55 |
+
- name: resolution
|
56 |
+
dtype: string
|
57 |
+
- name: proportion_of_roi
|
58 |
+
dtype: string
|
59 |
+
- name: category
|
60 |
+
dtype: string
|
61 |
+
- name: text_in_image
|
62 |
+
dtype: string
|
63 |
+
- name: rationale_granularity
|
64 |
+
dtype: string
|
65 |
+
- name: image
|
66 |
+
dtype: image
|
67 |
+
- name: cropped_image
|
68 |
+
dtype: image
|
69 |
+
splits:
|
70 |
+
- name: test
|
71 |
+
num_bytes: 157153160
|
72 |
+
num_examples: 129
|
73 |
+
download_size: 157133331
|
74 |
+
dataset_size: 157153160
|
75 |
configs:
|
76 |
- config_name: VisualSimpleQA
|
77 |
data_files:
|
78 |
- split: test
|
79 |
+
path: VisualSimpleQA/test-*
|
80 |
- config_name: VisualSimpleQA_hard
|
81 |
data_files:
|
82 |
- split: test
|
83 |
+
path: VisualSimpleQA_hard/test-*
|
84 |
---
|
85 |
# VisualSimpleQA
|
86 |
|
|
|
111 |
|
112 |
## File Structure
|
113 |
|
114 |
+
`VisualSimpleQA/`
|
115 |
This directory contains all 500 samples of VisualSimpleQA stored in parquet files.
|
116 |
|
117 |
+
`VisualSimpleQA_hard/`
|
118 |
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.
|
119 |
|
120 |
## Disclaimer
|