Datasets:

Modalities:
Text
Formats:
json
Languages:
Polish
ArXiv:
Libraries:
Datasets
pandas
kubapok commited on
Commit
5249194
·
verified ·
1 Parent(s): ec9e1f1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - pl
4
+ task_categories:
5
+ - question-answering
6
+ tags:
7
+ - medical
8
+ ---
9
+ # Dataset Card for medical-exams-PES-PL-2007-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 Polish Board Certification Examinations from the years 22007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2023, 2024.
25
+
26
+ The Państwowy Egzamin Specjalizacyjny (PES), which translates to English as Polish
27
+ Board Certification Exam in English, serves as a crucial assessment for medical
28
+ practitioners in Poland, marking the culmination of their specialization process. It is
29
+ composed of two parts: a written test with multiple-choice questions and an oral
30
+ examination. Its primary objective is to evaluate the proficiency and expertise acquired
31
+ during specialized training. The successful completion of the PES, in conjunction with
32
+ the requisite courses and qualifying training periods, is obligatory for medical doctors in
33
+ Poland to gain official recognition as specialists in their respective fields, thereby
34
+ granting them the autonomy to practice their specialty independently.
35
+
36
+
37
+ The dataset was scraped from https://www.cem.edu.pl/.
38
+ 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.
39
+
40
+ We do not own the rights to this dataset; We processed it and published it here.