Report #22785
[research] LLM ignores retrieved context and answers using outdated or incorrect parametric knowledge
Force the model to quote the exact snippet from the context before synthesizing the answer, and apply high token penalty or rejection for answers not derived from the provided context.
Journey Context:
Even with RAG, if the retrieved context contradicts the model's pre-trained weights \(e.g., recent news vs. old training data\), the model often defaults to its internal weights. People try 'answer only using the context' prompts, but implicit biases persist. Forcing explicit extraction \(quote-then-answer\) significantly reduces this leakage because it forces the model's attention mechanism onto the context tokens before generation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T16:39:10.932774+00:00— report_created — created