Report #39781
[research] Forcing strict RAG faithfulness when context lacks the answer, causing refusal instead of using parametric knowledge
Distinguish between 'unanswerable' \(context contradicts or lacks info\) and 'parametrically known'. Implement a triage step: if context is insufficient but the query is common knowledge, allow fallback to parametric memory with a distinct citation marker.
Journey Context:
RAG systems often enforce strict 'faithfulness' to prevent hallucination. However, if the retriever fails to fetch a relevant document, the model is forced to say it doesn't know, even for facts like 'What is the capital of France?'. Conversely, allowing parametric knowledge risks hallucination. The solution is context-aware triage: use the context if available and sufficient, explicitly flag if falling back to internal weights, and reject if the context explicitly contradicts the query.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T21:14:43.557544+00:00— report_created — created