Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,39 +1,80 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: language
|
5 |
-
dtype: string
|
6 |
-
- name: country
|
7 |
-
dtype: string
|
8 |
-
- name: file_name
|
9 |
-
dtype: string
|
10 |
-
- name: source
|
11 |
-
dtype: string
|
12 |
-
- name: license
|
13 |
-
dtype: string
|
14 |
-
- name: level
|
15 |
-
dtype: string
|
16 |
-
- name: category_en
|
17 |
-
dtype: string
|
18 |
-
- name: category_original_lang
|
19 |
-
dtype: string
|
20 |
-
- name: original_question_num
|
21 |
-
dtype: string
|
22 |
-
- name: question
|
23 |
-
dtype: string
|
24 |
-
- name: options
|
25 |
-
sequence: string
|
26 |
-
- name: answer
|
27 |
-
dtype: string
|
28 |
-
splits:
|
29 |
-
- name: train
|
30 |
-
num_bytes: 725425
|
31 |
-
num_examples: 1006
|
32 |
-
download_size: 311421
|
33 |
-
dataset_size: 725425
|
34 |
-
configs:
|
35 |
-
- config_name: default
|
36 |
-
data_files:
|
37 |
-
- split: train
|
38 |
-
path: data/train-*
|
39 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: language
|
5 |
+
dtype: string
|
6 |
+
- name: country
|
7 |
+
dtype: string
|
8 |
+
- name: file_name
|
9 |
+
dtype: string
|
10 |
+
- name: source
|
11 |
+
dtype: string
|
12 |
+
- name: license
|
13 |
+
dtype: string
|
14 |
+
- name: level
|
15 |
+
dtype: string
|
16 |
+
- name: category_en
|
17 |
+
dtype: string
|
18 |
+
- name: category_original_lang
|
19 |
+
dtype: string
|
20 |
+
- name: original_question_num
|
21 |
+
dtype: string
|
22 |
+
- name: question
|
23 |
+
dtype: string
|
24 |
+
- name: options
|
25 |
+
sequence: string
|
26 |
+
- name: answer
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 725425
|
31 |
+
num_examples: 1006
|
32 |
+
download_size: 311421
|
33 |
+
dataset_size: 725425
|
34 |
+
configs:
|
35 |
+
- config_name: default
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: data/train-*
|
39 |
+
---
|
40 |
+
---
|
41 |
+
language:
|
42 |
+
- sv
|
43 |
+
license: unknown
|
44 |
+
---
|
45 |
+
|
46 |
+
# Dataset Card for Swedish Medical Exam MCQs
|
47 |
+
|
48 |
+
## Dataset Description
|
49 |
+
|
50 |
+
This dataset contains multiple-choice questions from Swedish medical exams.
|
51 |
+
|
52 |
+
### Languages
|
53 |
+
|
54 |
+
The dataset is in Swedish (sv).
|
55 |
+
|
56 |
+
## Dataset Structure
|
57 |
+
|
58 |
+
Each entry in the dataset contains the following fields:
|
59 |
+
- question: The question
|
60 |
+
- options: An array of possible answers
|
61 |
+
- answer: The correct answer
|
62 |
+
- language: The language of the question (always "sv" for Swedish)
|
63 |
+
- country: The country of origin (always "Sweden")
|
64 |
+
- file_name: The original file name
|
65 |
+
- source: The source of the questions
|
66 |
+
- license: The license of the dataset
|
67 |
+
- level: The educational level (graduate)
|
68 |
+
- category_en: The category in English (Medicine)
|
69 |
+
- category_original_lang: The category in the original language (Medicin)
|
70 |
+
- original_question_num: The original question number
|
71 |
+
|
72 |
+
|
73 |
+
### Source Data
|
74 |
+
|
75 |
+
The questions were extracted from Swedish medical exam papers. Each instance in the file contains relevant information to see where the question is from.
|
76 |
+
|
77 |
+
The questions here are a collection of the Swedish medical exams between 2022-09-15 and 2024-05-21.
|
78 |
+
|
79 |
+
All questions here have been obtained from the official website of Umea University.
|
80 |
+
Link: https://www.umu.se/utbildning/sok/kunskapsprov/kunskapsprov-for-lakare/teoretiskt-delprov/
|