Overview
Field: NLP Authors: Jiashuo Zhang, Yuling Chen, Yvonne Commodore-Mensah, Michael Oberst Published: 2026-09-14 arXiv: 2609.15964
Abstract
Large language models (LLMs) have been widely adopted for clinical question answering (QA). Current systems can attach citations to their answers, but these often point to broad texts, leaving time-pressed clinicians unable to verify them efficiently. An alternative is to ensure that responses are verifiable by construction: providing fine-grained verbatim quotes from reference material that substantiate claims, so users can verify an answer without opening other documents.
In this paper, the authors evaluate the ability of current models to perform this task end-to-end: from providing citations for every factual claim, to producing verbatim quotes, to ensuring that those quotes fully substantiate the claims.
Methodology
- Built a standardized evaluation harness over four clinical practice guidelines
- Evaluated 12 LLMs on 222 synthetic clinical questions
- Measured each stage separately: claim citation coverage, quote verbatimness, and full substantiation of claims by their quotes
- Apart from lightweight models such as claude-haiku-4.5, most models can attach verbatim quotes to over 90% of claims with prompting alone.
- However, quotes often fail to substantiate all details of the attached claim. For example, claude-opus-5 generated verbatim quotes for 98.0% of claims, but only 37.1% of claims were fully substantiated by their quotes.
- The paper provides insights into the capability gaps of current LLMs for building verifiable clinical QA systems, along with artifacts for future research.
Key Findings
*Auto-collected on 2026-09-16*