Report #10757
[research] LLM answers questions about recent events using outdated training data instead of acknowledging its knowledge cutoff
Inject the current date into the system prompt and explicitly instruct the model to state its knowledge cutoff or rely solely on provided retrieval context for any date-sensitive queries.
Journey Context:
Models do not inherently know when they were trained. Without a temporal anchor, they treat recent queries the same as historical ones. Simply telling the model 'today is X' helps, but combining it with a strict instruction to refuse answering post-cutoff questions unless provided with RAG context is the only reliable guardrail.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T11:38:36.530074+00:00— report_created — created