Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'miscellaneous' config data files
Browse files
README.md
CHANGED
|
@@ -1328,6 +1328,8 @@ dataset_info:
|
|
| 1328 |
features:
|
| 1329 |
- name: question
|
| 1330 |
dtype: string
|
|
|
|
|
|
|
| 1331 |
- name: choices
|
| 1332 |
sequence: string
|
| 1333 |
- name: answer
|
|
@@ -1340,19 +1342,19 @@ dataset_info:
|
|
| 1340 |
'3': D
|
| 1341 |
splits:
|
| 1342 |
- name: auxiliary_train
|
| 1343 |
-
num_bytes:
|
| 1344 |
num_examples: 99842
|
| 1345 |
- name: test
|
| 1346 |
-
num_bytes:
|
| 1347 |
num_examples: 783
|
| 1348 |
- name: validation
|
| 1349 |
-
num_bytes:
|
| 1350 |
num_examples: 86
|
| 1351 |
- name: dev
|
| 1352 |
-
num_bytes:
|
| 1353 |
num_examples: 5
|
| 1354 |
-
download_size:
|
| 1355 |
-
dataset_size:
|
| 1356 |
- config_name: moral_disputes
|
| 1357 |
features:
|
| 1358 |
- name: question
|
|
@@ -2209,6 +2211,16 @@ configs:
|
|
| 2209 |
path: medical_genetics/validation-*
|
| 2210 |
- split: dev
|
| 2211 |
path: medical_genetics/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2212 |
---
|
| 2213 |
|
| 2214 |
# Dataset Card for MMLU
|
|
|
|
| 1328 |
features:
|
| 1329 |
- name: question
|
| 1330 |
dtype: string
|
| 1331 |
+
- name: subject
|
| 1332 |
+
dtype: string
|
| 1333 |
- name: choices
|
| 1334 |
sequence: string
|
| 1335 |
- name: answer
|
|
|
|
| 1342 |
'3': D
|
| 1343 |
splits:
|
| 1344 |
- name: auxiliary_train
|
| 1345 |
+
num_bytes: 161000625
|
| 1346 |
num_examples: 99842
|
| 1347 |
- name: test
|
| 1348 |
+
num_bytes: 161003
|
| 1349 |
num_examples: 783
|
| 1350 |
- name: validation
|
| 1351 |
+
num_bytes: 15780
|
| 1352 |
num_examples: 86
|
| 1353 |
- name: dev
|
| 1354 |
+
num_bytes: 772
|
| 1355 |
num_examples: 5
|
| 1356 |
+
download_size: 47277261
|
| 1357 |
+
dataset_size: 161178180
|
| 1358 |
- config_name: moral_disputes
|
| 1359 |
features:
|
| 1360 |
- name: question
|
|
|
|
| 2211 |
path: medical_genetics/validation-*
|
| 2212 |
- split: dev
|
| 2213 |
path: medical_genetics/dev-*
|
| 2214 |
+
- config_name: miscellaneous
|
| 2215 |
+
data_files:
|
| 2216 |
+
- split: auxiliary_train
|
| 2217 |
+
path: miscellaneous/auxiliary_train-*
|
| 2218 |
+
- split: test
|
| 2219 |
+
path: miscellaneous/test-*
|
| 2220 |
+
- split: validation
|
| 2221 |
+
path: miscellaneous/validation-*
|
| 2222 |
+
- split: dev
|
| 2223 |
+
path: miscellaneous/dev-*
|
| 2224 |
---
|
| 2225 |
|
| 2226 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
|
@@ -2877,39 +2877,34 @@
|
|
| 2877 |
"features": {
|
| 2878 |
"question": {
|
| 2879 |
"dtype": "string",
|
| 2880 |
-
"
|
|
|
|
|
|
|
|
|
|
| 2881 |
"_type": "Value"
|
| 2882 |
},
|
| 2883 |
"choices": {
|
| 2884 |
"feature": {
|
| 2885 |
"dtype": "string",
|
| 2886 |
-
"id": null,
|
| 2887 |
"_type": "Value"
|
| 2888 |
},
|
| 2889 |
-
"length": -1,
|
| 2890 |
-
"id": null,
|
| 2891 |
"_type": "Sequence"
|
| 2892 |
},
|
| 2893 |
"answer": {
|
| 2894 |
-
"num_classes": 4,
|
| 2895 |
"names": [
|
| 2896 |
"A",
|
| 2897 |
"B",
|
| 2898 |
"C",
|
| 2899 |
"D"
|
| 2900 |
],
|
| 2901 |
-
"id": null,
|
| 2902 |
"_type": "ClassLabel"
|
| 2903 |
}
|
| 2904 |
},
|
| 2905 |
-
"
|
| 2906 |
-
"
|
| 2907 |
-
"task_templates": null,
|
| 2908 |
-
"builder_name": "mmlu",
|
| 2909 |
"config_name": "miscellaneous",
|
| 2910 |
"version": {
|
| 2911 |
"version_str": "1.0.0",
|
| 2912 |
-
"description": null,
|
| 2913 |
"major": 1,
|
| 2914 |
"minor": 0,
|
| 2915 |
"patch": 0
|
|
@@ -2917,39 +2912,32 @@
|
|
| 2917 |
"splits": {
|
| 2918 |
"auxiliary_train": {
|
| 2919 |
"name": "auxiliary_train",
|
| 2920 |
-
"num_bytes":
|
| 2921 |
"num_examples": 99842,
|
| 2922 |
-
"dataset_name":
|
| 2923 |
},
|
| 2924 |
"test": {
|
| 2925 |
"name": "test",
|
| 2926 |
-
"num_bytes":
|
| 2927 |
"num_examples": 783,
|
| 2928 |
-
"dataset_name":
|
| 2929 |
},
|
| 2930 |
"validation": {
|
| 2931 |
"name": "validation",
|
| 2932 |
-
"num_bytes":
|
| 2933 |
"num_examples": 86,
|
| 2934 |
-
"dataset_name":
|
| 2935 |
},
|
| 2936 |
"dev": {
|
| 2937 |
"name": "dev",
|
| 2938 |
-
"num_bytes":
|
| 2939 |
"num_examples": 5,
|
| 2940 |
-
"dataset_name":
|
| 2941 |
-
}
|
| 2942 |
-
},
|
| 2943 |
-
"download_checksums": {
|
| 2944 |
-
"data.tar": {
|
| 2945 |
-
"num_bytes": 166184960,
|
| 2946 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
| 2947 |
}
|
| 2948 |
},
|
| 2949 |
-
"download_size":
|
| 2950 |
-
"
|
| 2951 |
-
"
|
| 2952 |
-
"size_in_bytes": 326948914
|
| 2953 |
},
|
| 2954 |
"moral_disputes": {
|
| 2955 |
"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",
|
|
|
|
| 2877 |
"features": {
|
| 2878 |
"question": {
|
| 2879 |
"dtype": "string",
|
| 2880 |
+
"_type": "Value"
|
| 2881 |
+
},
|
| 2882 |
+
"subject": {
|
| 2883 |
+
"dtype": "string",
|
| 2884 |
"_type": "Value"
|
| 2885 |
},
|
| 2886 |
"choices": {
|
| 2887 |
"feature": {
|
| 2888 |
"dtype": "string",
|
|
|
|
| 2889 |
"_type": "Value"
|
| 2890 |
},
|
|
|
|
|
|
|
| 2891 |
"_type": "Sequence"
|
| 2892 |
},
|
| 2893 |
"answer": {
|
|
|
|
| 2894 |
"names": [
|
| 2895 |
"A",
|
| 2896 |
"B",
|
| 2897 |
"C",
|
| 2898 |
"D"
|
| 2899 |
],
|
|
|
|
| 2900 |
"_type": "ClassLabel"
|
| 2901 |
}
|
| 2902 |
},
|
| 2903 |
+
"builder_name": "parquet",
|
| 2904 |
+
"dataset_name": "mmlu",
|
|
|
|
|
|
|
| 2905 |
"config_name": "miscellaneous",
|
| 2906 |
"version": {
|
| 2907 |
"version_str": "1.0.0",
|
|
|
|
| 2908 |
"major": 1,
|
| 2909 |
"minor": 0,
|
| 2910 |
"patch": 0
|
|
|
|
| 2912 |
"splits": {
|
| 2913 |
"auxiliary_train": {
|
| 2914 |
"name": "auxiliary_train",
|
| 2915 |
+
"num_bytes": 161000625,
|
| 2916 |
"num_examples": 99842,
|
| 2917 |
+
"dataset_name": null
|
| 2918 |
},
|
| 2919 |
"test": {
|
| 2920 |
"name": "test",
|
| 2921 |
+
"num_bytes": 161003,
|
| 2922 |
"num_examples": 783,
|
| 2923 |
+
"dataset_name": null
|
| 2924 |
},
|
| 2925 |
"validation": {
|
| 2926 |
"name": "validation",
|
| 2927 |
+
"num_bytes": 15780,
|
| 2928 |
"num_examples": 86,
|
| 2929 |
+
"dataset_name": null
|
| 2930 |
},
|
| 2931 |
"dev": {
|
| 2932 |
"name": "dev",
|
| 2933 |
+
"num_bytes": 772,
|
| 2934 |
"num_examples": 5,
|
| 2935 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2936 |
}
|
| 2937 |
},
|
| 2938 |
+
"download_size": 47277261,
|
| 2939 |
+
"dataset_size": 161178180,
|
| 2940 |
+
"size_in_bytes": 208455441
|
|
|
|
| 2941 |
},
|
| 2942 |
"moral_disputes": {
|
| 2943 |
"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",
|
miscellaneous/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
|
miscellaneous/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f4ea86b6efec990a3c0a141d57b3f0ecba5ffbbfc0689e56a4b833605b6ceb6
|
| 3 |
+
size 2908
|
miscellaneous/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac01b39582480d3e345e2167ba9bd5827bfd4ff56ad8a464b21b60fbcf69d431
|
| 3 |
+
size 97776
|
miscellaneous/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa92e3f7e5833bda73d8dc630c729249e316e3a98f339b952dd408bb08a44b5d
|
| 3 |
+
size 12622
|