WYLing commited on
Commit
a0e7aef
·
verified ·
1 Parent(s): 1a88e6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -39
README.md CHANGED
@@ -1,49 +1,86 @@
1
  ---
2
  dataset_info:
3
- features:
4
- - name: id
5
- dtype: int64
6
- - name: multimodal_question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- - name: rationale
11
- dtype: string
12
- - name: text_only_question
13
- dtype: string
14
- - name: image_source
15
- dtype: string
16
- - name: evidence
17
- dtype: string
18
- - name: resolution
19
- dtype: string
20
- - name: proportion_of_roi
21
- dtype: string
22
- - name: category
23
- dtype: string
24
- - name: text_in_image
25
- dtype: string
26
- - name: rationale_granularity
27
- dtype: string
28
- - name: image
29
- dtype: image
30
- - name: cropped_image
31
- dtype: image
32
- splits:
33
- - name: train
34
- num_bytes: 157153160.0
35
- num_examples: 129
36
- download_size: 157133331
37
- dataset_size: 157153160.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  configs:
39
  - config_name: VisualSimpleQA
40
  data_files:
41
  - split: test
42
- path: data/train-*
43
  - config_name: VisualSimpleQA_hard
44
  data_files:
45
  - split: test
46
- path: hard_data/train-*
47
  ---
48
  # VisualSimpleQA
49
 
@@ -74,10 +111,10 @@ The dataset reviewer above illustrates 129 samples from VisualSimpleQA-hard.
74
 
75
  ## File Structure
76
 
77
- `data/`
78
  This directory contains all 500 samples of VisualSimpleQA stored in parquet files.
79
 
80
- `hard_data/`
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