--- 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).