RafaelJaime's picture
Upload dataset
788272c verified
|
raw
history blame
1.41 kB
metadata
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: 5136697
      num_examples: 10736
  download_size: 2411303
  dataset_size: 5136697
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.

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.