You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Purpose. One place to see, for every dataset, exactly what is staged (data on disk), what is coded (an adapter merged), and what has actually produced results, plus what is blocked and why. This mirrors the per-dataset coverage grid in the paper draft. Update this issue whenever a dataset changes state.
Bottom line: only MedQA and NIH ChestX-ray14 are actually producing results today. PubMedQA and MedMCQA are code-only (no data run). CheXpert, MIMIC-CXR, and EHR are not runnable yet.
Next: nothing required; it is the primary text-lane result.
NIH ChestX-ray14 (imaging) — LIVE, cascade next
Data: metadata (112,120 rows) + one image batch (4,999 X-rays) staged; every sampled image resolves on disk; all four image cues inject on a real X-ray with the diagnosis preserved.
Next: the multimodal imaging cascade (shared vs isolated committee on the watermark cue first). This is the natural next experiment and does not need new data.
PubMedQA (text, yes/no/maybe) — code-ready, no data run
Data: not staged. Needs the official ori_pqal.json (pqa_labeled) downloaded locally.
Next: download pqa_labeled, build a manifest, run solo (and cascade). Tracks the adapter issue Dataset adapter: PubMedQA (text QA) #114 (closed) for code; the run is still to do.
Access / credentialing checklist (the two real blockers)
PhysioNet (MIMIC-CXR): create a PhysioNet account, complete CITI "Data or Specimens Only Research" training, sign the MIMIC-CXR data-use agreement, then download.
Stanford (CheXpert): register on the Stanford ML Group CheXpert page and accept the research-use agreement, then download.
Purpose. One place to see, for every dataset, exactly what is staged (data on disk), what is coded (an adapter merged), and what has actually produced results, plus what is blocked and why. This mirrors the per-dataset coverage grid in the paper draft. Update this issue whenever a dataset changes state.
Legend
Coverage matrix
medqa.pynih_cxr14.pypubmedqa.py(#148 merged)chexpert.pymimic_cxr.pyehr.py(NotImplementedError stub)Bottom line: only MedQA and NIH ChestX-ray14 are actually producing results today. PubMedQA and MedMCQA are code-only (no data run). CheXpert, MIMIC-CXR, and EHR are not runnable yet.
Per-dataset detail
MedQA-USMLE (text) — LIVE, complete
answer_indexround-trips against ground truth.benchmaxxing/datasets/medqa.py(merged in feat: dataset adapters + stage runners + scrutiny + prompt registry (ready to run on real data) #66).NIH ChestX-ray14 (imaging) — LIVE, cascade next
benchmaxxing/datasets/nih_cxr14.py.PubMedQA (text, yes/no/maybe) — code-ready, no data run
ori_pqal.json(pqa_labeled) downloaded locally.benchmaxxing/datasets/pubmedqa.py(merged in feat: PubMedQA dataset adapter (closes #114) #148). 3-way answer shape (yes/no/maybe), which differs from A-E MCQ.pqa_labeled, build a manifest, run solo (and cascade). Tracks the adapter issue Dataset adapter: PubMedQA (text QA) #114 (closed) for code; the run is still to do.MedMCQA (text, A-E MCQ) — adapter in review
tests/test_datasets.pyand ~17 ruff errors; author to rebase). Issue Dataset adapter: MedMCQA (text/MCQ) #112.CheXpert (imaging, natural cue) — BLOCKED
benchmaxxing/datasets/chexpert.pyexists (code) but is unvalidated on real data.MIMIC-CXR (imaging + reports) — BLOCKED
benchmaxxing/datasets/mimic_cxr.pyexists (code), unvalidated on real data.Structured EHR (tabular) — deferred
benchmaxxing/datasets/ehr.pyraisesNotImplementedErrorby design (documented stub). Issue Structured EHR loader for resource-constraint scenarios #49.Access / credentialing checklist (the two real blockers)
Related issues (consolidated here)
Close/label reconciliation done alongside this issue: #47 closed (NIH staged + solo done); #45/#46/#92/#94/#120 labelled
blocked: data-access.