mhjiang0408 commited on
Commit
081c92a
·
verified ·
1 Parent(s): c9d46c0

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +398 -0
dataset_infos.json CHANGED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image2text_info": {
3
+ "description": "Image to text info domain tasks from MAC-2025 benchmark",
4
+ "features": {
5
+ "journal": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "id": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "question": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "cover_image": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "answer": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "option_A": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "option_A_path": {
30
+ "dtype": "string",
31
+ "_type": "Value"
32
+ },
33
+ "option_A_embedding_name": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ },
37
+ "option_A_embedding_id": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "option_B": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "option_B_path": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ },
49
+ "option_B_embedding_name": {
50
+ "dtype": "string",
51
+ "_type": "Value"
52
+ },
53
+ "option_B_embedding_id": {
54
+ "dtype": "string",
55
+ "_type": "Value"
56
+ },
57
+ "option_C": {
58
+ "dtype": "string",
59
+ "_type": "Value"
60
+ },
61
+ "option_C_path": {
62
+ "dtype": "string",
63
+ "_type": "Value"
64
+ },
65
+ "option_C_embedding_name": {
66
+ "dtype": "string",
67
+ "_type": "Value"
68
+ },
69
+ "option_C_embedding_id": {
70
+ "dtype": "string",
71
+ "_type": "Value"
72
+ },
73
+ "option_D": {
74
+ "dtype": "string",
75
+ "_type": "Value"
76
+ },
77
+ "option_D_path": {
78
+ "dtype": "string",
79
+ "_type": "Value"
80
+ },
81
+ "option_D_embedding_name": {
82
+ "dtype": "string",
83
+ "_type": "Value"
84
+ },
85
+ "option_D_embedding_id": {
86
+ "dtype": "string",
87
+ "_type": "Value"
88
+ },
89
+ "split": {
90
+ "dtype": "string",
91
+ "_type": "Value"
92
+ }
93
+ },
94
+ "splits": {
95
+ "train": {
96
+ "name": "train",
97
+ "num_examples": 2287
98
+ }
99
+ }
100
+ },
101
+ "image2text_option": {
102
+ "description": "Image to text option domain tasks from MAC-2025 benchmark",
103
+ "features": {
104
+ "journal": {
105
+ "dtype": "string",
106
+ "_type": "Value"
107
+ },
108
+ "id": {
109
+ "dtype": "string",
110
+ "_type": "Value"
111
+ },
112
+ "question": {
113
+ "dtype": "string",
114
+ "_type": "Value"
115
+ },
116
+ "cover_image": {
117
+ "dtype": "string",
118
+ "_type": "Value"
119
+ },
120
+ "answer": {
121
+ "dtype": "string",
122
+ "_type": "Value"
123
+ },
124
+ "option_A": {
125
+ "dtype": "string",
126
+ "_type": "Value"
127
+ },
128
+ "option_A_path": {
129
+ "dtype": "string",
130
+ "_type": "Value"
131
+ },
132
+ "option_A_embedding_name": {
133
+ "dtype": "string",
134
+ "_type": "Value"
135
+ },
136
+ "option_A_embedding_id": {
137
+ "dtype": "string",
138
+ "_type": "Value"
139
+ },
140
+ "option_B": {
141
+ "dtype": "string",
142
+ "_type": "Value"
143
+ },
144
+ "option_B_path": {
145
+ "dtype": "string",
146
+ "_type": "Value"
147
+ },
148
+ "option_B_embedding_name": {
149
+ "dtype": "string",
150
+ "_type": "Value"
151
+ },
152
+ "option_B_embedding_id": {
153
+ "dtype": "string",
154
+ "_type": "Value"
155
+ },
156
+ "option_C": {
157
+ "dtype": "string",
158
+ "_type": "Value"
159
+ },
160
+ "option_C_path": {
161
+ "dtype": "string",
162
+ "_type": "Value"
163
+ },
164
+ "option_C_embedding_name": {
165
+ "dtype": "string",
166
+ "_type": "Value"
167
+ },
168
+ "option_C_embedding_id": {
169
+ "dtype": "string",
170
+ "_type": "Value"
171
+ },
172
+ "option_D": {
173
+ "dtype": "string",
174
+ "_type": "Value"
175
+ },
176
+ "option_D_path": {
177
+ "dtype": "string",
178
+ "_type": "Value"
179
+ },
180
+ "option_D_embedding_name": {
181
+ "dtype": "string",
182
+ "_type": "Value"
183
+ },
184
+ "option_D_embedding_id": {
185
+ "dtype": "string",
186
+ "_type": "Value"
187
+ },
188
+ "split": {
189
+ "dtype": "string",
190
+ "_type": "Value"
191
+ }
192
+ },
193
+ "splits": {
194
+ "train": {
195
+ "name": "train",
196
+ "num_examples": 2287
197
+ }
198
+ }
199
+ },
200
+ "text2image_info": {
201
+ "description": "Text to image info domain tasks from MAC-2025 benchmark",
202
+ "features": {
203
+ "journal": {
204
+ "dtype": "string",
205
+ "_type": "Value"
206
+ },
207
+ "id": {
208
+ "dtype": "string",
209
+ "_type": "Value"
210
+ },
211
+ "question": {
212
+ "dtype": "string",
213
+ "_type": "Value"
214
+ },
215
+ "cover_image": {
216
+ "dtype": "string",
217
+ "_type": "Value"
218
+ },
219
+ "answer": {
220
+ "dtype": "string",
221
+ "_type": "Value"
222
+ },
223
+ "option_A": {
224
+ "dtype": "string",
225
+ "_type": "Value"
226
+ },
227
+ "option_A_path": {
228
+ "dtype": "string",
229
+ "_type": "Value"
230
+ },
231
+ "option_A_embedding_name": {
232
+ "dtype": "string",
233
+ "_type": "Value"
234
+ },
235
+ "option_A_embedding_id": {
236
+ "dtype": "string",
237
+ "_type": "Value"
238
+ },
239
+ "option_B": {
240
+ "dtype": "string",
241
+ "_type": "Value"
242
+ },
243
+ "option_B_path": {
244
+ "dtype": "string",
245
+ "_type": "Value"
246
+ },
247
+ "option_B_embedding_name": {
248
+ "dtype": "string",
249
+ "_type": "Value"
250
+ },
251
+ "option_B_embedding_id": {
252
+ "dtype": "string",
253
+ "_type": "Value"
254
+ },
255
+ "option_C": {
256
+ "dtype": "string",
257
+ "_type": "Value"
258
+ },
259
+ "option_C_path": {
260
+ "dtype": "string",
261
+ "_type": "Value"
262
+ },
263
+ "option_C_embedding_name": {
264
+ "dtype": "string",
265
+ "_type": "Value"
266
+ },
267
+ "option_C_embedding_id": {
268
+ "dtype": "string",
269
+ "_type": "Value"
270
+ },
271
+ "option_D": {
272
+ "dtype": "string",
273
+ "_type": "Value"
274
+ },
275
+ "option_D_path": {
276
+ "dtype": "string",
277
+ "_type": "Value"
278
+ },
279
+ "option_D_embedding_name": {
280
+ "dtype": "string",
281
+ "_type": "Value"
282
+ },
283
+ "option_D_embedding_id": {
284
+ "dtype": "string",
285
+ "_type": "Value"
286
+ },
287
+ "split": {
288
+ "dtype": "string",
289
+ "_type": "Value"
290
+ }
291
+ },
292
+ "splits": {
293
+ "train": {
294
+ "name": "train",
295
+ "num_examples": 2287
296
+ }
297
+ }
298
+ },
299
+ "text2image_option": {
300
+ "description": "Text to image option domain tasks from MAC-2025 benchmark",
301
+ "features": {
302
+ "journal": {
303
+ "dtype": "string",
304
+ "_type": "Value"
305
+ },
306
+ "id": {
307
+ "dtype": "string",
308
+ "_type": "Value"
309
+ },
310
+ "question": {
311
+ "dtype": "string",
312
+ "_type": "Value"
313
+ },
314
+ "cover_image": {
315
+ "dtype": "string",
316
+ "_type": "Value"
317
+ },
318
+ "answer": {
319
+ "dtype": "string",
320
+ "_type": "Value"
321
+ },
322
+ "option_A": {
323
+ "dtype": "string",
324
+ "_type": "Value"
325
+ },
326
+ "option_A_path": {
327
+ "dtype": "string",
328
+ "_type": "Value"
329
+ },
330
+ "option_A_embedding_name": {
331
+ "dtype": "string",
332
+ "_type": "Value"
333
+ },
334
+ "option_A_embedding_id": {
335
+ "dtype": "string",
336
+ "_type": "Value"
337
+ },
338
+ "option_B": {
339
+ "dtype": "string",
340
+ "_type": "Value"
341
+ },
342
+ "option_B_path": {
343
+ "dtype": "string",
344
+ "_type": "Value"
345
+ },
346
+ "option_B_embedding_name": {
347
+ "dtype": "string",
348
+ "_type": "Value"
349
+ },
350
+ "option_B_embedding_id": {
351
+ "dtype": "string",
352
+ "_type": "Value"
353
+ },
354
+ "option_C": {
355
+ "dtype": "string",
356
+ "_type": "Value"
357
+ },
358
+ "option_C_path": {
359
+ "dtype": "string",
360
+ "_type": "Value"
361
+ },
362
+ "option_C_embedding_name": {
363
+ "dtype": "string",
364
+ "_type": "Value"
365
+ },
366
+ "option_C_embedding_id": {
367
+ "dtype": "string",
368
+ "_type": "Value"
369
+ },
370
+ "option_D": {
371
+ "dtype": "string",
372
+ "_type": "Value"
373
+ },
374
+ "option_D_path": {
375
+ "dtype": "string",
376
+ "_type": "Value"
377
+ },
378
+ "option_D_embedding_name": {
379
+ "dtype": "string",
380
+ "_type": "Value"
381
+ },
382
+ "option_D_embedding_id": {
383
+ "dtype": "string",
384
+ "_type": "Value"
385
+ },
386
+ "split": {
387
+ "dtype": "string",
388
+ "_type": "Value"
389
+ }
390
+ },
391
+ "splits": {
392
+ "train": {
393
+ "name": "train",
394
+ "num_examples": 2287
395
+ }
396
+ }
397
+ }
398
+ }