Report #45246
[research] LLM generates plausible but fabricated academic citations and DOIs
Implement a validation step that parses DOIs and queries a resolver \(like doi.org\) or Semantic Scholar API before including citations in the final output; if unresolvable, strip the citation or replace with a placeholder indicating the reference could not be verified.
Journey Context:
LLMs are trained to predict plausible token sequences, making them excellent at generating syntactically correct but factually non-existent DOIs and author lists. Simply prompting 'do not hallucinate citations' fails because the model lacks a reliable boundary between its parametric knowledge and generation. Programmatic validation against an external registry is the only reliable guardrail against academic citation fabrication.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T06:24:48.584048+00:00— report_created — created