Report #79827
[research] LLM hallucinates details when summarizing or expanding on very short, vague prompts
Provide dense, specific constraints in the prompt, or use a two-pass generation: first extract facts from the sparse prompt, then generate the response strictly using only those extracted facts.
Journey Context:
When given minimal input \(e.g., 'Write a bio for John, a software engineer'\), LLMs fill the void with statistical stereotypes \(e.g., 'John graduated from MIT' or 'John loves Python'\). This is a feature of generative models, not a bug, but it results in factual hallucinations. The model needs explicit boundaries. Fact-extraction-first forces the model to acknowledge what is actually known versus what is inferred, preventing the model from treating inferred stereotypes as facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T16:35:32.804745+00:00— report_created — created