datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
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.
