paper-with-me

홈 › Papers

Toward Guarantees for Clinical Reasoning in Vision Language Models via Formal Verification

2026-02-27 · Vikash Singh, Debargha Ganguly, Haotian Yu, Chengwei Zhou, Prerna Singh, Brandon Lee, Vipin Chaudhary, Gourav Datta arxiv

Vision-language models (VLMs) show promise in drafting radiology reports, yet they frequently suffer from logical inconsistencies, generating diagnostic impressions unsupported by their own perceptual findings or missing logically entailed conclusions. Standard lexical metrics heavily penalize clinical paraphrasing and fail to capture these deductive failures in reference-free settings. Toward guarantees for clinical reasoning, we introduce a neurosymbolic verification framework that deterministically audits the internal consistency of VLM-generated reports. Our pipeline autoformalizes free-text radiographic findings into structured propositional evidence, utilizing an SMT solver (Z3) and a clinical knowledge base to verify whether each diagnostic claim is mathematically entailed, hallucinated, or omitted. Evaluating seven VLMs across five chest X-ray benchmarks, our verifier exposes distinct reasoning failure modes, such as conservative observation and stochastic hallucination, that remain invisible to traditional metrics. On labeled datasets, enforcing solver-backed entailment acts as a rigorous post-hoc guarantee, systematically eliminating unsupported hallucinations to significantly increase diagnostic soundness and precision in generative clinical assistants.

📄 PDF Abstract BibTeX arXiv:2602.24111

Code (0)

등록된 구현이 없습니다.

Tasks

Clinical Knowledge

Similar Papers 제목 키워드 기반

Bridging AI and Clinical Reasoning: Abductive Explanations for Alignment on Critical Symptoms

2026-02-15 · Belona Sonna, Alban Grastien arxiv

Artificial intelligence (AI) has demonstrated strong potential in clinical diagnostics, often achieving accuracy comparable to or exceeding that of human experts. A key challenge, however, is that AI reasoning frequently…

Medical Diagnosis

Structured Decomposition for LLM Reasoning: Cross-Domain Validation and Semantic Web Integration

2026-01-04 · Albert Sadowski, Jarosław A. Chudziak arxiv

Rule-based reasoning over natural language input arises in domains where decisions must be auditable and justifiable: clinical protocols specify eligibility criteria in prose, evidence rules define admissibility through …

ArgMed-Agents: Explainable Clinical Decision Reasoning with LLM Disscusion via Argumentation Schemes

2024-03-10 · Shengxin Hong, Liang Xiao, Xin Zhang, Jianxia Chen

There are two main barriers to using large language models (LLMs) in clinical reasoning. Firstly, while LLMs exhibit significant promise in Natural Language Processing (NLP) tasks, their performance in complex reasoning …

LogicReward: Incentivizing LLM Reasoning via Step-Wise Logical Supervision

2025-12-20 · Jundong Xu, Hao Fei, Huichi Zhou, Xin Quan 외 arxiv

Although LLMs exhibit strong reasoning capabilities, existing training methods largely depend on outcome-based feedback, which can produce correct answers with flawed reasoning. Prior work introduces supervision on inter…

Natural Language InferenceLogical Reasoning

Watchdogs and Oracles: Runtime Verification Meets Large Language Models for Autonomous Systems

2025-11-18 · Angelo Ferrando arxiv

Assuring the safety and trustworthiness of autonomous systems is particularly difficult when learning-enabled components and open environments are involved. Formal methods provide strong guarantees but depend on complete…