univ_exams_finnish / README.md
readd's picture
Update README.md
1ea87be verified
metadata
license: cc-by-sa-4.0
language:
  - fi
pretty_name: University entry exams in Finnish
size_categories:
  - 1K<n<10K
dataset_info:
  features:
    - name: language
      dtype: string
    - name: language_full
      dtype: string
    - name: level
      dtype: string
    - name: category_en
      dtype: string
    - name: category_original_lang
      dtype: string
    - name: original_question_num
      dtype: string
    - name: page_num
      dtype: int64
    - name: question
      dtype: string
    - name: options
      sequence: string
    - name: answer
      dtype: string
    - name: country
      dtype: string
    - name: year
      dtype: string
    - name: file_name
      dtype: string
    - name: source
      dtype: string
    - name: license
      dtype: string
  splits:
    - name: train
      num_bytes: 1707482
      num_examples: 1653
  download_size: 1707482
  dataset_size: 1707482
configs:
  - config_name: default
    data_files:
      - split: train
        path: fin_data.json
tags:
  - question-answering
  - multiple-choice
  - education
  - exams
  - classification
  - text-classification
  - fi
  - natural-language-processing
  - machine-learning
  - fine-tuning
  - finnish
  - university-exams
dataset_creation: >
  The dataset was created by collecting multiple-choice questions from publicly
  available university entry exams in Finland. The data was manually cleaned and
  preprocessed to ensure consistency and quality.
dataset_summary: >
  This dataset contains multiple-choice questions from university entry exams in
  Finnish. Each entry includes a question, a set of options, and the correct
  answer. It is designed for training and evaluating question-answering models.