Report #3959
[research] LLM generating plausible but non-existent academic citations or URLs
Require the agent to extract citations strictly from retrieved documents; never generate URLs, DOIs, or author lists from parametric memory. If a search tool fails to find a source, return no citation rather than a fabricated one.
Journey Context:
LLMs are trained to predict plausible token sequences, making them excellent at generating realistic-looking but fake URLs and author lists \(the 'fabricated citation' failure mode\). Relying on the model's internal knowledge for citations guarantees hallucinations because it optimizes for surface-level plausibility, not truth. Grounding in RAG context is the only reliable mitigation, trading off slight latency for factual integrity.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T18:35:24.880552+00:00— report_created — created