klokan-qa / README.md
hynky's picture
hynky HF staff
Update README.md
7163759 verified
|
raw
history blame
No virus
1.41 kB
---
dataset_info:
features:
- name: question
dtype: string
- name: answers.A
dtype: string
- name: answers.B
dtype: string
- name: answers.C
dtype: string
- name: answers.D
dtype: string
- name: answers.E
dtype: string
- name: correct_answer
dtype: string
- name: category
dtype: int64
- name: year
dtype: int64
splits:
- name: train
num_bytes: 211043
num_examples: 829
download_size: 126479
dataset_size: 211043
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
- The dataset has been gather from assigments of [Klokánek](https://matematickyklokan.net/) competition from 2004-2022.
- I have done rule based filtering to filter-out picture related assigments
- The category denote the difficulty of the task, the range is elementary school to high-school. Check example test from Klokánek for more information.
- If you find an error in solution or find that the assigment is unsolvable, please contact me.
- If you have any question please contact me at kydlicek.hynek@gmail.com
- The dataset is realesed under non-comercial licence CC BY-NC-SA
Cite:
```
@misc{klokanek-dataset,
author = {Hynek Kydlíček, David Nocar et al.},
title = {Klokánek dataset},
year = {2023},
publisher = {Hynek Kydlíček},
howpublished = "\url{https://huggingface.co/datasets/hynky/klokan-qa}"
}
```