Reasoning's Razor: Reasoning Improves Accuracy but Can Hurt Recall at Critical Operating Points in Safety and Hallucination Detection
Atoosa Chegini, Hamid Kazemi, Garrett Souza, Maria Safi, Yang Song, Samy Bengio, Sinead Williamson, Mehrdad Farajtabar
TL;DR
Reasoning boosts average accuracy for safety and hallucination classification but reduces recall at very low false positive rates ($FPR=0.01$). The study introduces Think On and Think Off paradigms, reveals confidence polarization during reasoning, and shows token-based confidence outperforms self-verbalized confidence in precision-sensitive settings. A simple ensemble of the two approaches recovers strengths from both modes, offering a practical path to achieve high accuracy while maintaining low-FPR recall. The findings inform deployment decisions for safety-critical LLM systems and highlight the need for operating-point–aware evaluation and mitigation strategies when leveraging reasoning capabilities.
Abstract
Reasoning has become a central paradigm for large language models (LLMs), consistently boosting accuracy across diverse benchmarks. Yet its suitability for precision-sensitive tasks remains unclear. We present the first systematic study of reasoning for classification tasks under strict low false positive rate (FPR) regimes. Our analysis covers two tasks--safety detection and hallucination detection--evaluated in both fine-tuned and zero-shot settings, using standard LLMs and Large Reasoning Models (LRMs). Our results reveal a clear trade-off: Think On (reasoning-augmented) generation improves overall accuracy, but underperforms at the low-FPR thresholds essential for practical use. In contrast, Think Off (no reasoning during inference) dominates in these precision-sensitive regimes, with Think On surpassing only when higher FPRs are acceptable. In addition, we find token-based scoring substantially outperforms self-verbalized confidence for precision-sensitive deployments. Finally, a simple ensemble of the two modes recovers the strengths of each. Taken together, our findings position reasoning as a double-edged tool: beneficial for average accuracy, but often ill-suited for applications requiring strict precision.
