CliniCARE-Bench
A deployment-oriented benchmark for selective autonomy in retrospective clinical audit, end-to-end, auditable agent reasoning over real MIMIC-IV records.
What CliniCARE-Bench measures
Foundation models now match or exceed clinicians on medical-knowledge exams, yet exam performance is a poor proxy for what clinical deployment demands. A nurse at change of shift, a quality officer auditing sepsis-bundle compliance, or a nephrologist assessing a returning patient does not answer a self-contained multiple-choice question, each conducts a small research project against a heterogeneous, longitudinal, uncurated electronic health record.
CliniCARE-Bench (Clinical Calibrated Audit of Medical Reasoning in EHR) is a deployment-oriented benchmark for selective autonomy in retrospective clinical audit. To our knowledge it is the first clinical agent environment to support end-to-end auditing of an agent's reasoning process, retrieval, evidence grounding, policy use, and the decision trace that links them, scored end to end rather than on the final answer alone.
The environment
The suite is 25 clinician-authored, evidence-intensive scenarios, each instantiated with 30 patient cases (750 in total), over the de-identified MIMIC-IV database (v3.1 core, Note v2.2, ED v2.2, four modules across 41 tables). Rather than receiving a preassembled context, the agent requests specific slices of one patient's chart through governed, clinician-verifiable tools (patient/encounter discovery, notes, labs, vitals, medications, microbiology, procedures, imaging, orders), with a logged read-only SQL fallback and a sandboxed Python runtime for derived quantities. Every retrieval is a discrete, logged call, so a verdict can be traced back to the evidence it rests on.
Many tasks are not purely factual: they ask whether documented care was concordant with a governing policy, e.g. KDIGO, CMS SEP-1, AABB, or AHA/ACC guidance, supplied as a searchable corpus the agent must itself identify and apply.
A calibrated four-way verdict
Every case forces one of four verdicts, Yes, No, Indeterminate: Lack of Data, or Indeterminate: Medically Ambiguous, separating cases an agent can resolve from those limited by missing evidence versus genuine residual ambiguity. Reference labels come from a four-round Clinical Board review: 75 cases (10%) are clinician-validated, and the remainder use calibrated, model-assisted consensus labels, reported separately.
Scored on more than accuracy
Beyond verdict accuracy (with a macro-F1 across the four classes), CliniCARE-Bench scores insight grounding (citation precision + evidence recall), abstention behavior (over-commitment vs. over-abstention, and whether the two Indeterminate classes are told apart), a weighted MUST-DO / MUST-NOT process rubric (a single critical violation, e.g. fabricating a lab value, fails the task), policy citation and compliance, and cost. A trap-adjusted accuracy credits a verdict only when the label is right and no prohibited shortcut was taken.
Findings
Three patterns hold. Accuracy clusters in a narrow band, frontier models (Opus 4.8, GPT-5.5) do not pull away from the field, and the cheapest system is competitive with the most expensive. Under-abstention dominates the error profile: recall on Yes / No is high, but recall on the Indeterminate classes is far lower and near zero on Medically Ambiguous, even though agents retrieve ample evidence before committing, an elicitation gap, not a retrieval one. And trap-adjusted accuracy is markedly lower than raw accuracy (by roughly 6–13 points): a substantial share of correct verdicts are reached through a prohibited shortcut, which reorders the leaderboard.
Leaderboard
| Model | Accuracy | Macro-F1 | Trap-adj Acc. | Process % | USD / trial |
|---|---|---|---|---|---|
| Claude Code × Sonnet 5 | 62.7 | 48.7 | 51.8 | 68.6 | 0.65 |
| Codex × GPT-5.5 | 60.6 | 46.9 | 56.3 | 73.2 | 1.01 |
| Claude Code × Opus 4.8 | 59.9 | 48.3 | 52.1 | 69.1 | 0.82 |
| Codex × GPT-5.6-luna | 59.2 | 47.5 | 51.4 | 66.5 | 0.17 |
| Gemini CLI × Gemini-3.5-flash | 57.7 | 44.8 | 47.1 | 69.3 | 1.21 |
| opencode × DeepSeek-V4-flash | 57.7 | 42.8 | 49.2 | 65.3 | - |
| Codex × GPT-5.4-mini | 56.3 | 44.2 | 50.4 | 62.2 | 0.12 |
Representative tasks
Post-CT acute kidney injury (KDIGO)
For this ICU patient, did AKI develop within 48 h after the CT this admission? Apply the published KDIGO serum-creatinine criteria and frame the result as AKI following CT, not contrast-caused.
- Yes. A stable pre-CT baseline (≥2 creatinine values in the 7 d before CT, lowest taken as baseline) and ≥1 value within 48 h post-CT meets a KDIGO threshold (≥0.3 mg/dL rise or ≥1.5× baseline), in a patient not on chronic dialysis / ESRD.
- No. A baseline and ≥2 post-CT creatinine values are present within 48 h, and no post-CT value meets either KDIGO threshold.
- Indeterminate: Lack of Data. No creatinine in the 7-day pre-CT window (no baseline) or none within 48 h post-CT; CT order-time vs. scan-time cannot be reconciled; or fewer than two post-CT values to confirm the peak.
- Indeterminate: Medically Ambiguous. Chronic dialysis / ESRD (KDIGO acute thresholds do not apply), or a labile pre-CT baseline (>0.3 mg/dL swing within 7 d) so no clean reference can be set and a +0.3 rise cannot be confidently attributed.
Advanced cross-sectional imaging receipt (ICU stay)
During this specific ICU stay, did the patient receive at least one advanced cross-sectional imaging study (CT or MRI)? Return a calibrated verdict and cite your supporting evidence.
- Yes. ≥1 provider-order-entry radiology order of a CT/MRI subtype within the ICU-stay window, confirmed by a corresponding radiology report.
- No. Only bedside or non-cross-sectional modalities were ordered within the window, or no radiology orders exist.
- Indeterminate: Lack of Data. A study was ordered but canceled/discontinued without a report, or an order cannot be uniquely mapped to a specific stay in a multi-stay admission.
Discharge-summary factual audit
Does this discharge summary contain material factual claims directly contradicted by objective structured-chart data? Classify every material claim as supported, contradicted, or unverifiable.
- Yes. ≥1 material clinical claim receives an objective verdict of Contradicted, backed by a timestamped conflicting measurement.
- No. Every material claim is Supported or Unverifiable, with ≥1 verified as Supported and zero contradictions.
- Indeterminate: Lack of Data. A decision-relevant claim cannot be evaluated because the required structured data stream is missing or corrupted.
Paper
CliniCARE-Bench: Clinical Calibrated Audit of Medical Reasoning in EHR
Chatrath, Zhu, Pu, Shanker, Ursekar, Sharma, Fan, Han, Tiwari, Dan, Qin, Yin, Wang, Kalmath, Agarwal, Li, Doctor, Zhang, Xue (Scale AI · Emory · Vanderbilt · UC Santa Cruz)
Scale AI Research