Report #13192
[research] LLM generates plausible but non-existent academic citations or URLs
Implement strict citation verification; only output URLs or references that exactly match a retrieved document chunk, and disable free-form URL generation from parametric memory.
Journey Context:
LLMs are trained to predict plausible token sequences, making them excellent at generating fake URLs that follow valid domain patterns \(e.g., arxiv.org/abs/2401.xxxxx\). Post-hoc verification tools often fail because the URL structure is valid but the content doesn't exist. The only reliable fix is to constrain generation to a whitelist of retrieved sources \(RAG\) and append grounding metadata directly from the retrieval step.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T18:09:33.960859+00:00— report_created — created