File size: 2,882 Bytes
a35d029
ed65f8d
 
 
 
 
 
 
 
a35d029
9bb5775
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86448ad
 
 
5695dee
 
 
 
 
9bb5775
a35d029
 
 
 
 
 
 
 
 
cec88fa
 
 
 
 
 
 
 
 
ed65f8d
a35d029
 
cec88fa
ed65f8d
cec88fa
 
ab8be72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3f7a29c
 
 
c6a88ac
 
 
 
 
a35d029
9bb5775
 
 
 
86448ad
 
a35d029
 
 
 
ab8be72
 
 
 
3f7a29c
 
a35d029
d0de2ba
7163759
d0de2ba
bbe2c7b
d0de2ba
 
bbe2c7b
 
 
 
 
 
 
 
 
 
f9fa6dc
8d3372a
bbe2c7b
 
f9fa6dc
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
---
language:
- cs
license: cc
size_categories:
- n<1K
task_categories:
- question-answering
pretty_name: KLOKAN - Czech matehmatical dataset
dataset_info:
- config_name: balanced
  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: test
    num_bytes: 206683
    num_examples: 807
  - name: train
    num_bytes: 208050
    num_examples: 813
  download_size: 256943
  dataset_size: 414733
- config_name: default
  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
- config_name: unbalanced
  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: test
    num_bytes: 206683
    num_examples: 807
  - name: train
    num_bytes: 208050
    num_examples: 813
  download_size: 255194
  dataset_size: 414733
configs:
- config_name: balanced
  data_files:
  - split: train
    path: balanced/train-*
  - split: test
    path: balanced/test-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
- config_name: unbalanced
  data_files:
  - split: train
    path: unbalanced/train-*
  - split: test
    path: unbalanced/test-*
---

- 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},
  doi       = { 10.57967/hf/1608 },
  url = {https://matematickyklokan.net/}
  howpublished = "\url{https://huggingface.co/datasets/hynky/klokan-qa}"
}
```