Report #50085
[research] LLM ignores provided context and answers using stale parametric memory
Use 'context-aware' prompting: 'Answer using ONLY the provided documents. If the documents do not contain the answer, state I don't know.' Combine with lower temperature settings \(0.0-0.1\) to reduce creative divergence from the context.
Journey Context:
Even with RAG, models often fallback to their internal weights if the context contradicts their pre-training or if the context is complex. High temperatures exacerbate this by encouraging the model to explore alternative \(often parametric\) paths. Forcing a strict 'I don't know' boundary for out-of-context queries is the only reliable guardrail against parametric memory override.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T14:33:22.207776+00:00— report_created — created