CLAILGJul 10

Deceptive Grounding: Entity Attribution Failure in Clinical Retrieval-Augmented Generation

arXiv:2607.0934931.0h-index: 1
Predicted impact top 3% in CL · last 90 daysOriginality Highly original
AI Analysis

For developers and users of clinical RAG systems, this reveals a critical blind spot in current evaluation metrics that can lead to dangerous misattributions.

The paper identifies a new failure mode in clinical RAG, deceptive grounding, where responses are factually grounded in retrieved documents but attributed to the wrong entity. Across 13 models, DG rates reach 8-87% under adversarial conditions, with domain-specialized models performing worse (up to 86.7%).

Retrieval-augmented generation evaluation checks whether model claims are factually grounded in retrieved documents. It does not check whether retrieved evidence is attributed to the correct entity. A clinical RAG response can pass every automated check (zero hallucinations, near-perfect faithfulness, real citations) while presenting drug Y's clinical evidence as evidence about queried drug X. We term this deceptive grounding (DG): a failure invisible to faithfulness, hallucination, and citation checks because every claim is sourced from a real document, about the wrong entity. Using a controlled factorial benchmark across 13 models, we find DG rates spanning 8-87% at peak adversarial conditions. Medical and biomedical fine-tuned models reach up to 86.7%; domain specialization amplifies the failure rather than mitigating it. A controlled ablation identifies the mechanism: removing entity-specific clinical evidence from retrieved documents eliminates entity-attribution failure entirely, shifting all failures to confabulation. The two failure modes respond to the same trigger, taking different paths. Production measurement across 740 drug-disease pairs finds 7.8% overall DG in a deployed RAG system, rising to 13.6% for recently approved drugs. Entity-attribution verification (checking that cited evidence applies to the queried entity) detects DG at 97.0% precision and 98.7% DG recall (IPW-adjusted human gold standard); no existing framework implements it.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes