hynky HF staff commited on
Commit
bbe2c7b
1 Parent(s): cb1cbd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -32,10 +32,22 @@ configs:
32
  path: data/train-*
33
  ---
34
 
35
- - The dataset has been gather from assigments of Klokánek competition from 2004-2022.
36
  - I have done rule based filtering to filter-out picture related assigments
37
- - The category denote the difficulty of the task, please
38
- - The difficulty should range from elementary school to high school.
39
  - If you find an error in solution or find that the assigment is unsolvable, please contact me.
40
  - If you have any question please contact me at kydlicek.hynek@gmail.com
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
 
32
  path: data/train-*
33
  ---
34
 
35
+ - The dataset has been gather from assigments of (Klokánek)[https://matematickyklokan.net/] competition from 2004-2022.
36
  - I have done rule based filtering to filter-out picture related assigments
37
+ - 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.
 
38
  - If you find an error in solution or find that the assigment is unsolvable, please contact me.
39
  - If you have any question please contact me at kydlicek.hynek@gmail.com
40
+ - The dataset is realesed under non-comercial licence CC BY-NC-SA
41
+
42
+
43
+ Cite:
44
+ ```
45
+ @misc{klokanek-dataset,
46
+ author = {Hynek Kydlíček, David Nocar et al.},
47
+ title = {Klokánek dataset},
48
+ year = {2023},
49
+ publisher = {Hynek Kydlíček},
50
+ howpublished = "\url{https://huggingface.co/datasets/hynky/klokan-qa}"
51
+ }
52
+ ```
53