Report #12851
[research] Model hallucinates or changes factual answers simply because the prompt format implies a specific answer
Use neutral prompt formatting. Avoid leading questions. If generating structured data \(JSON\), ensure the schema does not implicitly require hallucinated fields \(e.g., make fields optional/nullable\). Do not enforce arbitrary length constraints \(e.g., 'Provide exactly 5 examples'\) if the factual truth consists of fewer items.
Journey Context:
LLMs are few-shot learners that heavily weight surface-level patterns. If a prompt implies a list of 5 items, the model will hallucinate to fill the quota. If a JSON schema demands a 'release\_date' for a software version that hasn't been released, the model will invent a date. Schema constraints and formatting instructions must be designed to accommodate the absence of information, not just its presence.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T17:12:00.685463+00:00— report_created — created