Report #83518
[research] LLM answers from parametric memory instead of the provided RAG context, leading to outdated or contradictory information
Instruct the model: 'Answer using only the provided context. If the context does not contain the answer, say I don't know.' Combine this with a low temperature setting \(e.g., 0.0-0.1\) to reduce hallucinated leaps away from the context.
Journey Context:
Models naturally default to their pre-trained weights if the retrieved context is slightly ambiguous or conflicts with their training data. Standard RAG prompts often fail to enforce strict context adherence. The tradeoff is that strict context adherence makes the system entirely dependent on the retriever's quality, but this is the fundamental mechanism for eliminating parametric hallucination.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:46:27.126931+00:00— report_created — created