serhany commited on
Commit
311676a
1 Parent(s): 3721a8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -41
README.md CHANGED
@@ -1,41 +1,24 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: language
5
- dtype: string
6
- - name: category_en
7
- dtype: string
8
- - name: category_original_lang
9
- dtype: string
10
- - name: level
11
- dtype: string
12
- - name: source
13
- dtype: string
14
- - name: page_num
15
- dtype: int64
16
- - name: response
17
- dtype: string
18
- - name: question
19
- dtype: string
20
- - name: options
21
- sequence: string
22
- - name: answer
23
- dtype: string
24
- - name: country
25
- dtype: string
26
- - name: file_name
27
- dtype: string
28
- - name: license
29
- dtype: string
30
- splits:
31
- - name: train
32
- num_bytes: 241859
33
- num_examples: 131
34
- download_size: 105165
35
- dataset_size: 241859
36
- configs:
37
- - config_name: default
38
- data_files:
39
- - split: train
40
- path: data/train-*
41
- ---
 
1
+ ---
2
+ {}
3
+ ---
4
+
5
+ # Swedish Medical Exam MCQ 2021-09-09
6
+
7
+ ## Dataset Summary
8
+
9
+ This dataset contains all multi-choice questions from the medical MCQ examination of Sweden dated September 9th, 2021.
10
+
11
+ It includes text-only questions. Questions with media, graphs, or other non-text material are not included. Disqualified questions or questions with multiple answers have also been removed.
12
+
13
+ The original exam without alterations contains 140 questions. Therefore, the number of questions not included can be calculated as: 140 - (number of entries in this dataset).
14
+
15
+ ## Supported Tasks and Leaderboards
16
+
17
+ This dataset can be used for tasks such as:
18
+ - Medical knowledge assessment
19
+ - Question-answering systems in the medical domain
20
+ - Study and practice for medical exams
21
+
22
+ ## Languages
23
+
24
+ The dataset is in Swedish.