Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,129 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
task_categories:
|
5 |
+
- text-generation
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- es
|
9 |
+
- fr
|
10 |
+
- it
|
11 |
+
tags:
|
12 |
+
- casimedicos
|
13 |
+
- explainability
|
14 |
+
- medical exams
|
15 |
+
- multilinguality
|
16 |
+
- LLMs
|
17 |
+
- LLM
|
18 |
+
pretty_name: casimedicos-exp
|
19 |
+
|
20 |
+
configs:
|
21 |
+
- config_name: en
|
22 |
+
data_files:
|
23 |
+
- split: train
|
24 |
+
path:
|
25 |
+
- data/en/en.train_casimedicos.jsonl
|
26 |
+
- split: validation
|
27 |
+
path:
|
28 |
+
- data/en/en.dev_casimedicos.jsonl
|
29 |
+
- split: test
|
30 |
+
path:
|
31 |
+
- data/en/en.test_casimedicos.jsonl
|
32 |
+
- config_name: es
|
33 |
+
data_files:
|
34 |
+
- split: train
|
35 |
+
path:
|
36 |
+
- data/es/es.train_casimedicos.jsonl
|
37 |
+
- split: validation
|
38 |
+
path:
|
39 |
+
- data/es/es.dev_casimedicos.jsonl
|
40 |
+
- split: test
|
41 |
+
path:
|
42 |
+
- data/es/es.test_casimedicos.jsonl
|
43 |
+
- config_name: fr
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path:
|
47 |
+
- data/fr/fr.train_casimedicos.jsonl
|
48 |
+
- split: validation
|
49 |
+
path:
|
50 |
+
- data/fr/fr.dev_casimedicos.jsonl
|
51 |
+
- split: test
|
52 |
+
path:
|
53 |
+
- data/fr/fr.test_casimedicos.jsonl
|
54 |
+
- config_name: it
|
55 |
+
data_files:
|
56 |
+
- split: train
|
57 |
+
path:
|
58 |
+
- data/it/it.train_casimedicos.jsonl
|
59 |
+
- split: validation
|
60 |
+
path:
|
61 |
+
- data/it/it.dev_casimedicos.jsonl
|
62 |
+
- split: test
|
63 |
+
path:
|
64 |
+
- data/it/it.test_casimedicos.jsonl
|
65 |
+
|
66 |
+
|
67 |
+
---
|
68 |
+
|
69 |
+
# CasiMedicos-exp: Annotation of Possible Answers Explanations in Resident Medical Exams
|
70 |
+
|
71 |
+
We present a new multilingual medical dataset which, in contrast to previous work, includes not only explanatory arguments
|
72 |
+
for the correct answer but also arguments to explain why the remaining possible answers are incorrect.
|
73 |
+
|
74 |
+
The data source for our new dataset consists of the Resident Medical Intern exams, or Médico Interno Residente (MIR), originally
|
75 |
+
created by [CasiMedicos](https://www.casimedicos.com), a Spanish community of medical professionals who collaboratively, voluntarily,
|
76 |
+
and free of charge, publishes written explanations about the possible answers included in the MIR exams. The aim is to generate a resource that
|
77 |
+
helps future medical doctors to study towards the MIR examinations. The commented MIR exams, including the explanations, are published in the [CasiMedicos
|
78 |
+
Project MIR 2.0 website](https://www.casimedicos.com/mir-2-0/).
|
79 |
+
|
80 |
+
We have extracted, clean and annotated the available data so that each document includes the clinical case, the correct answer, the multiple-choice questions and
|
81 |
+
the annotated explanations written by native Spanish medical doctors.
|
82 |
+
|
83 |
+
From the original Spanish version, we have generated **casimedicos-exp**, a multilingual dataset in 4 languages: **English, French, Italian and Spanish**.
|
84 |
+
|
85 |
+
<table style="width:33%">
|
86 |
+
<tr>
|
87 |
+
<th>casimedicos-exp splits</th>
|
88 |
+
<tr>
|
89 |
+
<td>train</td>
|
90 |
+
<td>434</td>
|
91 |
+
</tr>
|
92 |
+
<tr>
|
93 |
+
<td>validation</td>
|
94 |
+
<td>63</td>
|
95 |
+
</tr>
|
96 |
+
<tr>
|
97 |
+
<td>test</td>
|
98 |
+
<td>125</td>
|
99 |
+
</tr>
|
100 |
+
</table>
|
101 |
+
|
102 |
+
- 📖 Paper: [Explanatory Argument Extraction of Correct Answers in Resident Medical Exams](https://arxiv.org/abs/2312.00567) In ArXiv 2023.
|
103 |
+
- 💻 Github Repo (Data and Code): [https://github.com/ixa-ehu/antidote-casimedicos](https://github.com/ixa-ehu/antidote-casimedicos)
|
104 |
+
|
105 |
+
|
106 |
+
## Example
|
107 |
+
|
108 |
+
<p align="center">
|
109 |
+
<img src="https://github.com/ixa-ehu/antidote-casimedicos/blob/main/casimedicos-exp.png?raw=true" style="height: 450px;">
|
110 |
+
</p>
|
111 |
+
|
112 |
+
## Data Explanation
|
113 |
+
|
114 |
+
If you use casimedicos-exp please **cite the following paper**:
|
115 |
+
|
116 |
+
## Citation
|
117 |
+
|
118 |
+
```bibtex
|
119 |
+
@misc{goenaga2023explanatory,
|
120 |
+
title={Explanatory Argument Extraction of Correct Answers in Resident Medical Exams},
|
121 |
+
author={Iakes Goenaga and Aitziber Atutxa and Koldo Gojenola and Maite Oronoz and Rodrigo Agerri},
|
122 |
+
year={2023},
|
123 |
+
eprint={2312.00567},
|
124 |
+
archivePrefix={arXiv}
|
125 |
+
}
|
126 |
+
```
|
127 |
+
|
128 |
+
**Contact**: [Rodrigo Agerri](https://ragerri.github.io/)
|
129 |
+
HiTZ Center - Ixa, University of the Basque Country UPV/EHU
|