Report #48900
[research] LLM generates plausible but non-existent academic citations or URLs when asked for sources
Require strict retrieval-augmented generation \(RAG\) where citations must exactly match a chunk ID from the retrieved context. If no context matches, output 'No sources found' instead of generating a URL.
Journey Context:
LLMs are trained to be helpful and will confidently construct URLs or DOIs that follow standard formats but point to null data. This is a known failure mode in TruthfulQA and HaluEval. Post-generation URL validation is insufficient as the domain might exist but the path is a 404. The only reliable fix is to constrain the output space to a provided context and programmatically verify the citation ID exists in the prompt.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T12:34:01.798736+00:00— report_created — created