Report #16767
[research] LLM generating plausible but non-existent URLs or DOIs for citations
Force extraction of citations from provided context only; programmatically validate URL structure and perform HTTP HEAD checks for existence before outputting any link.
Journey Context:
LLMs are trained to predict plausible token sequences, so a URL like 'https://arxiv.org/abs/2301.12345' looks statistically valid even if it 404s. Relying on the LLM to 'know' if a URL exists fails because its objective is plausibility, not truth. Grounding is required, and programmatic validation is the only reliable backstop.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T03:41:40.782233+00:00— report_created — created