Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'formal_logic' config data files
Browse files
README.md
CHANGED
|
@@ -553,6 +553,8 @@ dataset_info:
|
|
| 553 |
features:
|
| 554 |
- name: question
|
| 555 |
dtype: string
|
|
|
|
|
|
|
| 556 |
- name: choices
|
| 557 |
sequence: string
|
| 558 |
- name: answer
|
|
@@ -565,19 +567,19 @@ dataset_info:
|
|
| 565 |
'3': D
|
| 566 |
splits:
|
| 567 |
- name: auxiliary_train
|
| 568 |
-
num_bytes:
|
| 569 |
num_examples: 99842
|
| 570 |
- name: test
|
| 571 |
-
num_bytes:
|
| 572 |
num_examples: 126
|
| 573 |
- name: validation
|
| 574 |
-
num_bytes:
|
| 575 |
num_examples: 14
|
| 576 |
- name: dev
|
| 577 |
-
num_bytes:
|
| 578 |
num_examples: 5
|
| 579 |
-
download_size:
|
| 580 |
-
dataset_size:
|
| 581 |
- config_name: global_facts
|
| 582 |
features:
|
| 583 |
- name: question
|
|
@@ -1909,6 +1911,16 @@ configs:
|
|
| 1909 |
path: elementary_mathematics/validation-*
|
| 1910 |
- split: dev
|
| 1911 |
path: elementary_mathematics/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1912 |
---
|
| 1913 |
|
| 1914 |
# Dataset Card for MMLU
|
|
|
|
| 553 |
features:
|
| 554 |
- name: question
|
| 555 |
dtype: string
|
| 556 |
+
- name: subject
|
| 557 |
+
dtype: string
|
| 558 |
- name: choices
|
| 559 |
sequence: string
|
| 560 |
- name: answer
|
|
|
|
| 567 |
'3': D
|
| 568 |
splits:
|
| 569 |
- name: auxiliary_train
|
| 570 |
+
num_bytes: 161000625
|
| 571 |
num_examples: 99842
|
| 572 |
- name: test
|
| 573 |
+
num_bytes: 51789
|
| 574 |
num_examples: 126
|
| 575 |
- name: validation
|
| 576 |
+
num_bytes: 6464
|
| 577 |
num_examples: 14
|
| 578 |
- name: dev
|
| 579 |
+
num_bytes: 1825
|
| 580 |
num_examples: 5
|
| 581 |
+
download_size: 47194349
|
| 582 |
+
dataset_size: 161060703
|
| 583 |
- config_name: global_facts
|
| 584 |
features:
|
| 585 |
- name: question
|
|
|
|
| 1911 |
path: elementary_mathematics/validation-*
|
| 1912 |
- split: dev
|
| 1913 |
path: elementary_mathematics/dev-*
|
| 1914 |
+
- config_name: formal_logic
|
| 1915 |
+
data_files:
|
| 1916 |
+
- split: auxiliary_train
|
| 1917 |
+
path: formal_logic/auxiliary_train-*
|
| 1918 |
+
- split: test
|
| 1919 |
+
path: formal_logic/test-*
|
| 1920 |
+
- split: validation
|
| 1921 |
+
path: formal_logic/validation-*
|
| 1922 |
+
- split: dev
|
| 1923 |
+
path: formal_logic/dev-*
|
| 1924 |
---
|
| 1925 |
|
| 1926 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
|
@@ -1127,39 +1127,34 @@
|
|
| 1127 |
"features": {
|
| 1128 |
"question": {
|
| 1129 |
"dtype": "string",
|
| 1130 |
-
"
|
|
|
|
|
|
|
|
|
|
| 1131 |
"_type": "Value"
|
| 1132 |
},
|
| 1133 |
"choices": {
|
| 1134 |
"feature": {
|
| 1135 |
"dtype": "string",
|
| 1136 |
-
"id": null,
|
| 1137 |
"_type": "Value"
|
| 1138 |
},
|
| 1139 |
-
"length": -1,
|
| 1140 |
-
"id": null,
|
| 1141 |
"_type": "Sequence"
|
| 1142 |
},
|
| 1143 |
"answer": {
|
| 1144 |
-
"num_classes": 4,
|
| 1145 |
"names": [
|
| 1146 |
"A",
|
| 1147 |
"B",
|
| 1148 |
"C",
|
| 1149 |
"D"
|
| 1150 |
],
|
| 1151 |
-
"id": null,
|
| 1152 |
"_type": "ClassLabel"
|
| 1153 |
}
|
| 1154 |
},
|
| 1155 |
-
"
|
| 1156 |
-
"
|
| 1157 |
-
"task_templates": null,
|
| 1158 |
-
"builder_name": "mmlu",
|
| 1159 |
"config_name": "formal_logic",
|
| 1160 |
"version": {
|
| 1161 |
"version_str": "1.0.0",
|
| 1162 |
-
"description": null,
|
| 1163 |
"major": 1,
|
| 1164 |
"minor": 0,
|
| 1165 |
"patch": 0
|
|
@@ -1167,39 +1162,32 @@
|
|
| 1167 |
"splits": {
|
| 1168 |
"auxiliary_train": {
|
| 1169 |
"name": "auxiliary_train",
|
| 1170 |
-
"num_bytes":
|
| 1171 |
"num_examples": 99842,
|
| 1172 |
-
"dataset_name":
|
| 1173 |
},
|
| 1174 |
"test": {
|
| 1175 |
"name": "test",
|
| 1176 |
-
"num_bytes":
|
| 1177 |
"num_examples": 126,
|
| 1178 |
-
"dataset_name":
|
| 1179 |
},
|
| 1180 |
"validation": {
|
| 1181 |
"name": "validation",
|
| 1182 |
-
"num_bytes":
|
| 1183 |
"num_examples": 14,
|
| 1184 |
-
"dataset_name":
|
| 1185 |
},
|
| 1186 |
"dev": {
|
| 1187 |
"name": "dev",
|
| 1188 |
-
"num_bytes":
|
| 1189 |
"num_examples": 5,
|
| 1190 |
-
"dataset_name":
|
| 1191 |
-
}
|
| 1192 |
-
},
|
| 1193 |
-
"download_checksums": {
|
| 1194 |
-
"data.tar": {
|
| 1195 |
-
"num_bytes": 166184960,
|
| 1196 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
| 1197 |
}
|
| 1198 |
},
|
| 1199 |
-
"download_size":
|
| 1200 |
-
"
|
| 1201 |
-
"
|
| 1202 |
-
"size_in_bytes": 326843975
|
| 1203 |
},
|
| 1204 |
"global_facts": {
|
| 1205 |
"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",
|
|
|
|
| 1127 |
"features": {
|
| 1128 |
"question": {
|
| 1129 |
"dtype": "string",
|
| 1130 |
+
"_type": "Value"
|
| 1131 |
+
},
|
| 1132 |
+
"subject": {
|
| 1133 |
+
"dtype": "string",
|
| 1134 |
"_type": "Value"
|
| 1135 |
},
|
| 1136 |
"choices": {
|
| 1137 |
"feature": {
|
| 1138 |
"dtype": "string",
|
|
|
|
| 1139 |
"_type": "Value"
|
| 1140 |
},
|
|
|
|
|
|
|
| 1141 |
"_type": "Sequence"
|
| 1142 |
},
|
| 1143 |
"answer": {
|
|
|
|
| 1144 |
"names": [
|
| 1145 |
"A",
|
| 1146 |
"B",
|
| 1147 |
"C",
|
| 1148 |
"D"
|
| 1149 |
],
|
|
|
|
| 1150 |
"_type": "ClassLabel"
|
| 1151 |
}
|
| 1152 |
},
|
| 1153 |
+
"builder_name": "parquet",
|
| 1154 |
+
"dataset_name": "mmlu",
|
|
|
|
|
|
|
| 1155 |
"config_name": "formal_logic",
|
| 1156 |
"version": {
|
| 1157 |
"version_str": "1.0.0",
|
|
|
|
| 1158 |
"major": 1,
|
| 1159 |
"minor": 0,
|
| 1160 |
"patch": 0
|
|
|
|
| 1162 |
"splits": {
|
| 1163 |
"auxiliary_train": {
|
| 1164 |
"name": "auxiliary_train",
|
| 1165 |
+
"num_bytes": 161000625,
|
| 1166 |
"num_examples": 99842,
|
| 1167 |
+
"dataset_name": null
|
| 1168 |
},
|
| 1169 |
"test": {
|
| 1170 |
"name": "test",
|
| 1171 |
+
"num_bytes": 51789,
|
| 1172 |
"num_examples": 126,
|
| 1173 |
+
"dataset_name": null
|
| 1174 |
},
|
| 1175 |
"validation": {
|
| 1176 |
"name": "validation",
|
| 1177 |
+
"num_bytes": 6464,
|
| 1178 |
"num_examples": 14,
|
| 1179 |
+
"dataset_name": null
|
| 1180 |
},
|
| 1181 |
"dev": {
|
| 1182 |
"name": "dev",
|
| 1183 |
+
"num_bytes": 1825,
|
| 1184 |
"num_examples": 5,
|
| 1185 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1186 |
}
|
| 1187 |
},
|
| 1188 |
+
"download_size": 47194349,
|
| 1189 |
+
"dataset_size": 161060703,
|
| 1190 |
+
"size_in_bytes": 208255052
|
|
|
|
| 1191 |
},
|
| 1192 |
"global_facts": {
|
| 1193 |
"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",
|
formal_logic/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
|
formal_logic/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31a689eb1bd0fbf2d4ad75706cd94528ef8cac81141914bba795b752f33fa65
|
| 3 |
+
size 4017
|
formal_logic/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7ff87d93c73f2cab23472197a523c78500f34a3a57bbe7b2132c8bc04e7c564
|
| 3 |
+
size 20726
|
formal_logic/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a61a06947bccf7e0cea7e8b0b13e9f5c9479f42dac3424a17dadb7dd7a8e1b30
|
| 3 |
+
size 5651
|