Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'econometrics' config data files
Browse files
README.md
CHANGED
@@ -460,6 +460,8 @@ dataset_info:
|
|
460 |
features:
|
461 |
- name: question
|
462 |
dtype: string
|
|
|
|
|
463 |
- name: choices
|
464 |
sequence: string
|
465 |
- name: answer
|
@@ -472,19 +474,19 @@ dataset_info:
|
|
472 |
'3': D
|
473 |
splits:
|
474 |
- name: auxiliary_train
|
475 |
-
num_bytes:
|
476 |
num_examples: 99842
|
477 |
- name: test
|
478 |
-
num_bytes:
|
479 |
num_examples: 114
|
480 |
- name: validation
|
481 |
-
num_bytes:
|
482 |
num_examples: 12
|
483 |
- name: dev
|
484 |
-
num_bytes:
|
485 |
num_examples: 5
|
486 |
-
download_size:
|
487 |
-
dataset_size:
|
488 |
- config_name: electrical_engineering
|
489 |
features:
|
490 |
- name: question
|
@@ -1873,6 +1875,16 @@ configs:
|
|
1873 |
path: conceptual_physics/validation-*
|
1874 |
- split: dev
|
1875 |
path: conceptual_physics/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1876 |
---
|
1877 |
|
1878 |
# Dataset Card for MMLU
|
|
|
460 |
features:
|
461 |
- name: question
|
462 |
dtype: string
|
463 |
+
- name: subject
|
464 |
+
dtype: string
|
465 |
- name: choices
|
466 |
sequence: string
|
467 |
- name: answer
|
|
|
474 |
'3': D
|
475 |
splits:
|
476 |
- name: auxiliary_train
|
477 |
+
num_bytes: 161000625
|
478 |
num_examples: 99842
|
479 |
- name: test
|
480 |
+
num_bytes: 48359
|
481 |
num_examples: 114
|
482 |
- name: validation
|
483 |
+
num_bytes: 5147
|
484 |
num_examples: 12
|
485 |
- name: dev
|
486 |
+
num_bytes: 1712
|
487 |
num_examples: 5
|
488 |
+
download_size: 47197846
|
489 |
+
dataset_size: 161055843
|
490 |
- config_name: electrical_engineering
|
491 |
features:
|
492 |
- name: question
|
|
|
1875 |
path: conceptual_physics/validation-*
|
1876 |
- split: dev
|
1877 |
path: conceptual_physics/dev-*
|
1878 |
+
- config_name: econometrics
|
1879 |
+
data_files:
|
1880 |
+
- split: auxiliary_train
|
1881 |
+
path: econometrics/auxiliary_train-*
|
1882 |
+
- split: test
|
1883 |
+
path: econometrics/test-*
|
1884 |
+
- split: validation
|
1885 |
+
path: econometrics/validation-*
|
1886 |
+
- split: dev
|
1887 |
+
path: econometrics/dev-*
|
1888 |
---
|
1889 |
|
1890 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
@@ -917,39 +917,34 @@
|
|
917 |
"features": {
|
918 |
"question": {
|
919 |
"dtype": "string",
|
920 |
-
"
|
|
|
|
|
|
|
921 |
"_type": "Value"
|
922 |
},
|
923 |
"choices": {
|
924 |
"feature": {
|
925 |
"dtype": "string",
|
926 |
-
"id": null,
|
927 |
"_type": "Value"
|
928 |
},
|
929 |
-
"length": -1,
|
930 |
-
"id": null,
|
931 |
"_type": "Sequence"
|
932 |
},
|
933 |
"answer": {
|
934 |
-
"num_classes": 4,
|
935 |
"names": [
|
936 |
"A",
|
937 |
"B",
|
938 |
"C",
|
939 |
"D"
|
940 |
],
|
941 |
-
"id": null,
|
942 |
"_type": "ClassLabel"
|
943 |
}
|
944 |
},
|
945 |
-
"
|
946 |
-
"
|
947 |
-
"task_templates": null,
|
948 |
-
"builder_name": "mmlu",
|
949 |
"config_name": "econometrics",
|
950 |
"version": {
|
951 |
"version_str": "1.0.0",
|
952 |
-
"description": null,
|
953 |
"major": 1,
|
954 |
"minor": 0,
|
955 |
"patch": 0
|
@@ -957,39 +952,32 @@
|
|
957 |
"splits": {
|
958 |
"auxiliary_train": {
|
959 |
"name": "auxiliary_train",
|
960 |
-
"num_bytes":
|
961 |
"num_examples": 99842,
|
962 |
-
"dataset_name":
|
963 |
},
|
964 |
"test": {
|
965 |
"name": "test",
|
966 |
-
"num_bytes":
|
967 |
"num_examples": 114,
|
968 |
-
"dataset_name":
|
969 |
},
|
970 |
"validation": {
|
971 |
"name": "validation",
|
972 |
-
"num_bytes":
|
973 |
"num_examples": 12,
|
974 |
-
"dataset_name":
|
975 |
},
|
976 |
"dev": {
|
977 |
"name": "dev",
|
978 |
-
"num_bytes":
|
979 |
"num_examples": 5,
|
980 |
-
"dataset_name":
|
981 |
-
}
|
982 |
-
},
|
983 |
-
"download_checksums": {
|
984 |
-
"data.tar": {
|
985 |
-
"num_bytes": 166184960,
|
986 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
987 |
}
|
988 |
},
|
989 |
-
"download_size":
|
990 |
-
"
|
991 |
-
"
|
992 |
-
"size_in_bytes": 326839339
|
993 |
},
|
994 |
"electrical_engineering": {
|
995 |
"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",
|
|
|
917 |
"features": {
|
918 |
"question": {
|
919 |
"dtype": "string",
|
920 |
+
"_type": "Value"
|
921 |
+
},
|
922 |
+
"subject": {
|
923 |
+
"dtype": "string",
|
924 |
"_type": "Value"
|
925 |
},
|
926 |
"choices": {
|
927 |
"feature": {
|
928 |
"dtype": "string",
|
|
|
929 |
"_type": "Value"
|
930 |
},
|
|
|
|
|
931 |
"_type": "Sequence"
|
932 |
},
|
933 |
"answer": {
|
|
|
934 |
"names": [
|
935 |
"A",
|
936 |
"B",
|
937 |
"C",
|
938 |
"D"
|
939 |
],
|
|
|
940 |
"_type": "ClassLabel"
|
941 |
}
|
942 |
},
|
943 |
+
"builder_name": "parquet",
|
944 |
+
"dataset_name": "mmlu",
|
|
|
|
|
945 |
"config_name": "econometrics",
|
946 |
"version": {
|
947 |
"version_str": "1.0.0",
|
|
|
948 |
"major": 1,
|
949 |
"minor": 0,
|
950 |
"patch": 0
|
|
|
952 |
"splits": {
|
953 |
"auxiliary_train": {
|
954 |
"name": "auxiliary_train",
|
955 |
+
"num_bytes": 161000625,
|
956 |
"num_examples": 99842,
|
957 |
+
"dataset_name": null
|
958 |
},
|
959 |
"test": {
|
960 |
"name": "test",
|
961 |
+
"num_bytes": 48359,
|
962 |
"num_examples": 114,
|
963 |
+
"dataset_name": null
|
964 |
},
|
965 |
"validation": {
|
966 |
"name": "validation",
|
967 |
+
"num_bytes": 5147,
|
968 |
"num_examples": 12,
|
969 |
+
"dataset_name": null
|
970 |
},
|
971 |
"dev": {
|
972 |
"name": "dev",
|
973 |
+
"num_bytes": 1712,
|
974 |
"num_examples": 5,
|
975 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
976 |
}
|
977 |
},
|
978 |
+
"download_size": 47197846,
|
979 |
+
"dataset_size": 161055843,
|
980 |
+
"size_in_bytes": 208253689
|
|
|
981 |
},
|
982 |
"electrical_engineering": {
|
983 |
"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",
|
econometrics/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
|
econometrics/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cb8c7cb4937d1537c8350987940f66647881c4fd8a522e769e130b42689a56d
|
3 |
+
size 3897
|
econometrics/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61c74a3ac87861d3d9ac8988a290ef3ae87d3e1e457c206cd228d4f928dbded5
|
3 |
+
size 23891
|
econometrics/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69f193e86b02399d1dd7be0726f1329abd1ffd46c4acd767d4dd7d935cc6181c
|
3 |
+
size 6103
|