CareQA is a healthcare QA dataset with two versions:
The dataset originates from official sources of the Spanish Specialized Healthcare Training (FSE) examinations, including the biology, chemistry, medicine, nursing, pharmacology, and psychology tests from 2020 to 2024. The English translation was performed using GPT-4, and the open-ended version was created via rephrasing with Qwen2.5-72B-Instruct, followed by human validation. CareQA was originally built to evaluate models of the Aloe family. See how it was used in the correponding papers of the Alpha and Beta versions.
CareQA_es
{
"exam_id":16,
"question":"Las células de Leydig:",
"op1":"Sintetizan testosterona a partir de colesterol.",
"op2":"Establecen la barrera hemato-testicular.",
"op3":"Sintetizan estradiol a partir de testosterona.",
"op4":"Son la diana principal de la FSH.",
"cop":1,
"year":2021,
"category":"Biology",
"unique_id":"e06d5b5a-2fda-4586-a7cc-c1a2f1d5d0c7"
}
CareQA_en
{
"exam_id":16,
"question":"The Leydig cells:",
"op1":"They synthesize testosterone from cholesterol.",
"op2":"They establish the blood-testis barrier.",
"op3":"They synthesize estradiol from testosterone.",
"op4":"They are the main target of FSH.",
"cop":1,
"year":2021,
"category":"Biology",
"unique_id":"e06d5b5a-2fda-4586-a7cc-c1a2f1d5d0c7"
}
CareQA_en_open
{
"exam_id":16,
"question":"What is the primary function of Leydig cells in the synthesis of testosterone?",
"answer":"They synthesize testosterone from cholesterol.",
"year":2021,
"category":"Biology",
"unique_id":"e06d5b5a-2fda-4586-a7cc-c1a2f1d5d0c7"
}
Closed-Ended Splits:
exam_id: question number in the original examquestion: the question textop1: option 1op2: option 2op3: option 3op4: option 4cop: correct option (1-4)year: year of the examcategory: subject category of the examunique_id: unique identifier for each questionOpen-Ended Split:
exam_id: question number in the original examquestion: the rephrased question textanswer: the correct optionyear: year of the examcategory: subject category of the examunique_id: unique identifier for each questionThe dataset is conceived as an evaluation dataset, so the whole dataset is considered as the test set.
Closed-Ended Splits:
The close-ended splits contain 5621 samples in total corresponding to six exam categories and five years of exams.
The distribution of samples per category is as follows:
The distribution of samples per year is as follows:
Open-Ended Split:
The open-ended split contains 2769 samples in total corresponding to six exam categories and five years of exams.
The distribution of samples per category is as follows:
The distribution of samples per year is as follows:
There is a lack of question answering scientific and health-related datasets, especially in Spanish. This dataset aims to fill this gap by providing a dataset that includes the last five years of the Spanish Specialised Healthcare Training (FSE) exams, which encompass biology, chemistry, medicine, nursing, pharmacology and psychology.
The exams were collected from the official government website. The questions were extracted from the PDF files using an automatic process and then manually reviewed to ensure the quality of the dataset. Questions that include images or diagrams in the question text or options were discarded, as well as a small number of questions that included incorrectly parsed characters. The dataset does not contain questions that were annulled after the challenge period.
The Spanish-to-English translation was performed using GPT-4 (gpt-4-0314), followed by a validation process:
The open-ended subset was developed through the following steps:
The source language producers are experts in each of the exam categories.
The dataset does not contain any personal or sensitive information.
This dataset can be used to test models for question answering in the health domain. It is intended to be used to assess the medical knowledge of artificial intelligence models which may be used in clinical decision support systems, by people with difficulties accessing healthcare, or in other applications.
The dataset has not been studied for bias assessment. However, as the original material has been produced by experts, we consider that the dataset is mostly free of biases. That said, it may not be representative of the full range of medical knowledge or all possible patient profiles (e.g., age, sex, ethnicity).
The dataset is designed primarily for evaluation purposes and does not include a train/test split.
While the data has been carefully parsed from PDF files and manually reviewed, minor parsing errors may still exist. The translation from Spanish to English, performed using GPT-4, has undergone validation, but some translation errors may remain. Additionally, the dataset is limited to questions from the last five years of the Spanish Specialised Healthcare Training (FSE) exams, which may not fully represent the breadth of medical knowledge across all domains or time periods.
For the open-ended version, despite the refinement process and human validation, rephrasing the questions using Qwen2.5-72B-Instruct may introduce errors or subtle inaccuracies. The exclusion of ambiguous questions during the rephrasing process also means that the open-ended subset is smaller and may not cover the same scope as the closed-ended version.
If you encounter any issues with the dataset, please open an issue on the dataset repository.
Lucia Urcelay Ganzabal and Pablo Bernabeu Pérez.
The dataset is licensed under the Apache License 2.0.
@inproceedings{arias-duart-etal-2025-automatic,
title = "Automatic Evaluation of Healthcare {LLM}s Beyond Question-Answering",
author = "Arias-Duart, Anna and
Martin-Torres, Pablo Agustin and
Hinjos, Daniel and
Bernabeu-Perez, Pablo and
Ganzabal, Lucia Urcelay and
Mallo, Marta Gonzalez and
Gururajan, Ashwin Kumar and
Lopez-Cuena, Enrique and
Alvarez-Napagao, Sergio and
Garcia-Gasulla, Dario",
editor = "Chiruzzo, Luis and
Ritter, Alan and
Wang, Lu",
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 2: Short Papers)",
month = apr,
year = "2025",
address = "Albuquerque, New Mexico",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2025.naacl-short.10/",
pages = "108--130",
ISBN = "979-8-89176-190-2",
abstract = "Current Large Language Models (LLMs) benchmarks are often based on open-ended or close-ended QA evaluations, avoiding the requirement of human labor. Close-ended measurements evaluate the factuality of responses but lack expressiveness. Open-ended capture the model`s capacity to produce discourse responses but are harder to assess for correctness. These two approaches are commonly used, either independently or together, though their relationship remains poorly understood. This work is focused on the healthcare domain, where both factuality and discourse matter greatly. It introduces a comprehensive, multi-axis suite for healthcare LLM evaluation, exploring correlations between open and close benchmarks and metrics. Findings include blind spots and overlaps in current methodologies. As an updated sanity check, we release a new medical benchmark{--}CareQA{--}, with both open and closed variants. Finally, we propose a novel metric for open-ended evaluations {--}Relaxed Perplexity{--} to mitigate the identified limitations."
}
CareQA is a healthcare QA dataset with two versions:
The dataset originates from official sources of the Spanish Specialized Healthcare Training (FSE) examinations, including the biology, chemistry, medicine, nursing, pharmacology, and psychology tests from 2020 to 2024. The English translation was performed using GPT-4, and the open-ended version was created via rephrasing with Qwen2.5-72B-Instruct, followed by human validation. CareQA was originally built to evaluate models of the Aloe family. See how it was used in the correponding papers of the Alpha and Beta versions.
CareQA_es
{
"exam_id":16,
"question":"Las células de Leydig:",
"op1":"Sintetizan testosterona a partir de colesterol.",
"op2":"Establecen la barrera hemato-testicular.",
"op3":"Sintetizan estradiol a partir de testosterona.",
"op4":"Son la diana principal de la FSH.",
"cop":1,
"year":2021,
"category":"Biology",
"unique_id":"e06d5b5a-2fda-4586-a7cc-c1a2f1d5d0c7"
}
CareQA_en
{
"exam_id":16,
"question":"The Leydig cells:",
"op1":"They synthesize testosterone from cholesterol.",
"op2":"They establish the blood-testis barrier.",
"op3":"They synthesize estradiol from testosterone.",
"op4":"They are the main target of FSH.",
"cop":1,
"year":2021,
"category":"Biology",
"unique_id":"e06d5b5a-2fda-4586-a7cc-c1a2f1d5d0c7"
}
CareQA_en_open
{
"exam_id":16,
"question":"What is the primary function of Leydig cells in the synthesis of testosterone?",
"answer":"They synthesize testosterone from cholesterol.",
"year":2021,
"category":"Biology",
"unique_id":"e06d5b5a-2fda-4586-a7cc-c1a2f1d5d0c7"
}
Closed-Ended Splits:
exam_id: question number in the original examquestion: the question textop1: option 1op2: option 2op3: option 3op4: option 4cop: correct option (1-4)year: year of the examcategory: subject category of the examunique_id: unique identifier for each questionOpen-Ended Split:
exam_id: question number in the original examquestion: the rephrased question textanswer: the correct optionyear: year of the examcategory: subject category of the examunique_id: unique identifier for each questionThe dataset is conceived as an evaluation dataset, so the whole dataset is considered as the test set.
Closed-Ended Splits:
The close-ended splits contain 5621 samples in total corresponding to six exam categories and five years of exams.
The distribution of samples per category is as follows:
The distribution of samples per year is as follows:
Open-Ended Split:
The open-ended split contains 2769 samples in total corresponding to six exam categories and five years of exams.
The distribution of samples per category is as follows:
The distribution of samples per year is as follows:
There is a lack of question answering scientific and health-related datasets, especially in Spanish. This dataset aims to fill this gap by providing a dataset that includes the last five years of the Spanish Specialised Healthcare Training (FSE) exams, which encompass biology, chemistry, medicine, nursing, pharmacology and psychology.
The exams were collected from the official government website. The questions were extracted from the PDF files using an automatic process and then manually reviewed to ensure the quality of the dataset. Questions that include images or diagrams in the question text or options were discarded, as well as a small number of questions that included incorrectly parsed characters. The dataset does not contain questions that were annulled after the challenge period.
The Spanish-to-English translation was performed using GPT-4 (gpt-4-0314), followed by a validation process:
The open-ended subset was developed through the following steps:
The source language producers are experts in each of the exam categories.
The dataset does not contain any personal or sensitive information.
This dataset can be used to test models for question answering in the health domain. It is intended to be used to assess the medical knowledge of artificial intelligence models which may be used in clinical decision support systems, by people with difficulties accessing healthcare, or in other applications.
The dataset has not been studied for bias assessment. However, as the original material has been produced by experts, we consider that the dataset is mostly free of biases. That said, it may not be representative of the full range of medical knowledge or all possible patient profiles (e.g., age, sex, ethnicity).
The dataset is designed primarily for evaluation purposes and does not include a train/test split.
While the data has been carefully parsed from PDF files and manually reviewed, minor parsing errors may still exist. The translation from Spanish to English, performed using GPT-4, has undergone validation, but some translation errors may remain. Additionally, the dataset is limited to questions from the last five years of the Spanish Specialised Healthcare Training (FSE) exams, which may not fully represent the breadth of medical knowledge across all domains or time periods.
For the open-ended version, despite the refinement process and human validation, rephrasing the questions using Qwen2.5-72B-Instruct may introduce errors or subtle inaccuracies. The exclusion of ambiguous questions during the rephrasing process also means that the open-ended subset is smaller and may not cover the same scope as the closed-ended version.
If you encounter any issues with the dataset, please open an issue on the dataset repository.
Lucia Urcelay Ganzabal and Pablo Bernabeu Pérez.
The dataset is licensed under the Apache License 2.0.
@inproceedings{arias-duart-etal-2025-automatic,
title = "Automatic Evaluation of Healthcare {LLM}s Beyond Question-Answering",
author = "Arias-Duart, Anna and
Martin-Torres, Pablo Agustin and
Hinjos, Daniel and
Bernabeu-Perez, Pablo and
Ganzabal, Lucia Urcelay and
Mallo, Marta Gonzalez and
Gururajan, Ashwin Kumar and
Lopez-Cuena, Enrique and
Alvarez-Napagao, Sergio and
Garcia-Gasulla, Dario",
editor = "Chiruzzo, Luis and
Ritter, Alan and
Wang, Lu",
booktitle = "Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 2: Short Papers)",
month = apr,
year = "2025",
address = "Albuquerque, New Mexico",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2025.naacl-short.10/",
pages = "108--130",
ISBN = "979-8-89176-190-2",
abstract = "Current Large Language Models (LLMs) benchmarks are often based on open-ended or close-ended QA evaluations, avoiding the requirement of human labor. Close-ended measurements evaluate the factuality of responses but lack expressiveness. Open-ended capture the model`s capacity to produce discourse responses but are harder to assess for correctness. These two approaches are commonly used, either independently or together, though their relationship remains poorly understood. This work is focused on the healthcare domain, where both factuality and discourse matter greatly. It introduces a comprehensive, multi-axis suite for healthcare LLM evaluation, exploring correlations between open and close benchmarks and metrics. Findings include blind spots and overlaps in current methodologies. As an updated sanity check, we release a new medical benchmark{--}CareQA{--}, with both open and closed variants. Finally, we propose a novel metric for open-ended evaluations {--}Relaxed Perplexity{--} to mitigate the identified limitations."
}