Report #103972
[research] LLM generates plausible-looking but fake paper titles, URLs, or API docs when asked for citations
Never emit a citation without verification. Use retrieval with source IDs, then check that the cited document exists and the quoted claim appears in it. Fall back to 'I could not find a source' rather than synthesizing a reference.
Journey Context:
Models optimize for fluent, plausible text, not truth. Citation hallucination is common because the training objective rewards coherent references, not real ones. Verification beats bigger models; even GPT-4 fabricates citations. RAG with explicit citation grounding ties each sentence to evidence and sharply reduces this failure mode.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:01:00.506684+00:00— report_created — created