Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
1M - 10M
ArXiv:
License:
Add 'high_school_microeconomics' config data files
Browse files- README.md +18 -6
- dataset_infos.json +17 -29
- high_school_microeconomics/auxiliary_train-00000-of-00001.parquet +3 -0
- high_school_microeconomics/dev-00000-of-00001.parquet +3 -0
- high_school_microeconomics/test-00000-of-00001.parquet +3 -0
- high_school_microeconomics/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -863,6 +863,8 @@ dataset_info:
|
|
| 863 |
features:
|
| 864 |
- name: question
|
| 865 |
dtype: string
|
|
|
|
|
|
|
| 866 |
- name: choices
|
| 867 |
sequence: string
|
| 868 |
- name: answer
|
|
@@ -875,19 +877,19 @@ dataset_info:
|
|
| 875 |
'3': D
|
| 876 |
splits:
|
| 877 |
- name: auxiliary_train
|
| 878 |
-
num_bytes:
|
| 879 |
num_examples: 99842
|
| 880 |
- name: test
|
| 881 |
-
num_bytes:
|
| 882 |
num_examples: 238
|
| 883 |
- name: validation
|
| 884 |
-
num_bytes:
|
| 885 |
num_examples: 26
|
| 886 |
- name: dev
|
| 887 |
-
num_bytes:
|
| 888 |
num_examples: 5
|
| 889 |
-
download_size:
|
| 890 |
-
dataset_size:
|
| 891 |
- config_name: high_school_physics
|
| 892 |
features:
|
| 893 |
- name: question
|
|
@@ -2029,6 +2031,16 @@ configs:
|
|
| 2029 |
path: high_school_mathematics/validation-*
|
| 2030 |
- split: dev
|
| 2031 |
path: high_school_mathematics/dev-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2032 |
---
|
| 2033 |
|
| 2034 |
# Dataset Card for MMLU
|
|
|
|
| 863 |
features:
|
| 864 |
- name: question
|
| 865 |
dtype: string
|
| 866 |
+
- name: subject
|
| 867 |
+
dtype: string
|
| 868 |
- name: choices
|
| 869 |
sequence: string
|
| 870 |
- name: answer
|
|
|
|
| 877 |
'3': D
|
| 878 |
splits:
|
| 879 |
- name: auxiliary_train
|
| 880 |
+
num_bytes: 161000625
|
| 881 |
num_examples: 99842
|
| 882 |
- name: test
|
| 883 |
+
num_bytes: 82831
|
| 884 |
num_examples: 238
|
| 885 |
- name: validation
|
| 886 |
+
num_bytes: 8321
|
| 887 |
num_examples: 26
|
| 888 |
- name: dev
|
| 889 |
+
num_bytes: 1436
|
| 890 |
num_examples: 5
|
| 891 |
+
download_size: 47212056
|
| 892 |
+
dataset_size: 161093213
|
| 893 |
- config_name: high_school_physics
|
| 894 |
features:
|
| 895 |
- name: question
|
|
|
|
| 2031 |
path: high_school_mathematics/validation-*
|
| 2032 |
- split: dev
|
| 2033 |
path: high_school_mathematics/dev-*
|
| 2034 |
+
- config_name: high_school_microeconomics
|
| 2035 |
+
data_files:
|
| 2036 |
+
- split: auxiliary_train
|
| 2037 |
+
path: high_school_microeconomics/auxiliary_train-*
|
| 2038 |
+
- split: test
|
| 2039 |
+
path: high_school_microeconomics/test-*
|
| 2040 |
+
- split: validation
|
| 2041 |
+
path: high_school_microeconomics/validation-*
|
| 2042 |
+
- split: dev
|
| 2043 |
+
path: high_school_microeconomics/dev-*
|
| 2044 |
---
|
| 2045 |
|
| 2046 |
# Dataset Card for MMLU
|
dataset_infos.json
CHANGED
|
@@ -1827,39 +1827,34 @@
|
|
| 1827 |
"features": {
|
| 1828 |
"question": {
|
| 1829 |
"dtype": "string",
|
| 1830 |
-
"
|
|
|
|
|
|
|
|
|
|
| 1831 |
"_type": "Value"
|
| 1832 |
},
|
| 1833 |
"choices": {
|
| 1834 |
"feature": {
|
| 1835 |
"dtype": "string",
|
| 1836 |
-
"id": null,
|
| 1837 |
"_type": "Value"
|
| 1838 |
},
|
| 1839 |
-
"length": -1,
|
| 1840 |
-
"id": null,
|
| 1841 |
"_type": "Sequence"
|
| 1842 |
},
|
| 1843 |
"answer": {
|
| 1844 |
-
"num_classes": 4,
|
| 1845 |
"names": [
|
| 1846 |
"A",
|
| 1847 |
"B",
|
| 1848 |
"C",
|
| 1849 |
"D"
|
| 1850 |
],
|
| 1851 |
-
"id": null,
|
| 1852 |
"_type": "ClassLabel"
|
| 1853 |
}
|
| 1854 |
},
|
| 1855 |
-
"
|
| 1856 |
-
"
|
| 1857 |
-
"task_templates": null,
|
| 1858 |
-
"builder_name": "mmlu",
|
| 1859 |
"config_name": "high_school_microeconomics",
|
| 1860 |
"version": {
|
| 1861 |
"version_str": "1.0.0",
|
| 1862 |
-
"description": null,
|
| 1863 |
"major": 1,
|
| 1864 |
"minor": 0,
|
| 1865 |
"patch": 0
|
|
@@ -1867,39 +1862,32 @@
|
|
| 1867 |
"splits": {
|
| 1868 |
"auxiliary_train": {
|
| 1869 |
"name": "auxiliary_train",
|
| 1870 |
-
"num_bytes":
|
| 1871 |
"num_examples": 99842,
|
| 1872 |
-
"dataset_name":
|
| 1873 |
},
|
| 1874 |
"test": {
|
| 1875 |
"name": "test",
|
| 1876 |
-
"num_bytes":
|
| 1877 |
"num_examples": 238,
|
| 1878 |
-
"dataset_name":
|
| 1879 |
},
|
| 1880 |
"validation": {
|
| 1881 |
"name": "validation",
|
| 1882 |
-
"num_bytes":
|
| 1883 |
"num_examples": 26,
|
| 1884 |
-
"dataset_name":
|
| 1885 |
},
|
| 1886 |
"dev": {
|
| 1887 |
"name": "dev",
|
| 1888 |
-
"num_bytes":
|
| 1889 |
"num_examples": 5,
|
| 1890 |
-
"dataset_name":
|
| 1891 |
-
}
|
| 1892 |
-
},
|
| 1893 |
-
"download_checksums": {
|
| 1894 |
-
"data.tar": {
|
| 1895 |
-
"num_bytes": 166184960,
|
| 1896 |
-
"checksum": "bec563ba4bac1d6aaf04141cd7d1605d7a5ca833e38f994051e818489592989b"
|
| 1897 |
}
|
| 1898 |
},
|
| 1899 |
-
"download_size":
|
| 1900 |
-
"
|
| 1901 |
-
"
|
| 1902 |
-
"size_in_bytes": 326870735
|
| 1903 |
},
|
| 1904 |
"high_school_physics": {
|
| 1905 |
"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",
|
|
|
|
| 1827 |
"features": {
|
| 1828 |
"question": {
|
| 1829 |
"dtype": "string",
|
| 1830 |
+
"_type": "Value"
|
| 1831 |
+
},
|
| 1832 |
+
"subject": {
|
| 1833 |
+
"dtype": "string",
|
| 1834 |
"_type": "Value"
|
| 1835 |
},
|
| 1836 |
"choices": {
|
| 1837 |
"feature": {
|
| 1838 |
"dtype": "string",
|
|
|
|
| 1839 |
"_type": "Value"
|
| 1840 |
},
|
|
|
|
|
|
|
| 1841 |
"_type": "Sequence"
|
| 1842 |
},
|
| 1843 |
"answer": {
|
|
|
|
| 1844 |
"names": [
|
| 1845 |
"A",
|
| 1846 |
"B",
|
| 1847 |
"C",
|
| 1848 |
"D"
|
| 1849 |
],
|
|
|
|
| 1850 |
"_type": "ClassLabel"
|
| 1851 |
}
|
| 1852 |
},
|
| 1853 |
+
"builder_name": "parquet",
|
| 1854 |
+
"dataset_name": "mmlu",
|
|
|
|
|
|
|
| 1855 |
"config_name": "high_school_microeconomics",
|
| 1856 |
"version": {
|
| 1857 |
"version_str": "1.0.0",
|
|
|
|
| 1858 |
"major": 1,
|
| 1859 |
"minor": 0,
|
| 1860 |
"patch": 0
|
|
|
|
| 1862 |
"splits": {
|
| 1863 |
"auxiliary_train": {
|
| 1864 |
"name": "auxiliary_train",
|
| 1865 |
+
"num_bytes": 161000625,
|
| 1866 |
"num_examples": 99842,
|
| 1867 |
+
"dataset_name": null
|
| 1868 |
},
|
| 1869 |
"test": {
|
| 1870 |
"name": "test",
|
| 1871 |
+
"num_bytes": 82831,
|
| 1872 |
"num_examples": 238,
|
| 1873 |
+
"dataset_name": null
|
| 1874 |
},
|
| 1875 |
"validation": {
|
| 1876 |
"name": "validation",
|
| 1877 |
+
"num_bytes": 8321,
|
| 1878 |
"num_examples": 26,
|
| 1879 |
+
"dataset_name": null
|
| 1880 |
},
|
| 1881 |
"dev": {
|
| 1882 |
"name": "dev",
|
| 1883 |
+
"num_bytes": 1436,
|
| 1884 |
"num_examples": 5,
|
| 1885 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1886 |
}
|
| 1887 |
},
|
| 1888 |
+
"download_size": 47212056,
|
| 1889 |
+
"dataset_size": 161093213,
|
| 1890 |
+
"size_in_bytes": 208305269
|
|
|
|
| 1891 |
},
|
| 1892 |
"high_school_physics": {
|
| 1893 |
"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",
|
high_school_microeconomics/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
|
high_school_microeconomics/dev-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7bb78f8707f58cd05ebdcb0711be913105971b1406131974ff9ba912c2c3d49
|
| 3 |
+
size 3321
|
high_school_microeconomics/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b04ab5c1b483350c454d25aadeccc99ec3f6f26e31bb17d3560fb15c9a4afd4d
|
| 3 |
+
size 38144
|
high_school_microeconomics/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27872cc6d251dfb5b2a644520205ab4248b1ed1d5fc6a6f2d0e37b2519a76080
|
| 3 |
+
size 6636
|