Update README.md
Browse files
README.md
CHANGED
@@ -1,53 +1,68 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: id
|
5 |
-
dtype: string
|
6 |
-
- name: question
|
7 |
-
dtype: string
|
8 |
-
- name: opa
|
9 |
-
dtype: string
|
10 |
-
- name: opb
|
11 |
-
dtype: string
|
12 |
-
- name: opc
|
13 |
-
dtype: string
|
14 |
-
- name: opd
|
15 |
-
dtype: string
|
16 |
-
- name: cop
|
17 |
-
dtype:
|
18 |
-
class_label:
|
19 |
-
names:
|
20 |
-
'0': a
|
21 |
-
'1': b
|
22 |
-
'2': c
|
23 |
-
'3': d
|
24 |
-
- name: choice_type
|
25 |
-
dtype: string
|
26 |
-
- name: exp
|
27 |
-
dtype: string
|
28 |
-
- name: subject_name
|
29 |
-
dtype: string
|
30 |
-
- name: topic_name
|
31 |
-
dtype: string
|
32 |
-
splits:
|
33 |
-
- name: test
|
34 |
-
num_bytes: 1510301
|
35 |
-
num_examples: 6150
|
36 |
-
- name: validation
|
37 |
-
num_bytes: 2469102
|
38 |
-
num_examples: 4183
|
39 |
-
- name: train
|
40 |
-
num_bytes: 143781256
|
41 |
-
num_examples: 182822
|
42 |
-
download_size: 94116148
|
43 |
-
dataset_size: 147760659
|
44 |
-
configs:
|
45 |
-
- config_name: default
|
46 |
-
data_files:
|
47 |
-
- split: test
|
48 |
-
path: data/test-*
|
49 |
-
- split: validation
|
50 |
-
path: data/validation-*
|
51 |
-
- split: train
|
52 |
-
path: data/train-*
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: opa
|
9 |
+
dtype: string
|
10 |
+
- name: opb
|
11 |
+
dtype: string
|
12 |
+
- name: opc
|
13 |
+
dtype: string
|
14 |
+
- name: opd
|
15 |
+
dtype: string
|
16 |
+
- name: cop
|
17 |
+
dtype:
|
18 |
+
class_label:
|
19 |
+
names:
|
20 |
+
'0': a
|
21 |
+
'1': b
|
22 |
+
'2': c
|
23 |
+
'3': d
|
24 |
+
- name: choice_type
|
25 |
+
dtype: string
|
26 |
+
- name: exp
|
27 |
+
dtype: string
|
28 |
+
- name: subject_name
|
29 |
+
dtype: string
|
30 |
+
- name: topic_name
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: test
|
34 |
+
num_bytes: 1510301
|
35 |
+
num_examples: 6150
|
36 |
+
- name: validation
|
37 |
+
num_bytes: 2469102
|
38 |
+
num_examples: 4183
|
39 |
+
- name: train
|
40 |
+
num_bytes: 143781256
|
41 |
+
num_examples: 182822
|
42 |
+
download_size: 94116148
|
43 |
+
dataset_size: 147760659
|
44 |
+
configs:
|
45 |
+
- config_name: default
|
46 |
+
data_files:
|
47 |
+
- split: test
|
48 |
+
path: data/test-*
|
49 |
+
- split: validation
|
50 |
+
path: data/validation-*
|
51 |
+
- split: train
|
52 |
+
path: data/train-*
|
53 |
+
task_categories:
|
54 |
+
- question-answering
|
55 |
+
language:
|
56 |
+
- it
|
57 |
+
tags:
|
58 |
+
- medical
|
59 |
+
pretty_name: MedMCQA-ITA
|
60 |
+
size_categories:
|
61 |
+
- 100K<n<1M
|
62 |
+
---
|
63 |
+
|
64 |
+
MedMCQA-ITA is the Italian version, automatically translated, of a large-scale, Multiple-Choice Question Answering (MCQA) dataset designed to address realworld medical entrance exam questions.
|
65 |
+
|
66 |
+
The MedMCQA task can be formulated as X = {Q, O} where Q represents the questions in the text, O represents the candidate options, multiple candidate answers are given for each question O = {O_1, O_2, ..., O_n}. The goal is to select the single or multiple answers from the option set.
|
67 |
+
|
68 |
+
Original dataset can be found [here](https://medmcqa.github.io/).
|