Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'moral_scenarios' config data files
Browse files
README.md
CHANGED
@@ -1390,6 +1390,8 @@ dataset_info:
|
|
1390 |
features:
|
1391 |
- name: question
|
1392 |
dtype: string
|
|
|
|
|
1393 |
- name: choices
|
1394 |
sequence: string
|
1395 |
- name: answer
|
@@ -1402,19 +1404,19 @@ dataset_info:
|
|
1402 |
'3': D
|
1403 |
splits:
|
1404 |
- name: auxiliary_train
|
1405 |
-
num_bytes:
|
1406 |
num_examples: 99842
|
1407 |
- name: test
|
1408 |
-
num_bytes:
|
1409 |
num_examples: 895
|
1410 |
- name: validation
|
1411 |
-
num_bytes:
|
1412 |
num_examples: 100
|
1413 |
- name: dev
|
1414 |
-
num_bytes:
|
1415 |
num_examples: 5
|
1416 |
-
download_size:
|
1417 |
-
dataset_size:
|
1418 |
- config_name: nutrition
|
1419 |
features:
|
1420 |
- name: question
|
@@ -2233,6 +2235,16 @@ configs:
|
|
2233 |
path: moral_disputes/validation-*
|
2234 |
- split: dev
|
2235 |
path: moral_disputes/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2236 |
---
|
2237 |
|
2238 |
# Dataset Card for MMLU
|
|
|
1390 |
features:
|
1391 |
- name: question
|
1392 |
dtype: string
|
1393 |
+
- name: subject
|
1394 |
+
dtype: string
|
1395 |
- name: choices
|
1396 |
sequence: string
|
1397 |
- name: answer
|
|
|
1404 |
'3': D
|
1405 |
splits:
|
1406 |
- name: auxiliary_train
|
1407 |
+
num_bytes: 161000625
|
1408 |
num_examples: 99842
|
1409 |
- name: test
|
1410 |
+
num_bytes: 391019
|
1411 |
num_examples: 895
|
1412 |
- name: validation
|
1413 |
+
num_bytes: 44226
|
1414 |
num_examples: 100
|
1415 |
- name: dev
|
1416 |
+
num_bytes: 2141
|
1417 |
num_examples: 5
|
1418 |
+
download_size: 47270775
|
1419 |
+
dataset_size: 161438011
|
1420 |
- config_name: nutrition
|
1421 |
features:
|
1422 |
- name: question
|
|
|
2235 |
path: moral_disputes/validation-*
|
2236 |
- split: dev
|
2237 |
path: moral_disputes/dev-*
|
2238 |
+
- config_name: moral_scenarios
|
2239 |
+
data_files:
|
2240 |
+
- split: auxiliary_train
|
2241 |
+
path: moral_scenarios/auxiliary_train-*
|
2242 |
+
- split: test
|
2243 |
+
path: moral_scenarios/test-*
|
2244 |
+
- split: validation
|
2245 |
+
path: moral_scenarios/validation-*
|
2246 |
+
- split: dev
|
2247 |
+
path: moral_scenarios/dev-*
|
2248 |
---
|
2249 |
|
2250 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
@@ -3017,39 +3017,34 @@
|
|
3017 |
"features": {
|
3018 |
"question": {
|
3019 |
"dtype": "string",
|
3020 |
-
"
|
|
|
|
|
|
|
3021 |
"_type": "Value"
|
3022 |
},
|
3023 |
"choices": {
|
3024 |
"feature": {
|
3025 |
"dtype": "string",
|
3026 |
-
"id": null,
|
3027 |
"_type": "Value"
|
3028 |
},
|
3029 |
-
"length": -1,
|
3030 |
-
"id": null,
|
3031 |
"_type": "Sequence"
|
3032 |
},
|
3033 |
"answer": {
|
3034 |
-
"num_classes": 4,
|
3035 |
"names": [
|
3036 |
"A",
|
3037 |
"B",
|
3038 |
"C",
|
3039 |
"D"
|
3040 |
],
|
3041 |
-
"id": null,
|
3042 |
"_type": "ClassLabel"
|
3043 |
}
|
3044 |
},
|
3045 |
-
"
|
3046 |
-
"
|
3047 |
-
"task_templates": null,
|
3048 |
-
"builder_name": "mmlu",
|
3049 |
"config_name": "moral_scenarios",
|
3050 |
"version": {
|
3051 |
"version_str": "1.0.0",
|
3052 |
-
"description": null,
|
3053 |
"major": 1,
|
3054 |
"minor": 0,
|
3055 |
"patch": 0
|
@@ -3057,39 +3052,32 @@
|
|
3057 |
"splits": {
|
3058 |
"auxiliary_train": {
|
3059 |
"name": "auxiliary_train",
|
3060 |
-
"num_bytes":
|
3061 |
"num_examples": 99842,
|
3062 |
-
"dataset_name":
|
3063 |
},
|
3064 |
"test": {
|
3065 |
"name": "test",
|
3066 |
-
"num_bytes":
|
3067 |
"num_examples": 895,
|
3068 |
-
"dataset_name":
|
3069 |
},
|
3070 |
"validation": {
|
3071 |
"name": "validation",
|
3072 |
-
"num_bytes":
|
3073 |
"num_examples": 100,
|
3074 |
-
"dataset_name":
|
3075 |
},
|
3076 |
"dev": {
|
3077 |
"name": "dev",
|
3078 |
-
"num_bytes":
|
3079 |
"num_examples": 5,
|
3080 |
-
"dataset_name":
|
3081 |
-
}
|
3082 |
-
},
|
3083 |
-
"download_checksums": {
|
3084 |
-
"data.tar": {
|
3085 |
-
"num_bytes": 166184960,
|
3086 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
3087 |
}
|
3088 |
},
|
3089 |
-
"download_size":
|
3090 |
-
"
|
3091 |
-
"
|
3092 |
-
"size_in_bytes": 327204603
|
3093 |
},
|
3094 |
"nutrition": {
|
3095 |
"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",
|
|
|
3017 |
"features": {
|
3018 |
"question": {
|
3019 |
"dtype": "string",
|
3020 |
+
"_type": "Value"
|
3021 |
+
},
|
3022 |
+
"subject": {
|
3023 |
+
"dtype": "string",
|
3024 |
"_type": "Value"
|
3025 |
},
|
3026 |
"choices": {
|
3027 |
"feature": {
|
3028 |
"dtype": "string",
|
|
|
3029 |
"_type": "Value"
|
3030 |
},
|
|
|
|
|
3031 |
"_type": "Sequence"
|
3032 |
},
|
3033 |
"answer": {
|
|
|
3034 |
"names": [
|
3035 |
"A",
|
3036 |
"B",
|
3037 |
"C",
|
3038 |
"D"
|
3039 |
],
|
|
|
3040 |
"_type": "ClassLabel"
|
3041 |
}
|
3042 |
},
|
3043 |
+
"builder_name": "parquet",
|
3044 |
+
"dataset_name": "mmlu",
|
|
|
|
|
3045 |
"config_name": "moral_scenarios",
|
3046 |
"version": {
|
3047 |
"version_str": "1.0.0",
|
|
|
3048 |
"major": 1,
|
3049 |
"minor": 0,
|
3050 |
"patch": 0
|
|
|
3052 |
"splits": {
|
3053 |
"auxiliary_train": {
|
3054 |
"name": "auxiliary_train",
|
3055 |
+
"num_bytes": 161000625,
|
3056 |
"num_examples": 99842,
|
3057 |
+
"dataset_name": null
|
3058 |
},
|
3059 |
"test": {
|
3060 |
"name": "test",
|
3061 |
+
"num_bytes": 391019,
|
3062 |
"num_examples": 895,
|
3063 |
+
"dataset_name": null
|
3064 |
},
|
3065 |
"validation": {
|
3066 |
"name": "validation",
|
3067 |
+
"num_bytes": 44226,
|
3068 |
"num_examples": 100,
|
3069 |
+
"dataset_name": null
|
3070 |
},
|
3071 |
"dev": {
|
3072 |
"name": "dev",
|
3073 |
+
"num_bytes": 2141,
|
3074 |
"num_examples": 5,
|
3075 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
3076 |
}
|
3077 |
},
|
3078 |
+
"download_size": 47270775,
|
3079 |
+
"dataset_size": 161438011,
|
3080 |
+
"size_in_bytes": 208708786
|
|
|
3081 |
},
|
3082 |
"nutrition": {
|
3083 |
"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",
|
moral_scenarios/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
|
moral_scenarios/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0add5d0bfc4a623c345c487ffd41279e2244fd47a59abb2730ed4c29179bf9db
|
3 |
+
size 4151
|
moral_scenarios/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa864f068a047edc050b20cddd4d5f53f5b14a8634b6cc386e9924668dc77d40
|
3 |
+
size 88761
|
moral_scenarios/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a598c97467fa0b717f24f6a00ea3c6e4e8f0012f5248b1beb21f178b1d1438c
|
3 |
+
size 13908
|