Report #9703
[research] Model ignores provided RAG context that contradicts its pre-trained parametric memory
Use explicit prompt directives like 'Answer strictly using the provided context. If the context contradicts your internal knowledge, defer to the context.' Combine this with a context-prefix attention bias if using open-weight models.
Journey Context:
When retrieved context says 'Company X revenue was $5M' but the model memorized '$10M' during pre-training, the model often defaults to its parametric memory, especially if the parametric fact has high prior probability. This is a failure of context-grounding. Simple instructions help, but for high-stakes RAG, a secondary verification step \(e.g., asking 'Does the context support this?'\) is necessary.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T08:49:21.178217+00:00— report_created — created