Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- cs
|
4 |
+
pretty_name: Cermat Math Multichoice
|
5 |
+
---
|
6 |
+
|
7 |
+
## Introduction
|
8 |
+
The **Cermat Math Multichoice** dataset was collected from assignments official CERMAT website. The dataset was collected from three tiers of assignments: 6 year, 9 year primary school test and final high school tests (so-called maturita).
|
9 |
+
The assignments were semi-manually extracted from official PDFs available at [CERMAT's website](https://maturita.cermat.cz/menu/testy-a-zadani-z-predchozich-obdobi/matematika/testy-a-zadani-matematika).
|
10 |
+
|
11 |
+
## Licensing and Credits
|
12 |
+
The majority of collection work was done by our student co-worker Jan Kapsa.
|
13 |
+
Members of CZLC does not own the test assignments, neither are responsible for their contents.
|
14 |
+
|
15 |
+
## Citation
|
16 |
+
```bibtex
|
17 |
+
@misc{kapsa2024cermatqa,
|
18 |
+
author = {Jan Kapsa and Martin Fajčík and Pavel Smrž and Michal Hradiš},
|
19 |
+
title = {CermatQA: A Benchmark for Czech Language Understanding and for Reasoning on Czech Math Assignments},
|
20 |
+
year = {2024},
|
21 |
+
howpublished = {\url{https://huggingface.co/datasets/CZLC/cermat_czech_open},
|
22 |
+
\url{https://huggingface.co/datasets/CZLC/cermat_math_open},
|
23 |
+
\url{https://huggingface.co/datasets/CZLC/cermat_czech_tf},
|
24 |
+
\url{https://huggingface.co/datasets/CZLC/cermat_czech_mc},
|
25 |
+
\url{https://huggingface.co/datasets/CZLC/cermat_math_mc}},
|
26 |
+
note = {Dataset published on Hugging Face}
|
27 |
+
}
|
28 |
+
```
|