Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'security_studies' config data files
Browse files
README.md
CHANGED
@@ -1669,6 +1669,8 @@ dataset_info:
|
|
1669 |
features:
|
1670 |
- name: question
|
1671 |
dtype: string
|
|
|
|
|
1672 |
- name: choices
|
1673 |
sequence: string
|
1674 |
- name: answer
|
@@ -1681,19 +1683,19 @@ dataset_info:
|
|
1681 |
'3': D
|
1682 |
splits:
|
1683 |
- name: auxiliary_train
|
1684 |
-
num_bytes:
|
1685 |
num_examples: 99842
|
1686 |
- name: test
|
1687 |
-
num_bytes:
|
1688 |
num_examples: 245
|
1689 |
- name: validation
|
1690 |
-
num_bytes:
|
1691 |
num_examples: 27
|
1692 |
- name: dev
|
1693 |
-
num_bytes:
|
1694 |
num_examples: 5
|
1695 |
-
download_size:
|
1696 |
-
dataset_size:
|
1697 |
- config_name: sociology
|
1698 |
features:
|
1699 |
- name: question
|
@@ -2341,6 +2343,16 @@ configs:
|
|
2341 |
path: public_relations/validation-*
|
2342 |
- split: dev
|
2343 |
path: public_relations/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2344 |
---
|
2345 |
|
2346 |
# Dataset Card for MMLU
|
|
|
1669 |
features:
|
1670 |
- name: question
|
1671 |
dtype: string
|
1672 |
+
- name: subject
|
1673 |
+
dtype: string
|
1674 |
- name: choices
|
1675 |
sequence: string
|
1676 |
- name: answer
|
|
|
1683 |
'3': D
|
1684 |
splits:
|
1685 |
- name: auxiliary_train
|
1686 |
+
num_bytes: 161000625
|
1687 |
num_examples: 99842
|
1688 |
- name: test
|
1689 |
+
num_bytes: 209732
|
1690 |
num_examples: 245
|
1691 |
- name: validation
|
1692 |
+
num_bytes: 23165
|
1693 |
num_examples: 27
|
1694 |
- name: dev
|
1695 |
+
num_bytes: 5423
|
1696 |
num_examples: 5
|
1697 |
+
download_size: 47300997
|
1698 |
+
dataset_size: 161238945
|
1699 |
- config_name: sociology
|
1700 |
features:
|
1701 |
- name: question
|
|
|
2343 |
path: public_relations/validation-*
|
2344 |
- split: dev
|
2345 |
path: public_relations/dev-*
|
2346 |
+
- config_name: security_studies
|
2347 |
+
data_files:
|
2348 |
+
- split: auxiliary_train
|
2349 |
+
path: security_studies/auxiliary_train-*
|
2350 |
+
- split: test
|
2351 |
+
path: security_studies/test-*
|
2352 |
+
- split: validation
|
2353 |
+
path: security_studies/validation-*
|
2354 |
+
- split: dev
|
2355 |
+
path: security_studies/dev-*
|
2356 |
---
|
2357 |
|
2358 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
@@ -3647,39 +3647,34 @@
|
|
3647 |
"features": {
|
3648 |
"question": {
|
3649 |
"dtype": "string",
|
3650 |
-
"
|
|
|
|
|
|
|
3651 |
"_type": "Value"
|
3652 |
},
|
3653 |
"choices": {
|
3654 |
"feature": {
|
3655 |
"dtype": "string",
|
3656 |
-
"id": null,
|
3657 |
"_type": "Value"
|
3658 |
},
|
3659 |
-
"length": -1,
|
3660 |
-
"id": null,
|
3661 |
"_type": "Sequence"
|
3662 |
},
|
3663 |
"answer": {
|
3664 |
-
"num_classes": 4,
|
3665 |
"names": [
|
3666 |
"A",
|
3667 |
"B",
|
3668 |
"C",
|
3669 |
"D"
|
3670 |
],
|
3671 |
-
"id": null,
|
3672 |
"_type": "ClassLabel"
|
3673 |
}
|
3674 |
},
|
3675 |
-
"
|
3676 |
-
"
|
3677 |
-
"task_templates": null,
|
3678 |
-
"builder_name": "mmlu",
|
3679 |
"config_name": "security_studies",
|
3680 |
"version": {
|
3681 |
"version_str": "1.0.0",
|
3682 |
-
"description": null,
|
3683 |
"major": 1,
|
3684 |
"minor": 0,
|
3685 |
"patch": 0
|
@@ -3687,39 +3682,32 @@
|
|
3687 |
"splits": {
|
3688 |
"auxiliary_train": {
|
3689 |
"name": "auxiliary_train",
|
3690 |
-
"num_bytes":
|
3691 |
"num_examples": 99842,
|
3692 |
-
"dataset_name":
|
3693 |
},
|
3694 |
"test": {
|
3695 |
"name": "test",
|
3696 |
-
"num_bytes":
|
3697 |
"num_examples": 245,
|
3698 |
-
"dataset_name":
|
3699 |
},
|
3700 |
"validation": {
|
3701 |
"name": "validation",
|
3702 |
-
"num_bytes":
|
3703 |
"num_examples": 27,
|
3704 |
-
"dataset_name":
|
3705 |
},
|
3706 |
"dev": {
|
3707 |
"name": "dev",
|
3708 |
-
"num_bytes":
|
3709 |
"num_examples": 5,
|
3710 |
-
"dataset_name":
|
3711 |
-
}
|
3712 |
-
},
|
3713 |
-
"download_checksums": {
|
3714 |
-
"data.tar": {
|
3715 |
-
"num_bytes": 166184960,
|
3716 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
3717 |
}
|
3718 |
},
|
3719 |
-
"download_size":
|
3720 |
-
"
|
3721 |
-
"
|
3722 |
-
"size_in_bytes": 327018997
|
3723 |
},
|
3724 |
"sociology": {
|
3725 |
"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",
|
|
|
3647 |
"features": {
|
3648 |
"question": {
|
3649 |
"dtype": "string",
|
3650 |
+
"_type": "Value"
|
3651 |
+
},
|
3652 |
+
"subject": {
|
3653 |
+
"dtype": "string",
|
3654 |
"_type": "Value"
|
3655 |
},
|
3656 |
"choices": {
|
3657 |
"feature": {
|
3658 |
"dtype": "string",
|
|
|
3659 |
"_type": "Value"
|
3660 |
},
|
|
|
|
|
3661 |
"_type": "Sequence"
|
3662 |
},
|
3663 |
"answer": {
|
|
|
3664 |
"names": [
|
3665 |
"A",
|
3666 |
"B",
|
3667 |
"C",
|
3668 |
"D"
|
3669 |
],
|
|
|
3670 |
"_type": "ClassLabel"
|
3671 |
}
|
3672 |
},
|
3673 |
+
"builder_name": "parquet",
|
3674 |
+
"dataset_name": "mmlu",
|
|
|
|
|
3675 |
"config_name": "security_studies",
|
3676 |
"version": {
|
3677 |
"version_str": "1.0.0",
|
|
|
3678 |
"major": 1,
|
3679 |
"minor": 0,
|
3680 |
"patch": 0
|
|
|
3682 |
"splits": {
|
3683 |
"auxiliary_train": {
|
3684 |
"name": "auxiliary_train",
|
3685 |
+
"num_bytes": 161000625,
|
3686 |
"num_examples": 99842,
|
3687 |
+
"dataset_name": null
|
3688 |
},
|
3689 |
"test": {
|
3690 |
"name": "test",
|
3691 |
+
"num_bytes": 209732,
|
3692 |
"num_examples": 245,
|
3693 |
+
"dataset_name": null
|
3694 |
},
|
3695 |
"validation": {
|
3696 |
"name": "validation",
|
3697 |
+
"num_bytes": 23165,
|
3698 |
"num_examples": 27,
|
3699 |
+
"dataset_name": null
|
3700 |
},
|
3701 |
"dev": {
|
3702 |
"name": "dev",
|
3703 |
+
"num_bytes": 5423,
|
3704 |
"num_examples": 5,
|
3705 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
3706 |
}
|
3707 |
},
|
3708 |
+
"download_size": 47300997,
|
3709 |
+
"dataset_size": 161238945,
|
3710 |
+
"size_in_bytes": 208539942
|
|
|
3711 |
},
|
3712 |
"sociology": {
|
3713 |
"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",
|
security_studies/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
|
security_studies/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3873ab223394987efa99ff0891e9b0ff46bf3c38db3d4a9aaf444f367c5f15ed
|
3 |
+
size 6585
|
security_studies/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36d1b77d713672a7bead419e80122ac2f5b8fe7f012ece3db78f1be30b82cb9c
|
3 |
+
size 113161
|
security_studies/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3a97a75b7e8e9f2ac066cdb989c05798bbd2fa8c48c71d8b9f8876b6a342bac
|
3 |
+
size 17296
|