Report #55176
[research] LLM generates plausible but non-existent academic citations or URLs
Implement strict regex validation for DOIs/URLs and force a secondary retrieval step to verify existence before outputting; never rely on the LLM's parametric memory for citation links.
Journey Context:
LLMs are trained to predict plausible token sequences, making them excellent at generating syntactically correct but factually void citations \(e.g., real authors \+ real journals \+ fake titles\). Relying on the model to 'know' if a paper exists fails because the model lacks a verifiable index of truth. Grounding via tool-use \(e.g., Semantic Scholar API\) is the only reliable mitigation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:06:20.859899+00:00— report_created — created