STEM_arabic_qa_1k / README.md
TomasGoAGI's picture
Update README.md
4d7ff83 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: subject
      dtype: string
    - name: grade
      dtype: string
    - name: question
      dtype: string
    - name: options
      dtype: string
    - name: answer
      dtype: string
    - name: solution
      dtype: string
    - name: hint
      dtype: string
    - name: location
      dtype: string
    - name: language
      dtype: string
  splits:
    - name: train
      num_bytes: 495602
      num_examples: 1001
  download_size: 213435
  dataset_size: 495602
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
license: mit
task_categories:
  - question-answering
language:
  - ar
tags:
  - chemistry
  - biology
  - mathematics
  - physics
pretty_name: arabic_qa_1k
size_categories:
  - 1K<n<10K

A high quality STEM question and answer dataset in Arabic. Subjects include: mathematics, physics, biology, chemistry.

Data provider: goagi.ai.

Total rows in the dataset - 1001. Explanation of columns:

"id" - id of the row

"subject" - indicates which subject does the question belongs to: eg. biology

"grade" - indicates which year of school is the question likely to belong to, e.g. "12" - the final year of school or "university" for a university level question.

"question" - actual question. See example below.

اختر الإجابة الصحيحة مما يلي : تحدث الحركة في الإنسان بتآزر مجموعة من الأجهزة وهي :

Translation: Choose the correct answer from the following: Movement in humans occurs through the coordination of a group of systems, which are:

"options" - answer options if it is a multiple choice question. Example of options below.

١) الجهاز العضلي والهيكلي والدوري . ٢) الجهاز التنفسي والعصبي والهيكلي . ٣) الجهاز الهيكلي والعصبي والعضلي . ٤) الجهاز الهيكلي والتنفسي والدوري .

Translation:

The muscular, skeletal, and circulatory systems. The respiratory, nervous, and skeletal systems. The skeletal, nervous, and muscular systems. The skeletal, respiratory, and circulatory systems.

"answer" - answer to the question. Example below.

الجهاز الهيكلي والعصبي والعضلي.

Translation: The skeletal, nervous and muscular systems.

"solution" - detailed step by step solution of the question if it requires a solution.

"hint" - hint required to solve a question.

"location" - which country is this question likely to be asked in. "eg" is for Egypt.

"language" - language in which this question is written. "arb" is standard modern arabic.