Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
task_categories:
|
5 |
+
- question-answering
|
6 |
+
tags:
|
7 |
+
- medical
|
8 |
+
---
|
9 |
+
# Dataset Card for medical-exams-LDEK-EN-2013-2024
|
10 |
+
|
11 |
+
## Dataset Description
|
12 |
+
|
13 |
+
This is a dataset used and described in:
|
14 |
+
```
|
15 |
+
@article{grzybowski2024polish,
|
16 |
+
title={Polish medical exams: A new dataset for cross-lingual medical knowledge transfer assessment},
|
17 |
+
author={Grzybowski, {\L}ukasz and Pokrywka, Jakub and Ciesi{\'o}{\l}ka, Micha{\l} and Kaczmarek, Jeremi I and Kubis, Marek},
|
18 |
+
journal={arXiv preprint arXiv:2412.00559},
|
19 |
+
year={2024}
|
20 |
+
}
|
21 |
+
```
|
22 |
+
Please cite this paper if you use this dataset.
|
23 |
+
|
24 |
+
This dataset is Medical Dental Final Examination (Lekarsko-Dentystyczny Egzamin Końcowy, LDEK) from the years 2013, 2014, 2015, 2020, 2021, 2022, 2023, 2024
|
25 |
+
|
26 |
+
This dataset is in English. Humans translated it from Polish in the examination center (CEM).
|
27 |
+
|
28 |
+
The LDEK is a mandatory exam for individuals who have completed dental studies (dentistry) in Poland and wish to obtain a license to practice as a dentist. The exam evaluates the knowledge and skills expected of a dental practitioner, covering topics such as conservative dentistry, oral surgery, orthodontics, prosthetics, pediatric dentistry, and periodontology.
|
29 |
+
|
30 |
+
The dataset was scraped from https://www.cem.edu.pl/.
|
31 |
+
We processed them into a convenient JSON format. It's important to note that not all examples from the links were used. We excluded questions with images and marked as outdated.
|
32 |
+
|
33 |
+
We do not own the rights to this dataset; We processed it and published it here.
|