Datasets:
Upload platinum benchmark for vqa
Browse files- README.md +46 -0
- vqa/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -53,6 +53,10 @@ configs:
|
|
53 |
data_files:
|
54 |
- split: test
|
55 |
path: tab_fact/test-*
|
|
|
|
|
|
|
|
|
56 |
- config_name: winograd_wsc
|
57 |
data_files:
|
58 |
- split: test
|
@@ -449,6 +453,48 @@ dataset_info:
|
|
449 |
num_examples: 200
|
450 |
download_size: 475063
|
451 |
dataset_size: 1137151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
- config_name: winograd_wsc
|
453 |
features:
|
454 |
- name: cleaning_status
|
|
|
53 |
data_files:
|
54 |
- split: test
|
55 |
path: tab_fact/test-*
|
56 |
+
- config_name: vqa
|
57 |
+
data_files:
|
58 |
+
- split: test
|
59 |
+
path: vqa/test-*
|
60 |
- config_name: winograd_wsc
|
61 |
data_files:
|
62 |
- split: test
|
|
|
453 |
num_examples: 200
|
454 |
download_size: 475063
|
455 |
dataset_size: 1137151
|
456 |
+
- config_name: vqa
|
457 |
+
features:
|
458 |
+
- name: cleaning_status
|
459 |
+
dtype: string
|
460 |
+
- name: image_path
|
461 |
+
dtype: string
|
462 |
+
- name: platinum_prompt
|
463 |
+
dtype: string
|
464 |
+
- name: platinum_prompt_no_cot
|
465 |
+
dtype: string
|
466 |
+
- name: platinum_target
|
467 |
+
sequence: string
|
468 |
+
- name: original_target
|
469 |
+
sequence: 'null'
|
470 |
+
- name: platinum_parsing_stratagy
|
471 |
+
dtype: string
|
472 |
+
- name: question_type
|
473 |
+
dtype: string
|
474 |
+
- name: multiple_choice_answer
|
475 |
+
dtype: string
|
476 |
+
- name: answers
|
477 |
+
list:
|
478 |
+
- name: answer
|
479 |
+
dtype: string
|
480 |
+
- name: answer_confidence
|
481 |
+
dtype: string
|
482 |
+
- name: answer_id
|
483 |
+
dtype: int64
|
484 |
+
- name: image_id
|
485 |
+
dtype: int64
|
486 |
+
- name: answer_type
|
487 |
+
dtype: string
|
488 |
+
- name: question_id
|
489 |
+
dtype: int64
|
490 |
+
- name: question
|
491 |
+
dtype: string
|
492 |
+
splits:
|
493 |
+
- name: test
|
494 |
+
num_bytes: 122801
|
495 |
+
num_examples: 242
|
496 |
+
download_size: 26070
|
497 |
+
dataset_size: 122801
|
498 |
- config_name: winograd_wsc
|
499 |
features:
|
500 |
- name: cleaning_status
|
vqa/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1506175b965e05c232aaa2a25985ff512214736b2f4b906ccc2f46a5fc80685c
|
3 |
+
size 26070
|