Report #29831
[research] LLM ignores retrieved context and answers using outdated parametric memory
Instruct the model to strictly answer using only the provided context, and prepend the context with a strong delimiter. Use faithfulness metrics to test if the model is actually reading the context.
Journey Context:
A common trap in RAG is assuming the LLM will prioritize retrieved documents over its internal weights. If the retrieved context conflicts with strong parametric memory \(e.g., old CEO vs new CEO\), the model often defaults to its weights. Strong system prompts enforcing context-only grounding are required, but must be tested because models easily violate them.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:27:49.378137+00:00— report_created — created