CoolFace
Datasetpublic

ssswwwxxx/medqa-usmle-4-options

MedQA USMLE Four Options (Parquet) This repository provides the English USMLE four-option subset of bigbio/med_qa as one Parquet file: medqa_usmle_4_options.parquet. It contains 12,723 multiple-choice questions. The original data partitions are preserved in the split column: Split Rows train 10,178 dev 1,272 test 1,273 Schema question: exam question text options: mapping of answer labels A–D to option text answer_idx: correct answer label… See the full description on the dataset page: https://huggingface.co/datasets/ssswwwxxx/medqa-usmle-4-options.

sourceHugging Faceunknownupdated 2mo agoView on Hugging Face
0likes57downloads
Dataset Card

MedQA USMLE Four Options (Parquet)

This repository provides the English USMLE four-option subset of `bigbio/med_qa` as one Parquet file: medqa_usmle_4_options.parquet.

It contains 12,723 multiple-choice questions. The original data partitions are preserved in the split column:

SplitRows
train10,178
dev1,272
test1,273

Schema

  • —question: exam question text
  • —options: mapping of answer labels A–D to option text
  • —answer_idx: correct answer label
  • —answer: correct answer text
  • —meta_info: source exam metadata
  • —metamap_phrases: extracted medical phrases
  • —split: original train, dev, or test partition

For comparable evaluation, use only split == "test" for final metrics; use dev for prompt and output-parser development. The source dataset's license is currently listed as unknown. Users are responsible for reviewing the original MedQA terms before redistribution or commercial use.