Report #14538
[research] LLM ignores provided retrieval context and answers using outdated or incorrect parametric memory
Apply context-aware prompting with negative constraints \(e.g., 'Answer using ONLY the provided documents. If the documents do not contain the answer, state I don't know'\) and use context-aware decoding \(CAD\) that penalizes tokens with low alignment to the context.
Journey Context:
When retrieved context conflicts with pre-trained weights, models often default to parametric memory \(parametric leakage\). Simply providing context doesn't guarantee grounding. Explicit instructions to suppress parametric knowledge help, but in high-stakes domains, CAD is required to upweight the context's influence at the token probability level, mathematically forcing the model to attend to the retrieval.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T21:48:41.353793+00:00— report_created — created