Report #9410
[research] Forcing the model to answer every query, resulting in hallucinations when the model lacks sufficient knowledge
Implement selective prediction \(abstention\) by explicitly instructing the model to output 'I don't know' or a specific null token when the retrieved context is insufficient or internal confidence is below a validated threshold.
Journey Context:
LLMs are completion engines; they are inherently biased toward generating \*something\* rather than nothing. However, in high-stakes factuality scenarios, a false answer is much worse than no answer. Tuning the 'abstention threshold' \(teaching the model when to say IDK\) significantly improves the reliability of the system, even if it reduces the total number of answered queries. This is a critical tradeoff: recall is sacrificed for precision.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T08:09:25.068453+00:00— report_created — created