ragerri commited on
Commit
714ccbb
1 Parent(s): dac144b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -9
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - casimedicos
10
  - explainability
11
  - medical exams
 
12
  - multilinguality
13
  - LLMs
14
  - LLM
@@ -70,25 +71,27 @@ size_categories:
70
  <img src="http://www.ixa.eus/sites/default/files/anitdote.png" style="height: 200px;">
71
  <br>
72
 
73
- # CasiMedicos-exp: Annotating of Possible Answers Explanations in Resident Medical Exams
74
 
75
- We present a new multilingual medical dataset which, in contrast to previous work, includes not only explanatory arguments
76
  for the correct answer but also arguments to explain why the remaining possible answers are incorrect.
77
 
78
- The data source for our new dataset consists of the Resident Medical Intern exams, or Médico Interno Residente (MIR), originally
 
 
79
  created by [CasiMedicos](https://www.casimedicos.com), a Spanish community of medical professionals who collaboratively, voluntarily,
80
  and free of charge, publishes written explanations about the possible answers included in the MIR exams. The aim is to generate a resource that
81
  helps future medical doctors to study towards the MIR examinations. The commented MIR exams, including the explanations, are published in the [CasiMedicos
82
  Project MIR 2.0 website](https://www.casimedicos.com/mir-2-0/).
83
 
84
- 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
85
- the annotated explanations written by native Spanish medical doctors.
86
 
87
- From the original Spanish version, we have generated **casimedicos-exp**, a multilingual dataset in 4 languages: **English, French, Italian and Spanish**.
88
 
89
  <table style="width:33%">
90
  <tr>
91
- <th>casimedicos-exp splits</th>
92
  <tr>
93
  <td>train</td>
94
  <td>434</td>
@@ -103,7 +106,7 @@ From the original Spanish version, we have generated **casimedicos-exp**, a mult
103
  </tr>
104
  </table>
105
 
106
- - 📖 Paper: [Explanatory Argument Extraction of Correct Answers in Resident Medical Exams](https://arxiv.org/abs/2312.00567) In ArXiv 2023.
107
  - 💻 Github Repo (Data and Code): [https://github.com/ixa-ehu/antidote-casimedicos](https://github.com/ixa-ehu/antidote-casimedicos)
108
  - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
109
  - Funding: CHIST-ERA XAI 2019 call. Antidote (PCI2020-120717-2) funded by MCIN/AEI /10.13039/501100011033 and by European Union NextGenerationEU/PRTR
@@ -115,12 +118,46 @@ From the original Spanish version, we have generated **casimedicos-exp**, a mult
115
  <img src="https://github.com/ixa-ehu/antidote-casimedicos/blob/main/casimedicos-exp.png?raw=true" style="height: 650px;">
116
  </p>
117
 
 
 
 
 
 
118
  ## Data Explanation
119
 
120
- If you use casimedicos-exp please **cite the following paper**:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
  ## Citation
123
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  ```bibtex
125
  @misc{goenaga2023explanatory,
126
  title={Explanatory Argument Extraction of Correct Answers in Resident Medical Exams},
 
9
  - casimedicos
10
  - explainability
11
  - medical exams
12
+ - medical question answering
13
  - multilinguality
14
  - LLMs
15
  - LLM
 
71
  <img src="http://www.ixa.eus/sites/default/files/anitdote.png" style="height: 200px;">
72
  <br>
73
 
74
+ # Antidote CasiMedicos Dataset - Possible Answers Explanations in Resident Medical Exams
75
 
76
+ We present a new multilingual parallel medical dataset of commented medical exams which includes not only explanatory arguments
77
  for the correct answer but also arguments to explain why the remaining possible answers are incorrect.
78
 
79
+ This dataset can be used for various NLP tasks including: **Medical Question Answering**, **Explanatory Argument Extraction** or **Explanation Generation**.
80
+
81
+ The data source consists of Resident Medical Intern or Médico Interno Residente (MIR) exams, originally
82
  created by [CasiMedicos](https://www.casimedicos.com), a Spanish community of medical professionals who collaboratively, voluntarily,
83
  and free of charge, publishes written explanations about the possible answers included in the MIR exams. The aim is to generate a resource that
84
  helps future medical doctors to study towards the MIR examinations. The commented MIR exams, including the explanations, are published in the [CasiMedicos
85
  Project MIR 2.0 website](https://www.casimedicos.com/mir-2-0/).
86
 
87
+ We have extracted, clean, structure and annotated the available data so that each document in **casimedicos-raw** dataset includes the clinical case, the correct answer,
88
+ the multiple-choice questions and the annotated explanations written by native Spanish medical doctors.
89
 
90
+ Furthermore, the original Spanish data has been translated to create a **parallel multilingual dataset** in 4 languages: **English, French, Italian and Spanish**.
91
 
92
  <table style="width:33%">
93
  <tr>
94
+ <th>Antidote CasiMedicos splits</th>
95
  <tr>
96
  <td>train</td>
97
  <td>434</td>
 
106
  </tr>
107
  </table>
108
 
109
+ - 📖 Paper:[HiTZ@Antidote: Argumentation-driven Explainable Artificial Intelligence for Digital Medicine](https://ceur-ws.org/Vol-3516/paper14.pdf)
110
  - 💻 Github Repo (Data and Code): [https://github.com/ixa-ehu/antidote-casimedicos](https://github.com/ixa-ehu/antidote-casimedicos)
111
  - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
112
  - Funding: CHIST-ERA XAI 2019 call. Antidote (PCI2020-120717-2) funded by MCIN/AEI /10.13039/501100011033 and by European Union NextGenerationEU/PRTR
 
118
  <img src="https://github.com/ixa-ehu/antidote-casimedicos/blob/main/casimedicos-exp.png?raw=true" style="height: 650px;">
119
  </p>
120
 
121
+ In this repository you can find the following data:
122
+
123
+ - **casimedicos-raw**: The textual content including Clinical Case (C), Question (Q), Possible Answers (P), and Explanation (E) as shown in the example above.
124
+ - **casimedicos-exp**: The manual annotations linking the explanations of the correct and incorrect possible answers.
125
+
126
  ## Data Explanation
127
 
128
+ The following attributes composed **casimedicos-raw**:
129
+
130
+ - **id**: unique doc identifier.
131
+ - **year**: year in which the exam was published by the Spanish Ministry of Health.
132
+ - **question_id_specific**: id given to the original exam published by the Spanish Ministry of Health.
133
+ - **full_question**: Clinical Case (C) and Question (Q) as illustrated in the example document above.
134
+ - **full answer**: Full commented explanation (E) as illustrated in the example document above.
135
+ - **type**: medical speciality.
136
+ - **options**: Possible Answers (P) as illustrated in the example document above.
137
+ - **correct option**: solution to the exam question.
138
+
139
+ Additionally, the following jsonl attribute was added to create **casimedicos-exp**:
140
+
141
+ - **explanations**: for each possible answer above, manual annotation states whether (i) the explanation for each possible answer exists in the full comment (E),
142
+ (ii) if present, then we provide character and token offsets plus the text corresponding to the explanation for each possible answer.
143
+
144
 
145
  ## Citation
146
 
147
+ If you use the textual content **casimedicos-raw** of the Antidote CasiMedicos dataset then please **cite the following paper**:
148
+
149
+ ```bibtex
150
+ @inproceedings{Agerri2023HiTZAntidoteAE,
151
+ title={HiTZ@Antidote: Argumentation-driven Explainable Artificial Intelligence for Digital Medicine},
152
+ author={Rodrigo Agerri and I{\~n}igo Alonso and Aitziber Atutxa and Ander Berrondo and Ainara Estarrona and Iker Garc{\'i}a-Ferrero and Iakes Goenaga and Koldo Gojenola and Maite Oronoz and Igor Perez-Tejedor and German Rigau and Anar Yeginbergenova},
153
+ booktitle={SEPLN 2023: 39th International Conference of the Spanish Society for Natural Language Processing.},
154
+ year={2023}
155
+ }
156
+ ```
157
+
158
+ Additionally, **cite the previous and the following** paper if you also use **casimedicos-exp**, namely, the manual annotations linking the
159
+ explanations with the correct and incorrect possible answers ("explanations" attribute in the jsonl data):
160
+
161
  ```bibtex
162
  @misc{goenaga2023explanatory,
163
  title={Explanatory Argument Extraction of Correct Answers in Resident Medical Exams},