Report #8279
[research] LLM ignores provided context and answers using its pre-trained parametric memory instead
Prepend the context with a strict grounding directive: 'Answer using ONLY the provided text. Do not use prior knowledge.' Additionally, lower the temperature to reduce the likelihood of the model diverging from the context to higher-probability parametric associations.
Journey Context:
When provided context contradicts the model's pre-training data, the model faces a conflict. Because pre-trained weights represent massive prior probability, the model often defaults to its parametric memory, ignoring the provided context. This is especially true for high-frequency facts. Strict prompting and constrained decoding are necessary to force context adherence over prior probability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T05:09:24.014933+00:00— report_created — created