casimedicos-exp / README.md
ragerri's picture
Update README.md
771c0d7 verified
metadata
license: cc-by-4.0
language:
  - en
  - es
  - fr
  - it
tags:
  - casimedicos
  - explainability
  - medical exams
  - medical question answering
  - multilinguality
  - LLMs
  - LLM
pretty_name: casimedicos-exp
configs:
  - config_name: en
    data_files:
      - split: train
        path:
          - data/en/en_train_casimedicos.jsonl
      - split: validation
        path:
          - data/en/en_dev_casimedicos.jsonl
      - split: test
        path:
          - data/en/en_test_casimedicos.jsonl
  - config_name: es
    data_files:
      - split: train
        path:
          - data/es/es_train_casimedicos.jsonl
      - split: validation
        path:
          - data/es/es_dev_casimedicos.jsonl
      - split: test
        path:
          - data/es/es_test_casimedicos.jsonl
  - config_name: fr
    data_files:
      - split: train
        path:
          - data/fr/fr_train_casimedicos.jsonl
      - split: validation
        path:
          - data/fr/fr_dev_casimedicos.jsonl
      - split: test
        path:
          - data/fr/fr_test_casimedicos.jsonl
  - config_name: it
    data_files:
      - split: train
        path:
          - data/it/it_train_casimedicos.jsonl
      - split: validation
        path:
          - data/it/it_dev_casimedicos.jsonl
      - split: test
        path:
          - data/it/it_test_casimedicos.jsonl
task_categories:
  - text-generation
  - question-answering
size_categories:
  - 1K<n<10K



Antidote CasiMedicos Dataset - Possible Answers Explanations in Resident Medical Exams

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.

This dataset can be used for various NLP tasks including: Medical Question Answering, Explanatory Argument Extraction or Explanation Generation.

The data source consists of Resident Medical Intern or Médico Interno Residente (MIR) exams, originally created by CasiMedicos, 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.

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, the multiple-choice questions and the annotated explanations written by native Spanish medical doctors.

Furthermore, the original Spanish data has been translated to create a parallel multilingual dataset in 4 languages: English, French, Italian and Spanish.

Antidote CasiMedicos splits
train 434
validation 63
test 125

Example

In this repository you can find the following data:

  • casimedicos-raw: The textual content including Clinical Case (C), Question (Q), Possible Answers (P), and Explanation (E) as shown in the example above.
  • casimedicos-exp: The manual annotations linking the explanations of the correct and incorrect possible answers.

Data Explanation

The following attributes composed casimedicos-raw:

  • id: unique doc identifier.
  • year: year in which the exam was published by the Spanish Ministry of Health.
  • question_id_specific: id given to the original exam published by the Spanish Ministry of Health.
  • full_question: Clinical Case (C) and Question (Q) as illustrated in the example document above.
  • full answer: Full commented explanation (E) as illustrated in the example document above.
  • type: medical speciality.
  • options: Possible Answers (P) as illustrated in the example document above.
  • correct option: solution to the exam question.

Additionally, the following jsonl attribute was added to create casimedicos-exp:

  • explanations: for each possible answer above, manual annotation states whether:
    1. the explanation for each possible answer exists in the full comment (E) and
    2. if present, then we provide character and token offsets plus the text corresponding to the explanation for each possible answer.

The process of manually annotating the corpus consisted of specifying where the explanations of the correct and incorrect answers begin and end. In order to obtain grammatically complete correct answer explanations, annotating full sentences or subordinate clauses was preferred over shorter spans.

Citation

If you use the textual content casimedicos-raw of the Antidote CasiMedicos dataset then please cite the following paper:

@inproceedings{Agerri2023HiTZAntidoteAE,
  title={HiTZ@Antidote: Argumentation-driven Explainable Artificial Intelligence for Digital Medicine},
  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},
  booktitle={SEPLN 2023: 39th International Conference of the Spanish Society for Natural Language Processing.},
  year={2023}
}

Additionally, cite the previous and the following paper if you also use casimedicos-exp, namely, the manual annotations linking the explanations with the correct and incorrect possible answers ("explanations" attribute in the jsonl data):

@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: Rodrigo Agerri HiTZ Center - Ixa, University of the Basque Country UPV/EHU