Datasets:
Tasks:
Question Answering
Formats:
parquet
Sub-tasks:
open-domain-qa
Languages:
English
Size:
10K - 100K
License:
Commit
•
1024631
1
Parent(s):
8c48880
Add additional data files
Browse files- README.md +13 -5
- additional/test-00000-of-00001.parquet +3 -0
- additional/train-00000-of-00001.parquet +3 -0
- additional/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +10 -30
README.md
CHANGED
@@ -45,16 +45,16 @@ dataset_info:
|
|
45 |
dtype: string
|
46 |
splits:
|
47 |
- name: train
|
48 |
-
num_bytes:
|
49 |
num_examples: 4957
|
50 |
- name: validation
|
51 |
-
num_bytes:
|
52 |
num_examples: 500
|
53 |
- name: test
|
54 |
-
num_bytes:
|
55 |
num_examples: 500
|
56 |
-
download_size:
|
57 |
-
dataset_size:
|
58 |
- config_name: main
|
59 |
features:
|
60 |
- name: id
|
@@ -82,6 +82,14 @@ dataset_info:
|
|
82 |
download_size: 609613
|
83 |
dataset_size: 1082573
|
84 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
- config_name: main
|
86 |
data_files:
|
87 |
- split: train
|
|
|
45 |
dtype: string
|
46 |
splits:
|
47 |
- name: train
|
48 |
+
num_bytes: 1288577
|
49 |
num_examples: 4957
|
50 |
- name: validation
|
51 |
+
num_bytes: 135916
|
52 |
num_examples: 500
|
53 |
- name: test
|
54 |
+
num_bytes: 130701
|
55 |
num_examples: 500
|
56 |
+
download_size: 783789
|
57 |
+
dataset_size: 1555194
|
58 |
- config_name: main
|
59 |
features:
|
60 |
- name: id
|
|
|
82 |
download_size: 609613
|
83 |
dataset_size: 1082573
|
84 |
configs:
|
85 |
+
- config_name: additional
|
86 |
+
data_files:
|
87 |
+
- split: train
|
88 |
+
path: additional/train-*
|
89 |
+
- split: validation
|
90 |
+
path: additional/validation-*
|
91 |
+
- split: test
|
92 |
+
path: additional/test-*
|
93 |
- config_name: main
|
94 |
data_files:
|
95 |
- split: train
|
additional/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33b318ea8e2354484868bc601c1b30a58149e9deb93162ff422bb8de980c7105
|
3 |
+
size 72461
|
additional/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d16d719e87efb86ed0a2ac4c8cdf380f7bfb94b602088393674c0a64ce9ed3d3
|
3 |
+
size 635446
|
additional/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92e5e68e4da7bec7d130d925385abf377c2d82b89a16de502b4e1b9cf3f50a26
|
3 |
+
size 75882
|
dataset_infos.json
CHANGED
@@ -73,61 +73,48 @@
|
|
73 |
"features": {
|
74 |
"id": {
|
75 |
"dtype": "string",
|
76 |
-
"id": null,
|
77 |
"_type": "Value"
|
78 |
},
|
79 |
"question_stem": {
|
80 |
"dtype": "string",
|
81 |
-
"id": null,
|
82 |
"_type": "Value"
|
83 |
},
|
84 |
"choices": {
|
85 |
"feature": {
|
86 |
"text": {
|
87 |
"dtype": "string",
|
88 |
-
"id": null,
|
89 |
"_type": "Value"
|
90 |
},
|
91 |
"label": {
|
92 |
"dtype": "string",
|
93 |
-
"id": null,
|
94 |
"_type": "Value"
|
95 |
}
|
96 |
},
|
97 |
-
"length": -1,
|
98 |
-
"id": null,
|
99 |
"_type": "Sequence"
|
100 |
},
|
101 |
"answerKey": {
|
102 |
"dtype": "string",
|
103 |
-
"id": null,
|
104 |
"_type": "Value"
|
105 |
},
|
106 |
"fact1": {
|
107 |
"dtype": "string",
|
108 |
-
"id": null,
|
109 |
"_type": "Value"
|
110 |
},
|
111 |
"humanScore": {
|
112 |
"dtype": "float32",
|
113 |
-
"id": null,
|
114 |
"_type": "Value"
|
115 |
},
|
116 |
"clarity": {
|
117 |
"dtype": "float32",
|
118 |
-
"id": null,
|
119 |
"_type": "Value"
|
120 |
},
|
121 |
"turkIdAnonymized": {
|
122 |
"dtype": "string",
|
123 |
-
"id": null,
|
124 |
"_type": "Value"
|
125 |
}
|
126 |
},
|
127 |
-
"post_processed": null,
|
128 |
-
"supervised_keys": null,
|
129 |
-
"task_templates": null,
|
130 |
"builder_name": "openbookqa",
|
|
|
131 |
"config_name": "additional",
|
132 |
"version": {
|
133 |
"version_str": "1.0.1",
|
@@ -139,32 +126,25 @@
|
|
139 |
"splits": {
|
140 |
"train": {
|
141 |
"name": "train",
|
142 |
-
"num_bytes":
|
143 |
"num_examples": 4957,
|
144 |
-
"dataset_name":
|
145 |
},
|
146 |
"validation": {
|
147 |
"name": "validation",
|
148 |
-
"num_bytes":
|
149 |
"num_examples": 500,
|
150 |
-
"dataset_name":
|
151 |
},
|
152 |
"test": {
|
153 |
"name": "test",
|
154 |
-
"num_bytes":
|
155 |
"num_examples": 500,
|
156 |
-
"dataset_name":
|
157 |
-
}
|
158 |
-
},
|
159 |
-
"download_checksums": {
|
160 |
-
"https://s3-us-west-2.amazonaws.com/ai2-website/data/OpenBookQA-V1-Sep2018.zip": {
|
161 |
-
"num_bytes": 1446098,
|
162 |
-
"checksum": "82368cf05df2e3b309c17d162e10b888b4d768fad6e171e0a041954c8553be46"
|
163 |
}
|
164 |
},
|
165 |
-
"download_size":
|
166 |
-
"
|
167 |
-
"
|
168 |
-
"size_in_bytes": 3003638
|
169 |
}
|
170 |
}
|
|
|
73 |
"features": {
|
74 |
"id": {
|
75 |
"dtype": "string",
|
|
|
76 |
"_type": "Value"
|
77 |
},
|
78 |
"question_stem": {
|
79 |
"dtype": "string",
|
|
|
80 |
"_type": "Value"
|
81 |
},
|
82 |
"choices": {
|
83 |
"feature": {
|
84 |
"text": {
|
85 |
"dtype": "string",
|
|
|
86 |
"_type": "Value"
|
87 |
},
|
88 |
"label": {
|
89 |
"dtype": "string",
|
|
|
90 |
"_type": "Value"
|
91 |
}
|
92 |
},
|
|
|
|
|
93 |
"_type": "Sequence"
|
94 |
},
|
95 |
"answerKey": {
|
96 |
"dtype": "string",
|
|
|
97 |
"_type": "Value"
|
98 |
},
|
99 |
"fact1": {
|
100 |
"dtype": "string",
|
|
|
101 |
"_type": "Value"
|
102 |
},
|
103 |
"humanScore": {
|
104 |
"dtype": "float32",
|
|
|
105 |
"_type": "Value"
|
106 |
},
|
107 |
"clarity": {
|
108 |
"dtype": "float32",
|
|
|
109 |
"_type": "Value"
|
110 |
},
|
111 |
"turkIdAnonymized": {
|
112 |
"dtype": "string",
|
|
|
113 |
"_type": "Value"
|
114 |
}
|
115 |
},
|
|
|
|
|
|
|
116 |
"builder_name": "openbookqa",
|
117 |
+
"dataset_name": "openbookqa",
|
118 |
"config_name": "additional",
|
119 |
"version": {
|
120 |
"version_str": "1.0.1",
|
|
|
126 |
"splits": {
|
127 |
"train": {
|
128 |
"name": "train",
|
129 |
+
"num_bytes": 1288577,
|
130 |
"num_examples": 4957,
|
131 |
+
"dataset_name": null
|
132 |
},
|
133 |
"validation": {
|
134 |
"name": "validation",
|
135 |
+
"num_bytes": 135916,
|
136 |
"num_examples": 500,
|
137 |
+
"dataset_name": null
|
138 |
},
|
139 |
"test": {
|
140 |
"name": "test",
|
141 |
+
"num_bytes": 130701,
|
142 |
"num_examples": 500,
|
143 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
}
|
145 |
},
|
146 |
+
"download_size": 783789,
|
147 |
+
"dataset_size": 1555194,
|
148 |
+
"size_in_bytes": 2338983
|
|
|
149 |
}
|
150 |
}
|