Report #6224
[research] Ignoring provided RAG context and answering from outdated pre-training memory
Prepend instructions demanding strict adherence to the provided context, and explicitly penalize outputs containing entities not present in the context. Use 'Answer using only the provided text' rather than 'Answer based on the text'.
Journey Context:
When parametric memory \(pre-training data\) strongly conflicts with retrieved context \(e.g., a recently changed CEO\), models often default to their internal weights. Simple 'answer using the context' prompts fail because the internal weight activation is too strong. Explicit negative constraints \('Do not use prior knowledge'\) and entity-level grounding checks are required to override the model's prior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T23:36:32.859640+00:00— report_created — created