Executive Summary
Key Takeaways
- The metric went quiet, not away — Vendors stopped leading with hallucination-reduction claims because the hard numbers got awkward and the narrative shifted to agents/benchmarks; independent evals (Vectara HHEM leaderboard, Med-HALT) still measure meaningful hallucination in frontier models.
- Hallucination moved into confident, sourced error — In deep-research agents the failure mode is fabricated references that look real, citation-to-content mismatch, and silent retrieval failures, which are harder to catch than a chatbot giving a wrong fun-fact.
- Deep-research citations are frequently unverifiable — Onweller et al. 2026 and Rao et al. 2026 (across 50k+ URLs) show agents synthesize from hundreds of sources but cannot reliably validate source accessibility or correctness.
- Clinical consensus mandates human verification — ICMJE (AI cannot be authors; authors accountable), WHO (clinician responsibility; flag hallucination risk), and AMA ("augmented intelligence" supporting, never replacing, the physician).
- The cutting edge is verification engineering, not hallucination elimination — Chain-of-Verification (validate-before-answer), RAG grounding, and semantic-entropy uncertainty calibration are the most credible mitigation techniques; none is perfect.
- Verification-first prompting works at the point of use — Demanding a citation per claim, separating VERIFIED from UNVERIFIED, and forcing the agent to show uncertainty are simple, high-leverage habits for residents.
Key Findings
1 Finding 1: The "hallucination solved" narrative receded — here's what actually happened
In 2023-2024, model vendors led with large "reduction" numbers on hallucination benchmarks because it was the buyer's top concern. Today the same vendors lead with agents, reasoning evals, and benchmark smear campaigns — hallucination ads are gone not because it's fixed, but because independent measurement still shows material rates and the numbers got awkward. The Vectara LLM Hallucination Leaderboard (HHEM, factual consistency over RAG summarization) continues to track nonzero hallucination across even the best frontier models [Source 11]. Med-HALT, a medical-domain benchmark, showed frontier LLMs still produce clinically relevant hallucinations — false facts, false references, and false reasoning on medical questions [Source 7]. The marketing shift is a real, observable phenomenon. FActScore established an independent, widely-replicated baseline for measuring factual precision of long-form output [Source 13], and independent reliability indices (e.g., Artificial Analysis) show even the best models top rankings while hallucination rates remain high — intelligence and hallucination-avoidance are decoupled [Source 11]. Quantifying "how much better" models are today vs 2023 remains contested and benchmark-dependent [Source 12].
2 Finding 2: Hallucination moved into "confident, sourced error" in agentic settings
The most dangerous failure mode is no longer a clearly-wrong answer; it is a plausible, sourced-looking one. Walters and Wilder (2023, Scientific Reports) documented that ChatGPT fabricated or error-laden bibliographic citations at a high rate — references that looked real (right authors, right journal, roughly-right title) but were false [Source 4]. In deep-research agents this generalizes to three specific high-risk modes: fabricated citations (references that don't exist), citation-to-content mismatch (a real source is cited but the claim attributed to it is wrong or misread), and silent failure (the agent drops or fails to retrieve a key fact, and the final answer reads smoothly so nothing flags it). The Huang et al. survey taxonomizes these as "factuality" vs "faithfulness" (citation/reference) hallucinations — a useful mental model for teaching [Source 12]. Independent human audits confirm the modes are real: Liu et al. showed generative search engines frequently fabricate non-existent citations and attach citations that do not support the stated claim [Source 14]. A 2026 benchmark (DRNOISE) planted an ordinary-looking false document in the corpus and showed deep-research agents silently smooth over the conflicting evidence rather than flag it — direct evidence of the silent-failure mode [Source 15].
3 Finding 3: Deep-research agents produce citations that frequently cannot be verified
Two 2026 preprints directly quantify this. Onweller et al., "Cited but Not Verified," show LLM deep-research agents synthesize from hundreds of web sources into cited reports, yet those citations cannot be reliably verified — and that neither trusting the model's self-citation nor plain retrieval-augmented generation validates source accessibility or correctness [Source 1]. Rao, Wong, and Callison-Burch address six research questions on citation URL validity across 10 models/agents on DRBench (53,090 URLs) and ExpertQA (168,021 URLs across 32 academic fields), quantifying reference hallucination in commercial LLMs and deep-research agents and proposing detection/correction strategies [Source 2]. ReportBench (Li et al. 2025) builds a systematic benchmark emphasizing factual accuracy and comprehensiveness for deep-research agents, concluding accuracy varies and needs rigorous measurement before widespread adoption [Source 3]. The most clinically damning illustration is Deceptive Grounding: clinical RAG responses that pass every hallucination, faithfulness, and citation check while presenting drug Y's evidence as evidence about drug X — a real document, wrong entity, invisible to standard evals [Source 16]. This is why low headline hallucination rates are misleading in medicine. The takeaway for clinical users: independent validation of references is required, not optional — neither the enterprise tool nor the workflow in which it is embedded has solved this.
4 Finding 4: Clinical consensus is unambiguous — the human verifies
The verification imperative is not just good practice; it is written into clinical standards. ICMJE's Recommendations (updated Jan 2026) hold that AI tools cannot meet authorship criteria; human authors must disclose AI use, are "fully responsible and accountable for the content of their work," and must review and validate all AI-generated content and citations before submission [Source 8]. WHO's guidance on large multi-modal models in health demands human oversight and accountability, transparency about limitations and errors, explicit accounting for hallucination/confabulation risk, and provenance/fit-for-purpose evaluation [Source 9]. AMA frames AI as "augmented intelligence" that supports — never replaces — the physician, with human accountability over outputs [Source 10]. For a digital-health rotation, these three bodies together give a defensible, citable rule: the physician is the accountable final reviewer of anything AI generates.
5 Finding 5: The cutting edge is verification engineering, not hallucination elimination
The most credible technical mitigations are verification-first. Chain-of-Verification (CoVe) has the model draft an answer, then generate and run targeted verification questions per claim, then revise — the canonical "validate-before-answer" pattern that markedly cuts hallucination on open-domain tasks [Source 5]. Semantic entropy (Farquhar et al., Nature 2024) samples many answers, groups them by meaning, and computes entropy over meaning classes to measure true uncertainty — flagging confabulation far better than token-level confidence, and enabling "know when to say I don't know" [Source 6]. Retrieval-augmented generation grounds output in retrieved knowledge but, as Onweller et al. show, does not by itself validate that the cited source is accessible or correct [Source 1]. None of these is a cure; all are imperfect controls. That is precisely why the responsible-use standard is human-in-the-loop verification rather than model self-correction alone.
6 Finding 6: Verification-first prompting is a teachable, high-leverage clinical habit
Independent of the underlying model, prompt construction measurably controls verifiability. Requiring a citation for every claim, instructing the agent to mark [VERIFIED] vs [UNVERIFIED], forcing it to surface recency and to separate vendor claims from independently-replicated findings — these turn a black-box answer into a shareable, checkable draft. The same prompt discipline that makes a research brief useful to a physician is what makes it checkable by a resident. This is a concrete skill rotation attendees can practice immediately, and it aligns with the verification patterns in the clinical consensus sources [Source 8][Source 9][Source 10].
Risks, Gaps & Uncertainty
- Measurement is contested — Hallucination rates vary widely by benchmark, task type, and evaluation method; vendor-reported "reduction" figures are rarely independently replicated, so citing a single number is fragile.
- Agent-specific evidence is young — The strongest tools (Copilot Researcher, ChatGPT deep research, Gemini Deep Research, NotebookLM) are moving targets; most third-party accuracy/reference-validity data comes from 2025-2026 preprints studying earlier or generic agents, and vendor feature sets change quarterly.
- "Cited but not verified" is systematic — Even top-tier published papers (Onweller, Rao, Walters & Wilder) agree reference verification is not solved; treat any citation-bearing agent output as needing spot-checking of the actual source.
- Benchmark caveat — Med-HALT and Vectara cover specific tasks (medical Q&A, RAG summarization); they do not capture all real-world agent behaviors, and negative results may not transfer to every product configuration. Critically, standard hallucination/citation evals can miss entity attribution failures (a real document misassigned to the wrong drug), as Deceptive Grounding shows [Source 16].
- Clinical standards lag product velocity — ICMJE/WHO/AMA guidance is authoritative but general; none yet gives a step-by-step checklist for verifying deep-research agent output in a live clinical or educational workflow.
- Self-report vs independent replication — Where a claim (e.g., "Copilot Researcher rarely hallucinates") comes from the vendor, it is flagged here as vendor-marketed, not independently verified; independent confirms are still emerging.
Recommended Next Actions
Annotated References
[1] Hailey Onweller, Elias Lumer, Austin Huber, Pia Ramchandani, Vamse Kumar Subbiah, Corey Feld (2026). Cited but Not Verified: Parsing and Evaluating Source Attribution in LLM Deep Research Agents. arXiv (cs.CL). https://arxiv.org/abs/2605.06635
Directly measured that citations produced by LLM deep research agents over hundreds of web sources cannot be reliably verified, and that neither self-citation nor plain retrieval-augmented generation validates source accessibility or correctness. Foundational evidence for 'sourced but not verified.'
[2] Delip Rao, Eric Wong, Chris Callison-Burch (2026). Detecting and Correcting Reference Hallucinations in Commercial LLMs and Deep Research Agents. arXiv (cs.CL). https://arxiv.org/abs/2604.03173
Addresses six research questions on citation URL validity across 10 models/agents on DRBench (53,090 URLs) and ExpertQA (168,021 URLs, 32 fields). Quantifies reference hallucination in commercial LLMs and deep research agents and proposes detection/correction.
[3] Minghao Li, Ying Zeng, Zhihao Cheng, Cong Ma, Kai Jia (2025). ReportBench: Evaluating Deep Research Agents via Academic Survey Tasks. arXiv (cs.CL). https://arxiv.org/abs/2508.15804
Systematic benchmark for deep research agents that emphasizes factual accuracy and comprehensiveness on survey tasks. Independent evaluation scaffold showing accuracy varies and needs rigorous measurement before adoption.
[4] William H. Walters, Esther Isabelle Wilder (2023). Fabrication and errors in the bibliographic citations generated by ChatGPT. Scientific Reports 13, 14045. https://doi.org/10.1038/s41598-023-41032-5
Documented that ChatGPT fabricated or error-prone bibliographic citations at a high rate — the canonical published example of fabricated references that look real. Anchor for the 'fabricated citations' failure mode.
[5] Shehzaad Dhuliawala, Mojtaba Komeili, Jing Xu, Roberta Raileanu, Xian Li, Asli Celikyilmaz, Jason Weston (2023). Chain-of-Verification Reduces Hallucination in Large Language Models. arXiv (cs.CL). https://arxiv.org/abs/2309.11495
Introduces Chain-of-Verification (CoVe): model drafts an answer, then generates and runs targeted verification questions per claim, then revises. The canonical 'validate-before-answer' / self-verification mitigation pattern.
[6] Sebastian Farquhar, Jannik Kossen, Lorenz Kuhn, Yarin Gal (2024). Detecting hallucinations in large language models using semantic entropy. Nature 630, 625-630. https://www.nature.com/articles/s41586-024-07421-0
Semantic entropy: sample many answers, group by meaning, compute entropy over meaning classes to measure true uncertainty. Flags confabulation better than token confidence — the leading uncertainty-calibration technique for 'know when to say I don't know.'
[7] Ankit Pal, Logesh Kumar Umapathi, Malaikannan Sankarasubbu (2023). Med-HALT: Medical Domain Hallucination Test for Large Language Models. arXiv (cs.CL). https://arxiv.org/abs/2307.15343
Medical-domain hallucination benchmark showing frontier LLMs still produce clinically relevant hallucinations (false facts, false references, false reasoning) on medical questions. Directly relevant to the residency talk.
[8] International Committee of Medical Journal Editors (2026). ICMJE Recommendations for the Conduct, Reporting, Editing, and Publication of Scholarly Work in Medical Journals. ICMJE (updated Jan 2026). https://www.icmje.org/recommendations/
The authoritative journal consensus: AI tools cannot be authors; human authors must disclose AI use, are fully responsible and accountable for content, and must review and validate all AI-generated content and citations. The clinical verification standard.
[9] World Health Organization (2025). Ethics and governance of artificial intelligence for health: Guidance on large multi-modal models. WHO Publications. https://www.who.int/publications/i/item/9789240084759
Global consensus for responsible use of foundation models in health: human oversight and accountability, transparency about errors and limitations, explicit attention to hallucination/confabulation risk, and provenance/fit-for-purpose evaluation.
[10] American Medical Association (2026). AMA: AI in Health Care / Augmented Intelligence in Medicine. ama-assn.org (policy hub). https://www.ama-assn.org/topics/health-care-ai
AMA frames AI as 'augmented intelligence' supporting—never replacing—the physician, with human accountability over outputs. Physician-facing consensus on governing AI in patient care and education.
[11] Vectara (2026). LLM Hallucination Leaderboard (Vectara). Hugging Face space / vectara.com. https://huggingface.co/spaces/vectara/leaderboard
Ongoing, independently-tracked measure of factual hallucination (HHEM factual consistency) over RAG summarization across many frontier models. Shows even top models still produce measurable hallucination rates; useful live benchmarking artifact.
[12] Lei Huang, Weijiang Yu, Weitao Ma, et al. (2023). A Survey on Hallucination in Large Language Models: Principles, Taxonomy, Challenges, and Open Questions. arXiv (cs.CL). https://arxiv.org/abs/2311.05232
Taxonomizes hallucination types and maps detection/mitigation methods. Useful framing source distinguishing factuality vs faithfulness (citation/reference) hallucinations.
[13] Sewon Min, Kalpesh Krishna, Xinxi Lyu, et al. (2023). FActScore: Fine-grained Atomic Evaluation of Factual Precision in Long Form Text Generation. arXiv (ACL 2023). https://arxiv.org/abs/2305.14251
Foundational factuality metric: decomposes long-form output into atomic facts and measures % supported by a knowledge source. Established, widely-replicated independent baseline for measuring factual precision of frontier-model outputs.
[14] Nelson F. Liu, Tianyi Zhang, Percy Liang (2023). Evaluating Verifiability in Generative Search Engines. arXiv (EMNLP 2023). https://arxiv.org/abs/2304.09848
Human audit of Bing Chat, NeevaAI, Perplexity, YouChat showing they frequently fabricate/non-existent citations and attach citations that do not support the stated claim (low citation precision). Direct academic evidence of fabricated-citation and citation-mismatch failure modes.
[15] Nie, Yang, Tang, Zhang, Chu, Tian, Han (2026). DRNOISE: Benchmarking Deep Research Agents in Misleading Evidence Environments. arXiv preprint (cs.CL). https://arxiv.org/abs/2607.17291
100-task benchmark where a deliberately-planted, ordinary-looking false document offers a shortcut to a conflicting answer; shows deep-research agents silently smooth over conflicting/misleading evidence rather than flagging it. Direct evidence for the silent-failure / confident-but-stale agentic failure mode.
[16] Caruzzo, Yoo, Kim (2026). Deceptive Grounding: Entity Attribution Failure in Clinical Retrieval-Augmented Generation. arXiv preprint (cs.CL). https://arxiv.org/abs/2607.09349
Clinical RAG responses that pass every hallucination/faithfulness/citation check while presenting drug Y's evidence as evidence about drug X (real document, wrong entity). Most directly relevant to a physician audience: shows why low headline hallucination rates are misleading in medicine and that attribution failures are invisible to standard evals.