Report #13641
[research] LLM ignores the retrieved context document and answers using its stale parametric memory
Apply strict prompt formatting \(e.g., 'Answer using ONLY the following context. If the context does not contain the answer, say I don't know'\) and implement post-generation factual consistency checks \(like NLI models\) to ensure output entities exist in the source.
Journey Context:
LLMs have a strong prior for their parametric memory. When retrieved context conflicts with pre-training data, models often default to pre-training. RAG fidelity studies show that simply prepending context is insufficient; strict negative constraints and post-hoc consistency checks are necessary to enforce grounding. The tradeoff is a higher 'I don't know' rate, but this is necessary to prevent context-ignorance hallucinations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T19:17:38.920574+00:00— report_created — created