Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'high_school_chemistry' config data files
Browse files
README.md
CHANGED
|
@@ -646,6 +646,8 @@ dataset_info:
|
|
| 646 |
features:
|
| 647 |
- name: question
|
| 648 |
dtype: string
|
|
|
|
|
|
|
| 649 |
- name: choices
|
| 650 |
sequence: string
|
| 651 |
- name: answer
|
|
@@ -658,19 +660,19 @@ dataset_info:
|
|
| 658 |
'3': D
|
| 659 |
splits:
|
| 660 |
- name: auxiliary_train
|
| 661 |
-
num_bytes:
|
| 662 |
num_examples: 99842
|
| 663 |
- name: test
|
| 664 |
-
num_bytes:
|
| 665 |
num_examples: 203
|
| 666 |
- name: validation
|
| 667 |
-
num_bytes:
|
| 668 |
num_examples: 22
|
| 669 |
- name: dev
|
| 670 |
-
num_bytes:
|
| 671 |
num_examples: 5
|
| 672 |
-
download_size:
|
| 673 |
-
dataset_size:
|
| 674 |
- config_name: high_school_computer_science
|
| 675 |
features:
|
| 676 |
- name: question
|
|
@@ -1945,6 +1947,16 @@ configs:
|
|
| 1945 |
path: high_school_biology/validation-*
|
| 1946 |
- split: dev
|
| 1947 |
path: high_school_biology/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1948 |
---
|
| 1949 |
|
| 1950 |
# Dataset Card for MMLU
|
|
|
|
| 646 |
features:
|
| 647 |
- name: question
|
| 648 |
dtype: string
|
| 649 |
+
- name: subject
|
| 650 |
+
dtype: string
|
| 651 |
- name: choices
|
| 652 |
sequence: string
|
| 653 |
- name: answer
|
|
|
|
| 660 |
'3': D
|
| 661 |
splits:
|
| 662 |
- name: auxiliary_train
|
| 663 |
+
num_bytes: 161000625
|
| 664 |
num_examples: 99842
|
| 665 |
- name: test
|
| 666 |
+
num_bytes: 63527
|
| 667 |
num_examples: 203
|
| 668 |
- name: validation
|
| 669 |
+
num_bytes: 7630
|
| 670 |
num_examples: 22
|
| 671 |
- name: dev
|
| 672 |
+
num_bytes: 1333
|
| 673 |
num_examples: 5
|
| 674 |
+
download_size: 47207769
|
| 675 |
+
dataset_size: 161073115
|
| 676 |
- config_name: high_school_computer_science
|
| 677 |
features:
|
| 678 |
- name: question
|
|
|
|
| 1947 |
path: high_school_biology/validation-*
|
| 1948 |
- split: dev
|
| 1949 |
path: high_school_biology/dev-*
|
| 1950 |
+
- config_name: high_school_chemistry
|
| 1951 |
+
data_files:
|
| 1952 |
+
- split: auxiliary_train
|
| 1953 |
+
path: high_school_chemistry/auxiliary_train-*
|
| 1954 |
+
- split: test
|
| 1955 |
+
path: high_school_chemistry/test-*
|
| 1956 |
+
- split: validation
|
| 1957 |
+
path: high_school_chemistry/validation-*
|
| 1958 |
+
- split: dev
|
| 1959 |
+
path: high_school_chemistry/dev-*
|
| 1960 |
---
|
| 1961 |
|
| 1962 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
|
@@ -1337,39 +1337,34 @@
|
|
| 1337 |
"features": {
|
| 1338 |
"question": {
|
| 1339 |
"dtype": "string",
|
| 1340 |
-
"
|
|
|
|
|
|
|
|
|
|
| 1341 |
"_type": "Value"
|
| 1342 |
},
|
| 1343 |
"choices": {
|
| 1344 |
"feature": {
|
| 1345 |
"dtype": "string",
|
| 1346 |
-
"id": null,
|
| 1347 |
"_type": "Value"
|
| 1348 |
},
|
| 1349 |
-
"length": -1,
|
| 1350 |
-
"id": null,
|
| 1351 |
"_type": "Sequence"
|
| 1352 |
},
|
| 1353 |
"answer": {
|
| 1354 |
-
"num_classes": 4,
|
| 1355 |
"names": [
|
| 1356 |
"A",
|
| 1357 |
"B",
|
| 1358 |
"C",
|
| 1359 |
"D"
|
| 1360 |
],
|
| 1361 |
-
"id": null,
|
| 1362 |
"_type": "ClassLabel"
|
| 1363 |
}
|
| 1364 |
},
|
| 1365 |
-
"
|
| 1366 |
-
"
|
| 1367 |
-
"task_templates": null,
|
| 1368 |
-
"builder_name": "mmlu",
|
| 1369 |
"config_name": "high_school_chemistry",
|
| 1370 |
"version": {
|
| 1371 |
"version_str": "1.0.0",
|
| 1372 |
-
"description": null,
|
| 1373 |
"major": 1,
|
| 1374 |
"minor": 0,
|
| 1375 |
"patch": 0
|
|
@@ -1377,39 +1372,32 @@
|
|
| 1377 |
"splits": {
|
| 1378 |
"auxiliary_train": {
|
| 1379 |
"name": "auxiliary_train",
|
| 1380 |
-
"num_bytes":
|
| 1381 |
"num_examples": 99842,
|
| 1382 |
-
"dataset_name":
|
| 1383 |
},
|
| 1384 |
"test": {
|
| 1385 |
"name": "test",
|
| 1386 |
-
"num_bytes":
|
| 1387 |
"num_examples": 203,
|
| 1388 |
-
"dataset_name":
|
| 1389 |
},
|
| 1390 |
"validation": {
|
| 1391 |
"name": "validation",
|
| 1392 |
-
"num_bytes":
|
| 1393 |
"num_examples": 22,
|
| 1394 |
-
"dataset_name":
|
| 1395 |
},
|
| 1396 |
"dev": {
|
| 1397 |
"name": "dev",
|
| 1398 |
-
"num_bytes":
|
| 1399 |
"num_examples": 5,
|
| 1400 |
-
"dataset_name":
|
| 1401 |
-
}
|
| 1402 |
-
},
|
| 1403 |
-
"download_checksums": {
|
| 1404 |
-
"data.tar": {
|
| 1405 |
-
"num_bytes": 166184960,
|
| 1406 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
| 1407 |
}
|
| 1408 |
},
|
| 1409 |
-
"download_size":
|
| 1410 |
-
"
|
| 1411 |
-
"
|
| 1412 |
-
"size_in_bytes": 326852957
|
| 1413 |
},
|
| 1414 |
"high_school_computer_science": {
|
| 1415 |
"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",
|
|
|
|
| 1337 |
"features": {
|
| 1338 |
"question": {
|
| 1339 |
"dtype": "string",
|
| 1340 |
+
"_type": "Value"
|
| 1341 |
+
},
|
| 1342 |
+
"subject": {
|
| 1343 |
+
"dtype": "string",
|
| 1344 |
"_type": "Value"
|
| 1345 |
},
|
| 1346 |
"choices": {
|
| 1347 |
"feature": {
|
| 1348 |
"dtype": "string",
|
|
|
|
| 1349 |
"_type": "Value"
|
| 1350 |
},
|
|
|
|
|
|
|
| 1351 |
"_type": "Sequence"
|
| 1352 |
},
|
| 1353 |
"answer": {
|
|
|
|
| 1354 |
"names": [
|
| 1355 |
"A",
|
| 1356 |
"B",
|
| 1357 |
"C",
|
| 1358 |
"D"
|
| 1359 |
],
|
|
|
|
| 1360 |
"_type": "ClassLabel"
|
| 1361 |
}
|
| 1362 |
},
|
| 1363 |
+
"builder_name": "parquet",
|
| 1364 |
+
"dataset_name": "mmlu",
|
|
|
|
|
|
|
| 1365 |
"config_name": "high_school_chemistry",
|
| 1366 |
"version": {
|
| 1367 |
"version_str": "1.0.0",
|
|
|
|
| 1368 |
"major": 1,
|
| 1369 |
"minor": 0,
|
| 1370 |
"patch": 0
|
|
|
|
| 1372 |
"splits": {
|
| 1373 |
"auxiliary_train": {
|
| 1374 |
"name": "auxiliary_train",
|
| 1375 |
+
"num_bytes": 161000625,
|
| 1376 |
"num_examples": 99842,
|
| 1377 |
+
"dataset_name": null
|
| 1378 |
},
|
| 1379 |
"test": {
|
| 1380 |
"name": "test",
|
| 1381 |
+
"num_bytes": 63527,
|
| 1382 |
"num_examples": 203,
|
| 1383 |
+
"dataset_name": null
|
| 1384 |
},
|
| 1385 |
"validation": {
|
| 1386 |
"name": "validation",
|
| 1387 |
+
"num_bytes": 7630,
|
| 1388 |
"num_examples": 22,
|
| 1389 |
+
"dataset_name": null
|
| 1390 |
},
|
| 1391 |
"dev": {
|
| 1392 |
"name": "dev",
|
| 1393 |
+
"num_bytes": 1333,
|
| 1394 |
"num_examples": 5,
|
| 1395 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1396 |
}
|
| 1397 |
},
|
| 1398 |
+
"download_size": 47207769,
|
| 1399 |
+
"dataset_size": 161073115,
|
| 1400 |
+
"size_in_bytes": 208280884
|
|
|
|
| 1401 |
},
|
| 1402 |
"high_school_computer_science": {
|
| 1403 |
"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",
|
high_school_chemistry/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
|
high_school_chemistry/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b87ca6d10373044575d5ce110db448d4f7cacf9c15b4d9262d8efba391eade5
|
| 3 |
+
size 3525
|
high_school_chemistry/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe69bd95f60bb1807fb56d3545356335fca94d8afd328c7889f7d31df0b1f547
|
| 3 |
+
size 32701
|
high_school_chemistry/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02ec824dfa49416d7f43a54ea688e49eda36b78f91b999f5c51d1faf3545dd03
|
| 3 |
+
size 7588
|