Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- sv
|
4 |
+
license: unknown
|
5 |
+
task_categories:
|
6 |
+
- question-answering
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
+
---
|
10 |
+
|
11 |
+
# Dataset Card for Swedish Medical Exam MCQs
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
|
15 |
+
This dataset contains multiple-choice questions from Swedish medical exams.
|
16 |
+
|
17 |
+
### Languages
|
18 |
+
|
19 |
+
The dataset is in Swedish (sv).
|
20 |
+
|
21 |
+
## Dataset Structure
|
22 |
+
|
23 |
+
Each entry in the dataset contains the following fields:
|
24 |
+
- question: The question
|
25 |
+
- options: An array of possible answers
|
26 |
+
- answer: The correct answer
|
27 |
+
- language: The language of the question (always "sv" for Swedish)
|
28 |
+
- country: The country of origin (always "Sweden")
|
29 |
+
- file_name: The original file name
|
30 |
+
- source: The source of the questions
|
31 |
+
- license: The license of the dataset
|
32 |
+
- level: The educational level (graduate)
|
33 |
+
- category_en: The category in English (Medicine)
|
34 |
+
- category_original_lang: The category in the original language (Medicin)
|
35 |
+
- original_question_num: The original question number
|
36 |
+
|
37 |
+
|
38 |
+
### Source Data
|
39 |
+
|
40 |
+
The questions were extracted from Swedish medical exam papers. Each instance in the file contains relevant information to see where the question is from.
|
41 |
+
|
42 |
+
The questions here are a collection of the Swedish medical exams between 2022-09-15 and 2024-05-21.
|
43 |
+
|
44 |
+
All questions here have been obtained from the official website of Umea University.
|
45 |
+
Link: https://www.umu.se/utbildning/sok/kunskapsprov/kunskapsprov-for-lakare/teoretiskt-delprov/
|