datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
spandana-neetpg-inicet
MedMCQA practice corpus (build artefact)
Build output of the ETL in
medmcqa-practice. Not the original dataset - this is a
normalised, validated SQLite build of it, published here only so a Git-based
host can download it at deploy time (it is too large for a Git repository).
File
Purpose
corpus.sqlite
186,791 questions + FTS5 index
manifest.json
Build metadata, counts, and the answer-key checksum
facets.json
Subject/topic counts
The application verifies… See the full description on the dataset page: https://huggingface.co/datasets/medtechdev/spandana-neetpg-inicet.neet-pg-2012
NEET PG 2012 Questions Dataset
Evaluation dataset of NEET PG 2012 multiple choice questions. Some questions include an image (e.g. diagrams).
Dataset structure
Each row has:
question: Question statement
options: List of options (e.g. ["(A) ...", "(B) ...", ...])
correct_answer: Correct option letter (A–D)
image: Optional. When the question has an image, a data URL string data:image/<type>;base64,.... Otherwise null.
Loading
from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/prapaa/neet-pg-2012.neet-pg-2023
NEET PG 2012 Questions Dataset
Evaluation dataset of NEET PG 2023 multiple choice questions. Some questions include an image (e.g. diagrams).
Dataset structure
Each row has:
question: Question statement
options: List of options (e.g. ["(A) ...", "(B) ...", ...])
correct_answer: Correct option letter (A–D)
image: Optional. When the question has an image, a data URL string data:image/<type>;base64,.... Otherwise null.
Loading
from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/prapaa/neet-pg-2023.
