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.
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
Fields
Usage
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.
