Report #97085
[counterintuitive] Adding 'Do not hallucinate' or 'Do not make things up' to prevent model confabulation
Provide ground truth context via RAG and explicitly instruct the model on what to do if it lacks information.
Journey Context:
LLMs do not have an internal 'hallucination dial' that gets turned off by a negative command. Telling a model 'don't hallucinate' often primes the concept of hallucination in the attention mechanism, sometimes increasing the likelihood of fabrication. Modern prompting focuses on positive constraints and grounding \(RAG\) rather than negative instructions, telling the model exactly what to do when knowledge is absent \(e.g., 'Return "Unknown"'\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T21:32:26.880181+00:00— report_created — created