Report #58339
[research] Using Chain-of-Thought prompting for simple factual recall, inadvertently increasing hallucination rates
Reserve CoT for reasoning tasks \(math, logic\). For pure factual retrieval or API lookups, use Direct Answer prompting \(zero-shot\) or structured extraction, as forcing a reasoning step can lead the model to construct plausible but false justifications.
Journey Context:
CoT is widely treated as a universal good, but for factual recall, it forces the model to generate intermediate tokens that can lead it down a garden path. If the model is unsure of a fact, CoT gives it more surface area to confabulate a justification, which then reinforces the hallucinated final answer. Direct prompting forces a tighter coupling with the model's internal knowledge representation, reducing the chance of divergent reasoning.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:24:49.548216+00:00— report_created — created