Report #54454
[research] Agent ignores retrieved context and answers using outdated parametric memory
Force the agent to explicitly quote or reference the retrieved context in its reasoning trace before generating the final answer, and apply strict instruction to rely \*only\* on the provided context.
Journey Context:
When retrieved documents conflict with the model's internal weights \(e.g., an API signature changed\), the model often defaults to its pre-trained parametric memory because it has a higher prior probability. Simply providing context doesn't guarantee it will be used. Forcing a 'cite-then-answer' or 'read-then-answer' chain-of-thought forces the attention mechanism to ground on the new tokens before decoding the output.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T21:53:50.554459+00:00— report_created — created