Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'global_facts' config data files
Browse files
README.md
CHANGED
|
@@ -584,6 +584,8 @@ dataset_info:
|
|
| 584 |
features:
|
| 585 |
- name: question
|
| 586 |
dtype: string
|
|
|
|
|
|
|
| 587 |
- name: choices
|
| 588 |
sequence: string
|
| 589 |
- name: answer
|
|
@@ -596,19 +598,19 @@ dataset_info:
|
|
| 596 |
'3': D
|
| 597 |
splits:
|
| 598 |
- name: auxiliary_train
|
| 599 |
-
num_bytes:
|
| 600 |
num_examples: 99842
|
| 601 |
- name: test
|
| 602 |
-
num_bytes:
|
| 603 |
num_examples: 100
|
| 604 |
- name: validation
|
| 605 |
-
num_bytes:
|
| 606 |
num_examples: 10
|
| 607 |
- name: dev
|
| 608 |
-
num_bytes:
|
| 609 |
num_examples: 5
|
| 610 |
-
download_size:
|
| 611 |
-
dataset_size:
|
| 612 |
- config_name: high_school_biology
|
| 613 |
features:
|
| 614 |
- name: question
|
|
@@ -1921,6 +1923,16 @@ configs:
|
|
| 1921 |
path: formal_logic/validation-*
|
| 1922 |
- split: dev
|
| 1923 |
path: formal_logic/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1924 |
---
|
| 1925 |
|
| 1926 |
# Dataset Card for MMLU
|
|
|
|
| 584 |
features:
|
| 585 |
- name: question
|
| 586 |
dtype: string
|
| 587 |
+
- name: subject
|
| 588 |
+
dtype: string
|
| 589 |
- name: choices
|
| 590 |
sequence: string
|
| 591 |
- name: answer
|
|
|
|
| 598 |
'3': D
|
| 599 |
splits:
|
| 600 |
- name: auxiliary_train
|
| 601 |
+
num_bytes: 161000625
|
| 602 |
num_examples: 99842
|
| 603 |
- name: test
|
| 604 |
+
num_bytes: 19991
|
| 605 |
num_examples: 100
|
| 606 |
- name: validation
|
| 607 |
+
num_bytes: 2013
|
| 608 |
num_examples: 10
|
| 609 |
- name: dev
|
| 610 |
+
num_bytes: 1297
|
| 611 |
num_examples: 5
|
| 612 |
+
download_size: 47181634
|
| 613 |
+
dataset_size: 161023926
|
| 614 |
- config_name: high_school_biology
|
| 615 |
features:
|
| 616 |
- name: question
|
|
|
|
| 1923 |
path: formal_logic/validation-*
|
| 1924 |
- split: dev
|
| 1925 |
path: formal_logic/dev-*
|
| 1926 |
+
- config_name: global_facts
|
| 1927 |
+
data_files:
|
| 1928 |
+
- split: auxiliary_train
|
| 1929 |
+
path: global_facts/auxiliary_train-*
|
| 1930 |
+
- split: test
|
| 1931 |
+
path: global_facts/test-*
|
| 1932 |
+
- split: validation
|
| 1933 |
+
path: global_facts/validation-*
|
| 1934 |
+
- split: dev
|
| 1935 |
+
path: global_facts/dev-*
|
| 1936 |
---
|
| 1937 |
|
| 1938 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
|
@@ -1197,39 +1197,34 @@
|
|
| 1197 |
"features": {
|
| 1198 |
"question": {
|
| 1199 |
"dtype": "string",
|
| 1200 |
-
"
|
|
|
|
|
|
|
|
|
|
| 1201 |
"_type": "Value"
|
| 1202 |
},
|
| 1203 |
"choices": {
|
| 1204 |
"feature": {
|
| 1205 |
"dtype": "string",
|
| 1206 |
-
"id": null,
|
| 1207 |
"_type": "Value"
|
| 1208 |
},
|
| 1209 |
-
"length": -1,
|
| 1210 |
-
"id": null,
|
| 1211 |
"_type": "Sequence"
|
| 1212 |
},
|
| 1213 |
"answer": {
|
| 1214 |
-
"num_classes": 4,
|
| 1215 |
"names": [
|
| 1216 |
"A",
|
| 1217 |
"B",
|
| 1218 |
"C",
|
| 1219 |
"D"
|
| 1220 |
],
|
| 1221 |
-
"id": null,
|
| 1222 |
"_type": "ClassLabel"
|
| 1223 |
}
|
| 1224 |
},
|
| 1225 |
-
"
|
| 1226 |
-
"
|
| 1227 |
-
"task_templates": null,
|
| 1228 |
-
"builder_name": "mmlu",
|
| 1229 |
"config_name": "global_facts",
|
| 1230 |
"version": {
|
| 1231 |
"version_str": "1.0.0",
|
| 1232 |
-
"description": null,
|
| 1233 |
"major": 1,
|
| 1234 |
"minor": 0,
|
| 1235 |
"patch": 0
|
|
@@ -1237,39 +1232,32 @@
|
|
| 1237 |
"splits": {
|
| 1238 |
"auxiliary_train": {
|
| 1239 |
"name": "auxiliary_train",
|
| 1240 |
-
"num_bytes":
|
| 1241 |
"num_examples": 99842,
|
| 1242 |
-
"dataset_name":
|
| 1243 |
},
|
| 1244 |
"test": {
|
| 1245 |
"name": "test",
|
| 1246 |
-
"num_bytes":
|
| 1247 |
"num_examples": 100,
|
| 1248 |
-
"dataset_name":
|
| 1249 |
},
|
| 1250 |
"validation": {
|
| 1251 |
"name": "validation",
|
| 1252 |
-
"num_bytes":
|
| 1253 |
"num_examples": 10,
|
| 1254 |
-
"dataset_name":
|
| 1255 |
},
|
| 1256 |
"dev": {
|
| 1257 |
"name": "dev",
|
| 1258 |
-
"num_bytes":
|
| 1259 |
"num_examples": 5,
|
| 1260 |
-
"dataset_name":
|
| 1261 |
-
}
|
| 1262 |
-
},
|
| 1263 |
-
"download_checksums": {
|
| 1264 |
-
"data.tar": {
|
| 1265 |
-
"num_bytes": 166184960,
|
| 1266 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
| 1267 |
}
|
| 1268 |
},
|
| 1269 |
-
"download_size":
|
| 1270 |
-
"
|
| 1271 |
-
"
|
| 1272 |
-
"size_in_bytes": 326807678
|
| 1273 |
},
|
| 1274 |
"high_school_biology": {
|
| 1275 |
"description": "This is a massive multitask test consisting of multiple-choice questions from various branches of knowledge, covering 57 tasks including elementary mathematics, US history, computer science, law, and more.\n",
|
|
|
|
| 1197 |
"features": {
|
| 1198 |
"question": {
|
| 1199 |
"dtype": "string",
|
| 1200 |
+
"_type": "Value"
|
| 1201 |
+
},
|
| 1202 |
+
"subject": {
|
| 1203 |
+
"dtype": "string",
|
| 1204 |
"_type": "Value"
|
| 1205 |
},
|
| 1206 |
"choices": {
|
| 1207 |
"feature": {
|
| 1208 |
"dtype": "string",
|
|
|
|
| 1209 |
"_type": "Value"
|
| 1210 |
},
|
|
|
|
|
|
|
| 1211 |
"_type": "Sequence"
|
| 1212 |
},
|
| 1213 |
"answer": {
|
|
|
|
| 1214 |
"names": [
|
| 1215 |
"A",
|
| 1216 |
"B",
|
| 1217 |
"C",
|
| 1218 |
"D"
|
| 1219 |
],
|
|
|
|
| 1220 |
"_type": "ClassLabel"
|
| 1221 |
}
|
| 1222 |
},
|
| 1223 |
+
"builder_name": "parquet",
|
| 1224 |
+
"dataset_name": "mmlu",
|
|
|
|
|
|
|
| 1225 |
"config_name": "global_facts",
|
| 1226 |
"version": {
|
| 1227 |
"version_str": "1.0.0",
|
|
|
|
| 1228 |
"major": 1,
|
| 1229 |
"minor": 0,
|
| 1230 |
"patch": 0
|
|
|
|
| 1232 |
"splits": {
|
| 1233 |
"auxiliary_train": {
|
| 1234 |
"name": "auxiliary_train",
|
| 1235 |
+
"num_bytes": 161000625,
|
| 1236 |
"num_examples": 99842,
|
| 1237 |
+
"dataset_name": null
|
| 1238 |
},
|
| 1239 |
"test": {
|
| 1240 |
"name": "test",
|
| 1241 |
+
"num_bytes": 19991,
|
| 1242 |
"num_examples": 100,
|
| 1243 |
+
"dataset_name": null
|
| 1244 |
},
|
| 1245 |
"validation": {
|
| 1246 |
"name": "validation",
|
| 1247 |
+
"num_bytes": 2013,
|
| 1248 |
"num_examples": 10,
|
| 1249 |
+
"dataset_name": null
|
| 1250 |
},
|
| 1251 |
"dev": {
|
| 1252 |
"name": "dev",
|
| 1253 |
+
"num_bytes": 1297,
|
| 1254 |
"num_examples": 5,
|
| 1255 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1256 |
}
|
| 1257 |
},
|
| 1258 |
+
"download_size": 47181634,
|
| 1259 |
+
"dataset_size": 161023926,
|
| 1260 |
+
"size_in_bytes": 208205560
|
|
|
|
| 1261 |
},
|
| 1262 |
"high_school_biology": {
|
| 1263 |
"description": "This is a massive multitask test consisting of multiple-choice questions from various branches of knowledge, covering 57 tasks including elementary mathematics, US history, computer science, law, and more.\n",
|
global_facts/auxiliary_train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2782fc860f57d9345a9233ab04f494b0af5ae85b893a27853f7014b14a3bd07
|
| 3 |
+
size 47163955
|
global_facts/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdee519418b9827cb9b30896e1b4d255f720d9a0a68fd5ac2d29ba8793094878
|
| 3 |
+
size 3071
|
global_facts/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3498c1b25d1186eef7874e9eed9cf1855c8ab21218ce12a18841dcbe229a92f0
|
| 3 |
+
size 10930
|
global_facts/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f331cc680b84e36e2ba3c105218be43e245406bdcf4341139bd5b8f91655e5e8
|
| 3 |
+
size 3678
|