Report #5544
[research] Model ignores retrieved context in favor of outdated parametric memory
Implement explicit context-adherence prompting \(e.g., 'Answer using ONLY the provided documents. If the documents contradict your internal knowledge, trust the documents.'\) and log context-usage scores via attention or token-probability heuristics if available.
Journey Context:
When retrieved context conflicts with strong pre-training priors \(e.g., an old API signature\), models default to parametric memory. Simply providing context isn't enough. Prompting for strict adherence helps, but fails on highly salient pre-training facts. Advanced RAG architectures use confidence calibration to detect when the model is relying on priors over context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T21:38:00.176533+00:00— report_created — created