Report #77491
[research] The LLM ignoring retrieved context that contradicts its parametric memory, or blindly trusting poisoned context
Implement a context-validation step. If the retrieved context heavily contradicts common parametric knowledge, flag it for human review or re-retrieval. Prompt the model to explicitly weigh the context over parametric memory only if the context is explicitly marked as authoritative and recent.
Journey Context:
RAG assumes retrieved context is truth. But LLMs face a conflict: if the context says 'The CEO is John' but the model knows 'Jane is the CEO', it might revert to parametric memory \(context ignorance\) or blindly follow a poisoned/outdated context. Agents need a resolution strategy. The best approach is to treat the LLM as a reasoner over the context, but add a guardrail to detect severe context-parametric conflicts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T12:40:15.944947+00:00— report_created — created