File size: 4,015 Bytes
9432698 c429e49 9432698 ee29a45 9432698 ee29a45 9dd1f96 80781c2 b3e4959 22e3394 a967dfa c429e49 9432698 ee29a45 9dd1f96 80781c2 b3e4959 22e3394 a967dfa c429e49 9432698 d77f0dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
---
dataset_info:
- config_name: biology
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: test
num_bytes: 14064
num_examples: 100
download_size: 13110
dataset_size: 14064
- config_name: chemistry
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: train
num_bytes: 13519.57142857143
num_examples: 100
download_size: 11312
dataset_size: 13519.57142857143
- config_name: czech
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: train
num_bytes: 13519.57142857143
num_examples: 100
download_size: 10164
dataset_size: 13519.57142857143
- config_name: history
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: train
num_bytes: 13519.57142857143
num_examples: 100
download_size: 12597
dataset_size: 13519.57142857143
- config_name: informatics
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: train
num_bytes: 13519.57142857143
num_examples: 100
download_size: 13545
dataset_size: 13519.57142857143
- config_name: math
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: train
num_bytes: 13519.57142857143
num_examples: 100
download_size: 9588
dataset_size: 13519.57142857143
- config_name: physics
features:
- name: subject
dtype: string
- name: topic
dtype: string
- name: grade
dtype: int64
- name: question
dtype: string
- name: correct_answer
dtype: string
- name: A
dtype: string
- name: B
dtype: string
splits:
- name: train
num_bytes: 13519.57142857143
num_examples: 100
download_size: 11692
dataset_size: 13519.57142857143
configs:
- config_name: biology
data_files:
- split: test
path: biology/test-*
- config_name: chemistry
data_files:
- split: train
path: chemistry/train-*
- config_name: czech
data_files:
- split: train
path: czech/train-*
- config_name: history
data_files:
- split: train
path: history/train-*
- config_name: informatics
data_files:
- split: train
path: informatics/train-*
- config_name: math
data_files:
- split: train
path: math/train-*
- config_name: physics
data_files:
- split: train
path: physics/train-*
---
task_categories:
- question-answering
language:
- cs
size_categories:
- n<1K
---
# Dataset Card for umimeto
<!-- Provide a quick summary of the dataset. -->
This dataset offers selected questions from the https://www.umimeto.org/ project
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** https://nlp.fi.muni.cz/
- **Language(s) (NLP):** cs
- **License:** non-commercial, for LLM benchmarking purposes
## Dataset Card Contact
Ales Horak <llm@nlp.fi.muni.cz>
|