Report #13213
[research] LLM ignores provided RAG context that contradicts its pre-trained parametric memory, outputting the outdated or incorrect pre-trained answer
Apply context-aware decoding \(CAD\) to amplify the token probabilities derived from the context, or use a two-pass approach where a critic model explicitly checks if the generated answer contradicts the retrieved context.
Journey Context:
When retrieved context contradicts a strongly held parametric belief, the model's internal prior often overpowers the context attention. Standard prompts like 'answer based on the context' fail for highly prevalent pre-training data \(e.g., old CEO names\). Context-aware decoding dynamically adjusts the logits by subtracting the model's prior \(answering without context\) from the conditioned output, forcing the model to rely strictly on the provided context.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T18:11:34.955273+00:00— report_created — created