Search papers, labs, and topics across Lattice.
This paper introduces CARE, a post-hoc safety layer that enhances medical summarization by providing calibrated flags for omissions and hallucinations in outputs from large language models (LLMs). By employing conformal risk control, CARE ensures that the probability of unflagged hallucinations and the expected fraction of important omissions are kept within defined limits, significantly improving the reliability of LLM-generated summaries. The method demonstrated a 28.6 percentage point improvement in omission detection in a clinician study, showcasing its effectiveness in balancing safety and review burden without requiring model retraining.
Calibrated safety flags in medical summaries can reduce unflagged omissions by up to 5 times compared to existing methods, enhancing clinician confidence in LLM outputs.
Large language models (LLMs) are increasingly used for medical summarization, but their outputs can omit medically important information and introduce unsupported claims. Existing error-detection methods produce heuristic or uncalibrated scores, providing no formal control over missed errors and no principled way to trade off safety against clinician review burden. We introduce Conformal Assessment for Risk Evaluation (CARE), a post-hoc, model-agnostic safety layer that uses conformal risk control to overlay calibrated omission and hallucination flags onto summaries from any LLM without retraining. CARE provides finite-sample, distribution-free guarantees through two controllers: a hallucination controller that bounds the probability of a document containing any unflagged hallucinated sentence, and an omission controller that bounds the expected fraction of important omissions not surfaced for review. Unlike hallucination detection, omissions depend jointly on whether a source sentence is important and whether it is covered by the summary. We show that calibrating only one dimension can violate the target risk bound, while marginal decompositions remain valid but overly conservative. By jointly calibrating over the full $(蟿,纬)$ threshold space, CARE preserves formal guarantees while surfacing up to 5$\times$ fewer sentences than alternative calibrated baselines. Across five medical summarization tasks, CARE satisfies the target risk bound at $伪= 0.15$ with 95% confidence across 100 calibration/test resplits, using only ~100 labeled documents per domain. In a preliminary clinician study (75 document reviews), calibrated flags improved omission detection by 28.6 percentage points on average. These results show that sentence-level safety guarantees are feasible for LLM-assisted medical summarization and offer a tunable mechanism for balancing residual risk and review effort.