CoolFace
Datasetpublic

hassanalsawadi/qudrat-student-responses

Qudrat Student Response Dataset A dataset of 197 multiple-choice questions from the Saudi General Aptitude Test (Qudrat / اختبار القدرات العامة) verbal section, with real student response distributions. Dataset Description Each row contains a question with four answer choices, the correct answer, and the percentage of students who selected each option. This enables analysis of student error patterns, question difficulty, and comparison with LLM answer… See the full description on the dataset page: https://huggingface.co/datasets/hassanalsawadi/qudrat-student-responses.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes16downloads
Dataset Card

Qudrat Student Response Dataset

A dataset of 197 multiple-choice questions from the Saudi General Aptitude Test (Qudrat / اختبار القدرات العامة) verbal section, with real student response distributions.

Dataset Description

Each row contains a question with four answer choices, the correct answer, and the percentage of students who selected each option. This enables analysis of student error patterns, question difficulty, and comparison with LLM answer distributions.

Categories

CategoryArabic NameCountDescription
analogiesتناظر لفظي89Word pair analogies
contextual_errorالخطأ السياقي43Identify the contextually incorrect word in a sentence
sentence_completionإكمال الجمل41Fill in blanks in a sentence
odd_word_outالمفردة الشاذة24Identify the word that doesn't belong

Fields

FieldDescription
categoryQuestion type
question_textThe question or prompt (Arabic)
option_a - option_dAnswer choices
pct_a - pct_dPercentage of students who chose each option
correct_answerCorrect option (a, b, c, or d)
total_answersNumber of student respondents

Usage

python
from datasets import load_dataset
ds = load_dataset("hassanalsawadi/qudrat-student-responses")

Source

Student responses were collected from anonymous quiz polls. Each question had approximately 2,000–6,000 respondents.