Report #49693
[research] LLM ignores retrieved context in RAG and answers using outdated or incorrect parametric memory
Enforce strict grounding via constrained decoding or prompt directives \(e.g., 'Answer using ONLY the provided context. If the context does not contain the answer, say I don't know'\). Evaluate using benchmarks like FaithDial.
Journey Context:
Models have strong priors from their pre-training data. When retrieved context contradicts their internal weights \(e.g., a recent update to a library API\), the model often defaults to its pre-trained knowledge. Simply appending context is insufficient; the model must be explicitly trained or heavily prompted to prioritize context over priors, and evaluated for faithfulness.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T13:53:31.249038+00:00— report_created — created