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

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, AI in Healthcare · Depth: Expert, extended

Summary

Deceptive Grounding (DG) is a critical failure in clinical Retrieval-Augmented Generation (RAG) systems where models accurately relay retrieved evidence but attribute it to the wrong entity, remaining undetected by standard hallucination, faithfulness, and citation checks. A study across 13 models found DG rates from 8% to 87%, with medical and biomedical fine-tuned models reaching up to 86.7%, indicating domain specialization amplifies this issue. The mechanism involves a two-stage process where shared disease context primes the model, and the presence of "completing information" in retrieved documents drives DG. Researchers propose Entity-attribution verification (EAV), achieving 97.0% precision and 98.7% DG recall, to detect this. Production measurement revealed 7.8% overall DG in a deployed system, increasing to 13.6% for recently approved drugs.

Key takeaway

For AI Scientists and Machine Learning Engineers deploying or evaluating clinical RAG systems, recognize that standard faithfulness and hallucination checks are insufficient. Your system could be factually accurate yet clinically dangerous due to "deceptive grounding," where evidence is misattributed to the wrong entity. You must implement entity-attribution verification (EAV) in your evaluation pipelines and prioritize entity-specific retrieval to mitigate this systematic, evaluation-invisible failure.

Key insights

RAG systems can be factually accurate yet clinically wrong due to undetected entity misattribution.

Principles

Method

EAV identifies claims attributed to entity Y in documents, presented as X's evidence, when Y differs from the queried entity X, and all claims are document-grounded.

In practice

Topics

Best for: AI Architect, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.