klokan-qa / README.md
hynky's picture
hynky HF Staff
Upload dataset
cec88fa verified
|
raw
history blame
1.58 kB
metadata
language:
  - cs
license: cc
size_categories:
  - n<1K
task_categories:
  - question-answering
pretty_name: KLOKAN - Czech matehmatical dataset
dataset_info:
  features:
    - name: question
      dtype: string
    - name: correct_answer
      dtype: string
    - name: category
      dtype: int64
    - name: year
      dtype: int64
    - name: A
      dtype: string
    - name: B
      dtype: string
    - name: C
      dtype: string
    - name: D
      dtype: string
    - name: E
      dtype: string
  splits:
    - name: train
      num_bytes: 208050
      num_examples: 813
  download_size: 125899
  dataset_size: 208050
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
  • The dataset has been gather from assigments of Klokánek 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 [email protected]
  • 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},
  doi       = { 10.57967/hf/1608 },
  url = {https://matematickyklokan.net/}
  howpublished = "\url{https://huggingface.co/datasets/hynky/klokan-qa}"
}