Commit ·
2b5740e
1
Parent(s): e7b2333
Publish MedMCQA practice corpus build artefacts
Browse files- README.md +25 -0
- corpus.sqlite +3 -0
- facets.json +0 -0
- manifest.json +103 -0
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# MedMCQA practice corpus (build artefact)
|
| 6 |
+
|
| 7 |
+
Build output of the ETL in
|
| 8 |
+
[medmcqa-practice](https://github.com/). Not the original dataset - this is a
|
| 9 |
+
normalised, validated SQLite build of it, published here only so a Git-based
|
| 10 |
+
host can download it at deploy time (it is too large for a Git repository).
|
| 11 |
+
|
| 12 |
+
| File | Purpose |
|
| 13 |
+
|---|---|
|
| 14 |
+
| `corpus.sqlite` | 186,791 questions + FTS5 index |
|
| 15 |
+
| `manifest.json` | Build metadata, counts, and the answer-key checksum |
|
| 16 |
+
| `facets.json` | Subject/topic counts |
|
| 17 |
+
|
| 18 |
+
The application verifies `manifest.json`'s `answerKeyHash` against the
|
| 19 |
+
database at startup and refuses to serve questions if they disagree, so a
|
| 20 |
+
corrupted or substituted download fails closed rather than showing wrong answers.
|
| 21 |
+
|
| 22 |
+
Source data: MedMCQA (Pal, Umapathi & Sankarasubbu, PMLR v174, 2022) -
|
| 23 |
+
<https://github.com/medmcqa/medmcqa>, Apache-2.0.
|
| 24 |
+
|
| 25 |
+
**Not clinical guidance.** Exam-preparation material containing known errata.
|
corpus.sqlite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77b2436f1ecc04199e530709a55c7e7406f39d818442860787e3611c4782a41f
|
| 3 |
+
size 288530432
|
facets.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builtAt": "2026-08-08T10:43:51.582Z",
|
| 3 |
+
"appVersion": "0.1.0",
|
| 4 |
+
"copIndexBase": 1,
|
| 5 |
+
"copDiagnostics": {
|
| 6 |
+
"rangeMin": 1,
|
| 7 |
+
"rangeMax": 4,
|
| 8 |
+
"markerComparable": 49391,
|
| 9 |
+
"markerAgree1": 48974,
|
| 10 |
+
"markerAgree0": 25
|
| 11 |
+
},
|
| 12 |
+
"sourceFiles": [
|
| 13 |
+
{
|
| 14 |
+
"file": "medmcqa/dev.json",
|
| 15 |
+
"bytes": 2594517,
|
| 16 |
+
"sha256": "a2b5f53890f4e742b728378fb847bc5338088d48ea01218676379f587270af31"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"file": "medmcqa/test.json",
|
| 20 |
+
"bytes": 1800237,
|
| 21 |
+
"sha256": "5cfb861ee583911a311b7bfe7c2de0db83bbaab2d3a7711ff949e489013187ae"
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"file": "medmcqa/train.json",
|
| 25 |
+
"bytes": 147216696,
|
| 26 |
+
"sha256": "afa1b32379409fce3090a39411a769e5f1739d8bd2c43acb0806a3e070f711ba"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"file": "usmle/dev.jsonl",
|
| 30 |
+
"bytes": 2024697,
|
| 31 |
+
"sha256": "774bbd90103af43badbe8d5294e336443573fc37b918763920b8fc3b3df581d9"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"file": "usmle/test.jsonl",
|
| 35 |
+
"bytes": 2075679,
|
| 36 |
+
"sha256": "c3b905ccfa66152dc25afbcb2c10e86c0bdb208824f0658fcdb2c040f60a2beb"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"file": "usmle/train.jsonl",
|
| 40 |
+
"bytes": 16211077,
|
| 41 |
+
"sha256": "3a65baf760f17c395058d6699315a7ce8aa767c50cb193fea87ceb94dd790324"
|
| 42 |
+
}
|
| 43 |
+
],
|
| 44 |
+
"counts": {
|
| 45 |
+
"raw": 205878,
|
| 46 |
+
"accepted": 199514,
|
| 47 |
+
"rejected": 214,
|
| 48 |
+
"duplicates": 18240,
|
| 49 |
+
"conflictingAnswerGroups": 1104,
|
| 50 |
+
"sessionEligible": 180170
|
| 51 |
+
},
|
| 52 |
+
"answerIndexHistogram": [
|
| 53 |
+
58118,
|
| 54 |
+
52135,
|
| 55 |
+
46590,
|
| 56 |
+
42671
|
| 57 |
+
],
|
| 58 |
+
"answerKeyHash": "beee99db1a560c8f6b2f3f9e5ed0ca237d94aceef6a278807d2bb43631a409bb",
|
| 59 |
+
"sources": {
|
| 60 |
+
"medmcqa": {
|
| 61 |
+
"counts": {
|
| 62 |
+
"raw": 193155,
|
| 63 |
+
"accepted": 186791,
|
| 64 |
+
"rejected": 214,
|
| 65 |
+
"duplicates": 18240,
|
| 66 |
+
"conflictingAnswerGroups": 1104,
|
| 67 |
+
"sessionEligible": 167447
|
| 68 |
+
},
|
| 69 |
+
"answerIndexHistogram": [
|
| 70 |
+
54851,
|
| 71 |
+
48856,
|
| 72 |
+
43335,
|
| 73 |
+
39749
|
| 74 |
+
],
|
| 75 |
+
"copIndexBase": 1,
|
| 76 |
+
"copDiagnostics": {
|
| 77 |
+
"rangeMin": 1,
|
| 78 |
+
"rangeMax": 4,
|
| 79 |
+
"markerComparable": 49391,
|
| 80 |
+
"markerAgree1": 48974,
|
| 81 |
+
"markerAgree0": 25
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"usmle": {
|
| 85 |
+
"counts": {
|
| 86 |
+
"raw": 12723,
|
| 87 |
+
"accepted": 12723,
|
| 88 |
+
"rejected": 0,
|
| 89 |
+
"duplicates": 0,
|
| 90 |
+
"conflictingAnswerGroups": 0,
|
| 91 |
+
"sessionEligible": 12723
|
| 92 |
+
},
|
| 93 |
+
"answerIndexHistogram": [
|
| 94 |
+
3267,
|
| 95 |
+
3279,
|
| 96 |
+
3255,
|
| 97 |
+
2922
|
| 98 |
+
],
|
| 99 |
+
"copIndexBase": null,
|
| 100 |
+
"copDiagnostics": null
|
| 101 |
+
}
|
| 102 |
+
}
|
| 103 |
+
}
|