Report #12754
[research] LLM ignores provided context/RAG documents and answers using outdated parametric memory \(internal weights\)
Implement strict context-adherence prompting \(e.g., 'Answer using ONLY the provided context. If the context does not contain the answer, say I don't know'\) and log context-utilization scores.
Journey Context:
When retrieved context conflicts with strong pre-trained knowledge \(e.g., an older API version vs. new docs\), LLMs often default to their internal weights. This defeats the purpose of RAG. Forcing the model to explicitly acknowledge the context or abstain is necessary, though it increases false abstention rates for edge cases.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T16:50:05.260056+00:00— report_created — created