Datasets:
Tasks:
Question Answering
Languages:
Spanish
Size:
1K<n<10K
ArXiv:
Tags:
casimedicos
explainability
medical exams
medical question answering
extractive question answering
squad
License:
File size: 4,973 Bytes
333da78 2f1bfd8 333da78 2f1bfd8 333da78 2f1bfd8 333da78 2f1bfd8 333da78 2f1bfd8 333da78 2f1bfd8 333da78 2f1bfd8 333da78 c3c23dc 333da78 c3c23dc 36194ab 333da78 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 |
---
license: cc-by-4.0
language:
- es
tags:
- casimedicos
- explainability
- medical exams
- medical question answering
- extractive question answering
- squad
- multilinguality
- LLMs
- LLM
pretty_name: casimedicos-squad
configs:
- config_name: es
data_files:
- split: train
path:
- data/es/es_train_casimedicos_squad.json
- split: validation
path:
- data/es/es_dev_casimedicos_squad.json
- split: test
path:
- data/es/es_test_casimedicos_squad.json
task_categories:
- question-answering
size_categories:
- 1K<n<10K
---
<p align="center">
<br>
<img src="http://www.ixa.eus/sites/default/files/anitdote.png" style="height: 200px;">
<br>
# Antidote CasiMedicos in SQuAD Format for Explanatory Argument Extraction
We present a new multilingual parallel medical dataset of commented medical exams which includes not only explanatory arguments
for the correct answer but also arguments to explain why the remaining possible answers are incorrect.
Furthermore, this dataset allows us to setup a **novel extractive task**
which consists of **identifying the explanation of the correct answer written by
medical doctors**. In order to do so we leverage the
SQuAD extractive QA paradigm to automatically evaluate performance of language models to identify the explanation of the correct answer
in medical exams without relying on costly manual evaluation by medical experts.
The data source consists of Resident Medical Intern or Médico Interno Residente (MIR) exams, originally
created by [CasiMedicos](https://www.casimedicos.com), a Spanish community of medical professionals who collaboratively, voluntarily,
and free of charge, publishes written explanations about the possible answers included in the MIR exams. The aim is to generate a resource that
helps future medical doctors to study towards the MIR examinations. The commented MIR exams, including the explanations, are published in the [CasiMedicos
Project MIR 2.0 website](https://www.casimedicos.com/mir-2-0/).
We have extracted, clean, structure and annotated the available data so that each document in **casimedicos-squad** includes the clinical case, the correct answer,
the multiple-choice questions and the commented exam written by native Spanish medical doctors. The comments have been annotated with the span in the text that
corresponds to the explanation of the correct answer (see example below).
<table style="width:33%">
<tr>
<th>casimedicos-squad splits</th>
<tr>
<td>train</td>
<td>404</td>
</tr>
<tr>
<td>validation</td>
<td>56</td>
</tr>
<tr>
<td>test</td>
<td>119</td>
</tr>
</table>
- 📖 Paper:[Explanatory Argument Extraction of Correct Answers in Resident Medical Exams](https://arxiv.org/abs/2312.00567)
- 💻 Github Repo (Data and Code): [https://github.com/ixa-ehu/antidote-casimedicos](https://github.com/ixa-ehu/antidote-casimedicos)
- 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
- Funding: CHIST-ERA XAI 2019 call. Antidote (PCI2020-120717-2) funded by MCIN/AEI /10.13039/501100011033 and by European Union NextGenerationEU/PRTR
## Example
<p align="center">
<img src="https://github.com/ixa-ehu/antidote-casimedicos/blob/main/casimedicos-exp.png?raw=true" style="height: 650px;">
</p>
The example above shows a document in CasiMedicos containing the textual content, including Clinical Case (C), Question (Q), Possible Answers (P),
and Explanation (E). Furthermore, for **casimedicos-squad** we annotated the span in the explanation (E) that corresponds to the correct answer (A).
The process of manually annotating the corpus consisted of specifying where the explanations of the correct answers begin and end.
In order to obtain grammatically complete correct answer explanations, annotating full sentences or subordinate clauses was preferred over
shorter spans.
## Data Explanation
The dataset is structured as a list of documents ("paragraphs") where each of them include:
- **context**: the explanation (E) in the document
- **qas**: list of possible answers and questions. This element contains:
- **answers**: an answer which corresponds to the explanation of the correct answer (A)
- **question**: the clinical case (C) and question (Q)
- **id**: unique identifier for the document
## Citation
If you use this data please **cite the following paper**:
```bibtex
@misc{goenaga2023explanatory,
title={Explanatory Argument Extraction of Correct Answers in Resident Medical Exams},
author={Iakes Goenaga and Aitziber Atutxa and Koldo Gojenola and Maite Oronoz and Rodrigo Agerri},
year={2023},
eprint={2312.00567},
archivePrefix={arXiv}
}
```
**Contact**: [Iakes Goenaga](http://www.hitz.eus/es/node/65) and [Rodrigo Agerri](https://ragerri.github.io/)
HiTZ Center - Ixa, University of the Basque Country UPV/EHU |