Papers › CARE: A Conformal Safety Layer for Medical Summarization

CARE: A Conformal Safety Layer for Medical Summarization

8 Jun 2026arXiv:2606.08969added by Syntology

Suhana Bedi, Bridget Lin, Anson Y. Zhou, Chloe O. Stanwyck, Jenelle A. Jindal, Sanmi Koyejo, David Stutz, Nigam H. Shah

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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× 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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.08969")

Code

Syntology Ran 19 of 21 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 19 ran with no contract checked.

By repository: found in paper text by Syntology: 21 samples from 1 repository, 19 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

som-shahlab/CARE found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 19 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19ran
2unverified

Licence: 21 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from som-shahlab/CARE. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_factuality_controller som-shahlab/CARE/care/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · 9c35861dc2a2adfd · report
apply_filters som-shahlab/CARE/care/filters.py found in paper text by Syntology ran no licence file found · pointer only · bb7ba3c2a62853c2 · report
compute_factuality_loss_binary som-shahlab/CARE/care/calibration.py found in paper text by Syntology ran no licence file found · pointer only · 4ac9e0960050a45b · report
compute_factuality_risk_binary som-shahlab/CARE/care/calibration.py found in paper text by Syntology ran no licence file found · pointer only · d0c6f72170f181fd · report
compute_omission_loss_binary som-shahlab/CARE/care/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · a89d584952e7442f · report
format_sentences som-shahlab/CARE/care/prompts.py found in paper text by Syntology ran no licence file found · pointer only · e8f0d4a9d6f74900 · report
get_phase3_thresholds som-shahlab/CARE/care/config.py found in paper text by Syntology ran no licence file found · pointer only · f6b5fa69141bf082 · report
get_phase4_alpha_sweep som-shahlab/CARE/care/config.py found in paper text by Syntology ran no licence file found · pointer only · aa7faf1fdb6de147 · report
get_phase4_results som-shahlab/CARE/care/config.py found in paper text by Syntology ran no licence file found · pointer only · 0a2b743178267463 · report
is_header_line som-shahlab/CARE/care/split.py found in paper text by Syntology ran no licence file found · pointer only · d214fbfa3e8c5e9b · report
is_rate_limit_error som-shahlab/CARE/care/oracle.py found in paper text by Syntology ran no licence file found · pointer only · fc57bed709eafbe2 · report
is_valid_source_sentence som-shahlab/CARE/care/filters.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · ad5a2a3ce53e200d · report
is_valid_summary_sentence som-shahlab/CARE/care/filters.py found in paper text by Syntology ran no licence file found · pointer only · 604960a428c76815 · report
load_jsonl som-shahlab/CARE/care/utils.py found in paper text by Syntology ran no licence file found · pointer only · d062537281fbcda4 · report
protect_abbreviations som-shahlab/CARE/care/split.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 3cd11c03e13d6c9c · report
restore_abbreviations som-shahlab/CARE/care/split.py found in paper text by Syntology ran no licence file found · pointer only · 1ac7912816c40a79 · report
setup_logging som-shahlab/CARE/care/utils.py found in paper text by Syntology ran no licence file found · pointer only · a2e6317c9ba0c260 · report
simple_average som-shahlab/CARE/care/scoring.py found in paper text by Syntology ran no licence file found · pointer only · 636c9ffc1b6bacac · report
suggested_wait_seconds som-shahlab/CARE/care/oracle.py found in paper text by Syntology ran no licence file found · pointer only · a3d1665e3446fa6c · report
get_domain_spec som-shahlab/CARE/care/prompts.py found in paper text by Syntology unverified no licence file found · pointer only · 5939f74f3483d1d6 · report
get_summarizer_system_prompt som-shahlab/CARE/care/prompts.py found in paper text by Syntology unverified no licence file found · pointer only · 4406fcb9e7b308d8 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.08969, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections