Datasets:
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Tags:
multi-modal-qa
geometry-qa
abstract-reasoning
geometry-reasoning
visual-puzzle
non-verbal-reasoning
License:
Kexuan Sun
commited on
Commit
·
f815619
1
Parent(s):
88ea1b1
Add parquet files
Browse files- README.md +32 -0
- marvel.parquet +3 -0
README.md
CHANGED
@@ -8,6 +8,38 @@ language:
|
|
8 |
- en
|
9 |
size_categories:
|
10 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
## Dataset Details
|
13 |
|
|
|
8 |
- en
|
9 |
size_categories:
|
10 |
- n<1K
|
11 |
+
configs:
|
12 |
+
- config_name: default
|
13 |
+
data_files: marvel.parquet
|
14 |
+
dataset_info:
|
15 |
+
- config_name: default
|
16 |
+
features:
|
17 |
+
- name: id
|
18 |
+
dtype: int64
|
19 |
+
- name: pattern
|
20 |
+
dtype: string
|
21 |
+
- name: task_configuration
|
22 |
+
dtype: string
|
23 |
+
- name: avr_question
|
24 |
+
dtype: string
|
25 |
+
- name: explanation
|
26 |
+
dtype: string
|
27 |
+
- name: answer
|
28 |
+
dtype: int64
|
29 |
+
- name: f_perception_question
|
30 |
+
dtype: string
|
31 |
+
- name: f_perception_answer
|
32 |
+
dtype: string
|
33 |
+
- name: f_perception_distractor
|
34 |
+
dtype: string
|
35 |
+
- name: c_perception_question_tuple
|
36 |
+
sequence: string
|
37 |
+
- name: c_perception_answer_tuple
|
38 |
+
sequence: string
|
39 |
+
- name: file
|
40 |
+
dtype: string
|
41 |
+
- name: image
|
42 |
+
dtype: image
|
43 |
---
|
44 |
## Dataset Details
|
45 |
|
marvel.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1079f0152d2405d26d33d063ae1ddb2acc7dd71209d402863fda331cf64fea9f
|
3 |
+
size 24410358
|