🤖 AI Summary
This paper identifies a “retrieval-reasoning disconnection” problem in large language models (LLMs) deployed in clinical settings: even when authoritative clinical guidelines—such as Written Exposure Therapy (WET)—are accurately retrieved, LLMs frequently generate reasoning outputs that violate structured protocol requirements. To address this, we introduce the first RAG evaluation framework specifically designed for clinical protocol adherence, quantifying reasoning quality along three dimensions—accuracy, consistency, and fidelity. Leveraging an expert-validated WET question set and corresponding guideline documents, we conduct a systematic empirical analysis across leading LLMs. Results show that while current RAG systems constrain output format, critical clinical reasoning errors persist at a high rate of 32%. Our key contribution is the formal integration of reasoning processes—alongside retrieval—into rigorous evaluation. We further provide a reproducible benchmark and actionable improvement pathways for structured medical decision-making.
📝 Abstract
Access to the right evidence does not guarantee that large language models (LLMs) will reason with it correctly. This gap between retrieval and reasoning is especially concerning in clinical settings, where outputs must align with structured protocols. We study this gap using Written Exposure Therapy (WET) guidelines as a testbed. In evaluating model responses to curated clinician-vetted questions, we find that errors persist even when authoritative passages are provided. To address this, we propose an evaluation framework that measures accuracy, consistency, and fidelity of reasoning. Our results highlight both the potential and the risks: retrieval-augmented generation (RAG) can constrain outputs, but safe deployment requires assessing reasoning as rigorously as retrieval.