Add dataset card with YAML frontmatter, fields, splits, and citation
Browse files
README.md
ADDED
|
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pretty_name: MedMCQA (AIIMS & NEET PG Medical Entrance MCQs)
|
| 6 |
+
size_categories:
|
| 7 |
+
- 100K<n<1M
|
| 8 |
+
task_categories:
|
| 9 |
+
- question-answering
|
| 10 |
+
language_creators:
|
| 11 |
+
- expert-generated
|
| 12 |
+
annotations_creators:
|
| 13 |
+
- expert-generated
|
| 14 |
+
multilinguality:
|
| 15 |
+
- monolingual
|
| 16 |
+
tags:
|
| 17 |
+
- medical
|
| 18 |
+
- neet-pg
|
| 19 |
+
- aiims
|
| 20 |
+
- multiple-choice
|
| 21 |
+
- benchmark
|
| 22 |
+
configs:
|
| 23 |
+
- config_name: default
|
| 24 |
+
default: true
|
| 25 |
+
data_files:
|
| 26 |
+
- split: train
|
| 27 |
+
path: train.json
|
| 28 |
+
- split: validation
|
| 29 |
+
path: dev.json
|
| 30 |
+
- split: test
|
| 31 |
+
path: test.json
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
# MedMCQA (AIIMS & NEET PG Medical Entrance MCQs)
|
| 35 |
+
|
| 36 |
+
## Dataset Summary
|
| 37 |
+
|
| 38 |
+
This dataset is a re-upload of the [MedMCQA](https://github.com/medmcqa/medmcqa) dataset introduced by Pal et al. in *[MedMCQA: A Large-Scale Multi-Subject Multi-Choice Dataset for Medical Domain Question Answering](https://arxiv.org/abs/2203.14371)* (ACL 2022).
|
| 39 |
+
|
| 40 |
+
MedMCQA is a large-scale multiple-choice question answering dataset sourced from Indian medical entrance examinations (AIIMS PG and NEET PG). It covers **20 medical subjects** and contains over **194,000** questions with four answer options each.
|
| 41 |
+
|
| 42 |
+
This repository includes:
|
| 43 |
+
- the **train** split (182,822 questions from mock tests and online test series),
|
| 44 |
+
- the **dev** split (4,183 questions from NEET PG exams, 2001–present),
|
| 45 |
+
- the **test** split (6,150 questions from AIIMS PG exams, 1991–present).
|
| 46 |
+
|
| 47 |
+
> **Note**: The test split has **no ground-truth labels**. The standard community practice is to evaluate on the **dev** split. To evaluate on the test set, predictions must be submitted via the [official submission form](https://forms.gle/xLJHNbuvaRa2FXbD8).
|
| 48 |
+
|
| 49 |
+
**Original resources**
|
| 50 |
+
| Resource | Link |
|
| 51 |
+
|---|---|
|
| 52 |
+
| Original repository | https://github.com/medmcqa/medmcqa |
|
| 53 |
+
| Published paper (ACL 2022) | https://aclanthology.org/2022.findings-acl.56 |
|
| 54 |
+
| arXiv preprint | https://arxiv.org/abs/2203.14371 |
|
| 55 |
+
|
| 56 |
+
## Supported Tasks
|
| 57 |
+
|
| 58 |
+
- **Multiple-choice question answering**: given a medical question and four answer options, predict the correct option.
|
| 59 |
+
- **Medical QA benchmarking**: evaluate domain-specific language models on multi-subject clinical and preclinical reasoning across 20 medical subjects.
|
| 60 |
+
|
| 61 |
+
## Languages
|
| 62 |
+
|
| 63 |
+
English (`en`)
|
| 64 |
+
|
| 65 |
+
## Dataset Structure
|
| 66 |
+
|
| 67 |
+
### Loading the Dataset
|
| 68 |
+
|
| 69 |
+
```python
|
| 70 |
+
from datasets import load_dataset
|
| 71 |
+
|
| 72 |
+
dataset = load_dataset("awinml/medmcqa")
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
### Data Splits
|
| 76 |
+
|
| 77 |
+
| Split | Examples | Has Labels (`cop`) | Has Explanations (`exp`) |
|
| 78 |
+
|---|---:|:---:|:---:|
|
| 79 |
+
| train | 182,822 | ✅ | ✅ (88% non-null) |
|
| 80 |
+
| validation | 4,183 | ✅ | ✅ (53% non-null) |
|
| 81 |
+
| test | 6,150 | ❌ | ❌ |
|
| 82 |
+
| **total** | **193,155** | | |
|
| 83 |
+
|
| 84 |
+
The splits are **separated by exam source**, not randomly:
|
| 85 |
+
|
| 86 |
+
| Split | Source Exam | Period |
|
| 87 |
+
|---|---|---|
|
| 88 |
+
| train | Mock tests & online test series | Various |
|
| 89 |
+
| validation (dev) | NEET PG exam | 2001–present |
|
| 90 |
+
| test | AIIMS PG exam | 1991–present |
|
| 91 |
+
|
| 92 |
+
### Data Fields
|
| 93 |
+
|
| 94 |
+
| Field | Type | Description |
|
| 95 |
+
|---|---|---|
|
| 96 |
+
| `id` | `string` | Unique question ID. |
|
| 97 |
+
| `question` | `string` | The question text. |
|
| 98 |
+
| `opa` | `string` | Option A text. |
|
| 99 |
+
| `opb` | `string` | Option B text. |
|
| 100 |
+
| `opc` | `string` | Option C text. |
|
| 101 |
+
| `opd` | `string` | Option D text. |
|
| 102 |
+
| `cop` | `int` | Correct option index (1–4). Present in train and validation only. |
|
| 103 |
+
| `exp` | `string` | Detailed medical explanation. Present in train and validation only (many null). |
|
| 104 |
+
| `subject_name` | `string` | Medical subject category (20 subjects). |
|
| 105 |
+
| `topic_name` | `string` | Topic within the subject. |
|
| 106 |
+
| `choice_type` | `string` | `"single"` or `"multi"` answer type. |
|
| 107 |
+
|
| 108 |
+
### Example
|
| 109 |
+
|
| 110 |
+
```json
|
| 111 |
+
{
|
| 112 |
+
"id": "f469cb22-2b04-4af1-8685-ad2831060a54",
|
| 113 |
+
"question": "Which of the following is not true about glelidings?",
|
| 114 |
+
"opa": "Gliding joints allow movement in a single plane",
|
| 115 |
+
"opb": "Gliding joints allow sliding movements",
|
| 116 |
+
"opc": "Gliding joints are also called plane joints",
|
| 117 |
+
"opd": "Gliding joints are found in the carpal bones of the wrist",
|
| 118 |
+
"cop": 1,
|
| 119 |
+
"exp": "Gliding joints allow sliding or gliding movements and are also called plane joints. They are found in the carpal bones of the wrist. They do not restrict movement to a single plane.",
|
| 120 |
+
"subject_name": "Anatomy",
|
| 121 |
+
"topic_name": "General anatomy",
|
| 122 |
+
"choice_type": "single"
|
| 123 |
+
}
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
### Subject Categories (20 total)
|
| 127 |
+
|
| 128 |
+
Anaesthesia, Anatomy, Biochemistry, Dental, ENT, Forensic Medicine, Gynaecology & Obstetrics, Medicine, Microbiology, Ophthalmology, Pathology, Pediatrics, Pharmacology, Physiology, Psychiatry, Radiology, Skin, Social & Preventive Medicine, Surgery, Unknown.
|
| 129 |
+
|
| 130 |
+
## Dataset Creation
|
| 131 |
+
|
| 132 |
+
### Source Data
|
| 133 |
+
|
| 134 |
+
This dataset is derived from the original [medmcqa/medmcqa](https://github.com/medmcqa/medmcqa) release. The questions are sourced from Indian medical entrance examinations (AIIMS PG and NEET PG), covering a broad range of medical subjects.
|
| 135 |
+
|
| 136 |
+
This re-upload preserves the original train/dev/test split and all fields from the original authors.
|
| 137 |
+
|
| 138 |
+
### Personal and Sensitive Information
|
| 139 |
+
|
| 140 |
+
The dataset does not contain real patient records or direct personal identifiers. Questions are written as medical knowledge MCQs and may reference clinical scenarios with demographic or health-related attributes.
|
| 141 |
+
|
| 142 |
+
## Considerations for Using the Data
|
| 143 |
+
|
| 144 |
+
### Out-of-Scope Use
|
| 145 |
+
|
| 146 |
+
This dataset should **not** be used for clinical diagnosis, treatment recommendations, or as a substitute for licensed medical expertise. Performance on multiple-choice exam questions does not reflect clinical safety.
|
| 147 |
+
|
| 148 |
+
### Limitations
|
| 149 |
+
|
| 150 |
+
- **India-centric**: sourced from Indian medical entrance exams (AIIMS PG, NEET PG), which may reflect curricula and terminology specific to the Indian medical education system.
|
| 151 |
+
- **Exam-style format**: multiple-choice exam performance does not necessarily reflect clinical usefulness.
|
| 152 |
+
- **No test labels**: the test split has no publicly available ground-truth labels; evaluation requires submission to the official form.
|
| 153 |
+
- **Incomplete explanations**: 12% of train and 47% of dev entries have null explanation fields.
|
| 154 |
+
|
| 155 |
+
## Licensing Information
|
| 156 |
+
|
| 157 |
+
The original [medmcqa/medmcqa](https://github.com/medmcqa/medmcqa) repository is distributed under the [Apache License 2.0](https://github.com/medmcqa/medmcqa/blob/main/LICENSE). This re-upload follows that license.
|
| 158 |
+
|
| 159 |
+
## Citation
|
| 160 |
+
|
| 161 |
+
If you use this dataset, please cite the original MedMCQA paper:
|
| 162 |
+
|
| 163 |
+
```bibtex
|
| 164 |
+
@inproceedings{pal2022medmcqa,
|
| 165 |
+
title = {MedMCQA: A Large-Scale Multi-Subject Multi-Choice Dataset for Medical Domain Question Answering},
|
| 166 |
+
author = {Pal, Ankit and Umapathi, Logesh Kumar and Sankarasubbu, Malaikannan},
|
| 167 |
+
booktitle = {Proceedings of the Conference on Health, Inference, and Learning (CHIL)},
|
| 168 |
+
series = {Proceedings of Machine Learning Research},
|
| 169 |
+
year = {2022},
|
| 170 |
+
url = {https://arxiv.org/abs/2203.14371}
|
| 171 |
+
}
|
| 172 |
+
```
|
| 173 |
+
|
| 174 |
+
## Dataset Curators
|
| 175 |
+
|
| 176 |
+
- **Original dataset authors**: Ankit Pal, Logesh Kumar Umapathi, Malaikannan Sankarasubbu
|
| 177 |
+
- **Hugging Face re-upload**: [awinml](https://huggingface.co/awinml)
|