Papers for

clinical decision support teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Medical visual question answering improves by comparing answer meanings

Option-Aware Retrieval and Task-Specific VLM Adaptation for Medical VQA

Abstract: We describe our submission to the MedReason 2026 challenge, covering multiple-choice (MCQ) and open-ended (OE) medical visual question answering (VQA) under fully offline, containerized inference. Our first finding is that MCQ retrieval must compare answer \emph{semantics} rather than answer labels: labels are independently assigned per question, so copying a retrieved neighbor's label transfers no useful information, whereas scoring each current option's text against correct-answer text from similar training cases raises retrieval-only accuracy from 20.0\% to 57.5\% on a 200-case retrieval-excluded development holdout. Our second finding attributes the submitted system's accuracy: holding the task-specific MCQ Low-Rank Adaptation (LoRA) adapter fixed and varying the number \(k\) of in-prompt retrieved examples changes accuracy by at most one case --- 187/200 (93.5\%) at both \(k=0\) and the adapter's training-time \(k=1\), 188/200 (94.0\%) at the packaged runtime's default \(k=3\) --- and the submitted confidence-gated override adds no net accuracy on top of \(k=3\), selecting the VLM in 198/200 cases. With the final MCQ adapter fixed, retrieval changes accuracy by at most one case, and gating provides no net gain. On 20 OE cases, token-F1 and RaTEScore~\cite{zhao2024ratescore} decrease as \(k\) grows, but paired sign tests on token-F1 differences are nonsignificant (\(p \ge 0.29\)); a single-annotator comparison found 6/20 wrong-anchor errors for the final configuration and 14/20 for an earlier configuration that jointly differed in routing, adapter, and prompting. The system reaches 94.0\% MCQ accuracy on the development holdout and 93.20\% on the organizer's official pre-evaluation, versus 29.43\% for the off-the-shelf reference baseline, while both of the organizer's open-ended scores are lower than that baseline's (ground-truth agreement 1.245 versus 1.588, visual accuracy 1.995 versus 2.696, each out of 4).

Mon 14 SeptArtificial IntelligenceComputation and LanguageComputer Vision and Pattern Recognition
The gist
Answering medical questions about images is tricky, especially when questions have multiple-choice answers. The authors found that matching the meanings of answer options rather than just labels greatly improves accuracy. They developed a system that adapts to specific tasks and uses retrieved examples to boost medical question answering performance. Their system achieves over 93% accuracy on multiple-choice questions but performs less well on open-ended ones. This shows a useful way to build smarter medical visual assistants.
Open 2609.15530v1

Medical multi-agent system that learns from experience improves diagnosis

EMR: Self-Evolving Medical Multi-Agent System via Experience Mining and Reuse

Abstract: Large language model (LLM) driven multi-agent systems have shown promise in complex clinical reasoning, yet existing approaches rely on static strategies and lack persistent clinical memory, preventing self-evolving from prior diagnostic successes and failures. We present EMR, a self-evolving medical multi-agent system via Experience Mining and Reuse. EMR introduces a hierarchical clinical experience library that organizes accumulated knowledge into three levels: clinical principles, diagnostic patterns, and representative cases. During inference, EMR emulates multidisciplinary consultation: a planner agent coordinates domain-specific department agents for specialized reasoning, while a summary agent synthesizes their analyses into a final decision. Critically, EMR automatically extracts correct diagnostic insights and failure-related warnings from multi-agent reasoning trajectories, incrementally updating the experience library to guide future cases. Experiments on medical reasoning benchmarks demonstrate that EMR consistently outperforms state-of-the-art medical multi-agent baselines. Further analysis reveals that the hierarchical experience enables cross-specialty generalization and transfer across diverse LLM backbones, offering a scalable and in

Mon 14 SeptComputation and LanguageArtificial Intelligence
The gist
Medical diagnosis is complicated, and computer programs that try to help often rely on fixed methods that don’t improve with time. The authors developed EMR, a system where different AI agents work together like doctors in different specialties consulting each other. EMR remembers past successes and mistakes by organizing knowledge in a layered way and uses these experiences to get better over time. Tests show EMR beats previous systems at medical reasoning and can adapt to new situations and different AI models.
Open 2609.15161v1

Medical fact verification improves with snippet level clinical grouping

MedSNIP: Building and Benchmarking Snippet-Level Granularity for Medical Fact Verification

Abstract: A medical claim's correctness often depends not on the claim alone, but on the clinical structure around it. A claim may require a lab reference range, a causal or conditional link, or patient-specific details to be judged correctly, and atom-level decomposition can fragment these dependencies, leaving the verifier with clinically incomplete claims. We reformulate medical fact-checking around snippet-level verification, where clause-grouped units preserve local clinical structure. We introduce MedSNIP-Bench, a human-annotated benchmark for snippet-level medical fact verification, and MedSNIP, an automatic snippet-generation pipeline. MedSNIP-Bench covers 276 consumer-health and clinical-vignette responses, segmented into 2,524 snippets with dual in-general and in-patient-context labels and six structural pattern codes. MedSNIP is evaluated against human snippet boundaries on MedSNIP-Bench and then used to generate snippet-level units for external corpora. Across MedSNIP-Bench, HealthFC, and MedHallu, snippet-level verification preserves or improves false-class F1, with gains concentrated where answers are long enough to fragment and where the verifier is strong enough to exploit the recovered structure. The largest merge-pattern gain is on causal-conditional clinical chains. It also reduces verifier calls by 24-73%, though the saving survives end-to-end only when decomposition is cheap, which an open-weight decomposer makes possible at no loss of chunking fidelity.

Fri 11 SeptComputation and Language
The gist
Medical claims often depend on detailed clinical context, like lab results or patient-specific factors, to be judged correctly. The authors propose checking claims by splitting them into meaningful snippet units that keep clinical details together, instead of breaking them into too small pieces. They created a new dataset and a method for automatically generating these snippets, which helps improve the accuracy of verifying medical facts. This approach reduces unnecessary checks and works especially well for complex medical claims with causal or conditional relationships.
Open 2609.12884v1

Language models are inadequate for complex quantitative decisions

Language Is an Insufficient Substrate for Quantitative Reasoning, and Consequential Domains Need Large Quantitative Models

Abstract: The prevailing assumption in applied machine learning is that progress on consequential quantitative decisions such as pricing risk, allocating capital, triaging patients, or containing a network intrusion will follow from progress in large language models (LLMs). A language model is trained on a representation of the world that was produced by human description; description is a lossy encoding of the quantitative record, and the loss is irreversible: no downstream model, at any scale, can recover from a description what the description did not encode. We formalize this as a property of the representation on which a model is trained rather than of the model capacity, and we identify three further properties that consequential settings demand of a model and that a language substrate cannot supply by construction: reproducibility, lineage from every output back to the source records that produced. it, and calibrated uncertainty. We argue that these properties define a distinct model class, which we call the Large Quantitative Model (LQM).

Thu 10 SeptArtificial IntelligenceMachine Learning
The gist
Using language models to make important decisions based on numbers, like pricing or medical triage, is limited because language can’t fully capture precise data. The authors explain that when people describe data in words, some details are lost forever, so no computer model trained on those words can perfectly recover the original figures. They also identify three key needs for trusted quantitative decision-making: consistent results, traceability back to original data, and meaningful measures of uncertainty. Because language models can’t provide these by design, the authors say a new type of model focused on quantitative data is needed.
Open 2609.12105v1

Target leakage not model type explains high accuracy in heart disease screening

Target leakage, not model class, explains reported accuracy in survey-based cardiovascular screening: a leakage-tiered audit of glass-box and tabular foundation models

Abstract: Cardiovascular screening models trained on national health surveys routinely report areas under the receiver operating characteristic curve (AUROC) near 0.89. We asked whether that accuracy reflects learning or target leakage, whether tabular foundation models change the answer, and whether the properties deployment requires survive joint examination. We benchmarked ten classifiers spanning linear, tree-ensemble, neural, glass-box, and tabular foundation classes for prevalent myocardial infarction in 442,067 respondents of the 2022 Behavioral Risk Factor Surveillance System across five feature tiers of decreasing leakage risk. Each was audited for discrimination, calibration, fairness at an explicit screening threshold, conformal coverage, explanation faithfulness, and inference cost, then applied -- models and thresholds frozen -- to 430,755 respondents of 2023. Removing two post-diagnostic features cost every model 0.049-0.051 AUROC, collapsing the field into a 0.0045-wide band. The glass-box explainable boosting machine was non-inferior to every alternative within a pre-specified 0.005 margin while scoring the cohort roughly 104 times faster than the strongest foundation model. One threshold detected 75.4% of women's infarctions against 89.0% of men's; editing the model's shape functions reduced the gap to 0.010. Marginal conformal prediction gave 0.86 coverage to men and 0.82 to adults over 60; Mondrian calibration repaired every stratum. Frozen models transported within 0.002 AUROC. Reported headroom in this literature is a property of the feature set, not the learner. Transparency cost nothing measurable and made fairness repair and uncertainty conditioning directly auditable. Evaluation practice, not model capacity, is the binding constraint.

Thu 10 SeptComputation and Language
The gist
Many heart disease screening models seem very accurate, but this paper shows that the high scores come from including data that reveal the diagnosis (target leakage), not from better machine learning methods. The authors tested various models on a large health survey and found removing these revealing features reduced accuracy for all models equally. A transparent, interpretable model performed just as well but was much faster and helped fix fairness issues in predictions. This means choosing the right input data and careful evaluation matter more than the model type for reliable heart disease screening.
Open 2609.11838v1

SENTRYLINE answers evolving cancer care questions with updated guideline checks

SentryLine: Evidence-Grounded Question Answering over Evolving Documents in Oncology Care

Abstract: Oncology care operates at constant pressure of absorbing rapidly evolving evidence base in biomedicine. The American Society of Clinical Oncology (ASCO) addresses this through living guidelines, but the format introduces a new burden: any recommendation can change at any point, across multiple versioned documents. We present SENTRYLINE, a living guideline-aware clinical question answering system. SENTRYLINE retrieves guideline passages through a vectorless hierarchical RAG pipeline and returns a role-specific answer with inline citations, factual and temporal verification reports, and drift detection notes that surface when a guideline has been updated. We construct ASCOBENCH, a benchmark of 405 three-turn conversations across four question categories with gold answers from expert annotators(clinicians), and use test set to evaluate SENTRYLINE against five baselines under an LLM-as-judge framework. Experiments across three generation backbones show consistent improvements over four retrieval baselines and ASCO's guideline assistant, with particularly strong gains on Reasoning and Role-Specific questions where multi-hop synthesis and register adaptation are required

Tue 8 SeptComputation and Language
The gist
Cancer care guidelines change frequently as new medical evidence emerges, which makes it hard for doctors to stay current. The authors created SENTRYLINE, a system that answers clinical questions by searching multiple versions of these guidelines and highlights when information has changed. It provides answers tailored to different roles in healthcare, shows exact citations, and verifies if the facts and timing are correct. The system was tested on a set of cancer-related questions and performed better than other methods, especially for complicated questions that need combining multiple pieces of information.
Open 2609.08364v1