File size: 1,411 Bytes
a6e1a6e d28705f a6e1a6e d28705f a6e1a6e ef2c2ff a6e1a6e 681b3fb a6e1a6e 3f4cf69 681b3fb |
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 |
---
dataset_info:
features:
- name: statement
dtype: string
- name: answers
sequence: string
- name: correct_answer
dtype: string
- name: theme
dtype: string
- name: version
dtype: string
splits:
- name: train
num_bytes: 5209320
num_examples: 10938
download_size: 2417907
dataset_size: 5209320
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
language:
- es
tags:
- medical
---
# SAS Opposition Exam Dataset
This dataset contains questions and answers from all the exams of the SAS (Servicio Andaluz de Salud) public job offers. The questions and answers are sourced from the official webpage of the Andalusian Health Service [here](https://www.sspa.juntadeandalucia.es/servicioandaluzdesalud/profesionales/ofertas-de-empleo/oferta-de-empleo-publico-puestos-base/oep-extraordinaria-decreto-ley-122022-centros-sas/cuadro-de-evolucion-concurso-oposicion-centros-sas).
## Dataset Information
- **Statement**: The question in the exam.
- **Answers**: The possible answers for the question.
- **Real Answer**: The correct answer for the question.
- **Theme**: The topic or subject of the question.
### Dataset Creation Script
The script used to create this dataset can be found at: [generation_script.py](https://huggingface.co/datasets/RafaelJaime/sas_opposition_exam_data/blob/main/generation_script.py). |