Upload README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# InfoChartQA: Benchmark for Multimodal Question Answering on Infographic Charts
|
|
|
2 |
🤗[Dataset](https://huggingface.co/datasets/Jietson/InfoChartQA)
|
3 |
|
4 |
# Dataset
|
@@ -66,53 +119,3 @@ evaluate("model_reponse.json", "path_to_save_the_result")
|
|
66 |
|
67 |
|
68 |
|
69 |
-
|
70 |
-
---
|
71 |
-
dataset_info:
|
72 |
-
features:
|
73 |
-
- name: question_id
|
74 |
-
dtype: string
|
75 |
-
- name: qtype
|
76 |
-
dtype: string
|
77 |
-
- name: figure_path
|
78 |
-
dtype: image
|
79 |
-
- name: visual_figure_path
|
80 |
-
list: image
|
81 |
-
- name: question
|
82 |
-
dtype: string
|
83 |
-
- name: answer
|
84 |
-
dtype: string
|
85 |
-
- name: instructions
|
86 |
-
dtype: string
|
87 |
-
- name: prompt
|
88 |
-
dtype: string
|
89 |
-
- name: options
|
90 |
-
list: string
|
91 |
-
splits:
|
92 |
-
- name: info
|
93 |
-
num_bytes: 9389294399.0
|
94 |
-
num_examples: 55091
|
95 |
-
- name: plain
|
96 |
-
num_bytes: 15950918129.0
|
97 |
-
num_examples: 55091
|
98 |
-
- name: visual_metaphor
|
99 |
-
num_bytes: 144053150.0
|
100 |
-
num_examples: 450
|
101 |
-
- name: visual_basic
|
102 |
-
num_bytes: 1254942699.466
|
103 |
-
num_examples: 7297
|
104 |
-
download_size: 20376840742
|
105 |
-
dataset_size: 26739208377.466
|
106 |
-
configs:
|
107 |
-
- config_name: default
|
108 |
-
data_files:
|
109 |
-
- split: info
|
110 |
-
path: data/info-*
|
111 |
-
- split: plain
|
112 |
-
path: data/plain-*
|
113 |
-
- split: visual_metaphor
|
114 |
-
path: data/visual_metaphor-*
|
115 |
-
- split: visual_basic
|
116 |
-
path: data/visual_basic-*
|
117 |
-
|
118 |
-
---
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: question_id
|
5 |
+
dtype: string
|
6 |
+
- name: qtype
|
7 |
+
dtype: string
|
8 |
+
- name: figure_path
|
9 |
+
dtype: image
|
10 |
+
- name: visual_figure_path
|
11 |
+
list: image
|
12 |
+
- name: question
|
13 |
+
dtype: string
|
14 |
+
- name: answer
|
15 |
+
dtype: string
|
16 |
+
- name: instructions
|
17 |
+
dtype: string
|
18 |
+
- name: prompt
|
19 |
+
dtype: string
|
20 |
+
- name: options
|
21 |
+
list: string
|
22 |
+
splits:
|
23 |
+
- name: info
|
24 |
+
num_bytes: 9389294399.0
|
25 |
+
num_examples: 55091
|
26 |
+
- name: plain
|
27 |
+
num_bytes: 15950918129.0
|
28 |
+
num_examples: 55091
|
29 |
+
- name: visual_metaphor
|
30 |
+
num_bytes: 144053150.0
|
31 |
+
num_examples: 450
|
32 |
+
- name: visual_basic
|
33 |
+
num_bytes: 1254942699.466
|
34 |
+
num_examples: 7297
|
35 |
+
download_size: 20376840742
|
36 |
+
dataset_size: 26739208377.466
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: info
|
41 |
+
path: data/info-*
|
42 |
+
- split: plain
|
43 |
+
path: data/plain-*
|
44 |
+
- split: visual_metaphor
|
45 |
+
path: data/visual_metaphor-*
|
46 |
+
- split: visual_basic
|
47 |
+
path: data/visual_basic-*
|
48 |
+
|
49 |
+
---
|
50 |
+
|
51 |
+
|
52 |
+
|
53 |
# InfoChartQA: Benchmark for Multimodal Question Answering on Infographic Charts
|
54 |
+
|
55 |
🤗[Dataset](https://huggingface.co/datasets/Jietson/InfoChartQA)
|
56 |
|
57 |
# Dataset
|
|
|
119 |
|
120 |
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|