You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

USMLE Questions Dataset

Evaluation dataset of USMLE-style multiple choice questions.

Dataset structure

Each row has:

  • question: Question statement
  • options: List of options (e.g. ["(A) ...", "(B) ...", ...])
  • correct_answer: Correct option letter (A–E)

Loading

from datasets import load_dataset
ds = load_dataset("prapaa/usmle", data_files="{"train": "train.jsonl"}, split="train")
Downloads last month
7