metadata
license: apache-2.0
task_categories:
- question-answering
language:
- ro
tags:
- medical
- biology
size_categories:
- 1K<n<10K
Description
This is RoMedQA, a dataset that amounts to 4,127 single-choice questions regarding the medical field in the Romanian language. The dataset consists of advanced biology questions used in entrance examinations in medical schools in Romania. Each question has five possible answer choices, numbered from 1 to 5, with only one correct answer.
Loading
For loading the dataset, you can simply proceed as follows:
from datasets import load_dataset
dataset = load_dataset("craciuncg/RoMedQA_v1")
The format of any sample question from the dataset should be the following:
{
'question': 'Care afirmații sunt adevărate în legătură cu glanda hipofiză?\r\n1. prolactina este un hormon trop secretat de adenohipofiză\r\n2. secreția adenohipofizei este controlată de hipotalamus\r\n3. GnRH și FSH sunt secretați de adenohipofiză\r\n4. hormonul de creștere este secretat de neurohipofiză\r\n5. niciun răspuns corect',
'answer': 2
}
Citation
TODO