OptimalThinkingBench: Evaluating Over and Underthinking in LLMs
Pranjal Aggarwal, Seungone Kim, Jack Lanchantin, Sean Welleck, Jason Weston, Ilia Kulikov, Swarnadeep Saha
TL;DR
This work tackles the challenge of balancing accuracy and efficiency in LLM reasoning by introducing OptimalThinkingBench, a unified benchmark that jointly evaluates overthinking and underthinking. It defines two sub-benchmarks, OverthinkingBench and UnderthinkingBench, and introduces metrics including Overthinking-Adjusted Accuracy ($AUC_{\text{OAA}}$) and the combined $F_1^{\text{otb}}$. Evaluating 33 models, it shows no model achieves an optimal balance; thinking models waste tokens on simple tasks while non-thinking models underperform on hard reasoning. The work also assesses multiple training-time and inference-time approaches to promote optimal thinking, finding trade-offs across sub-benchmarks and highlighting the need for better unified models.
Abstract
Thinking LLMs solve complex tasks at the expense of increased compute and overthinking on simpler problems, while non-thinking LLMs are faster and cheaper but underthink on harder reasoning problems. This has led to the development of separate thinking and non-thinking LLM variants, leaving the onus of selecting the optimal model for each query on the end user. We introduce OptimalThinkingBench, a unified benchmark that jointly evaluates overthinking and underthinking in LLMs and also encourages the development of optimally-thinking models that balance performance and efficiency. Our benchmark comprises two sub-benchmarks: OverthinkingBench, featuring simple math and general queries in 72 domains, and UnderthinkingBench, containing 11 challenging reasoning tasks along with harder math problems. Using novel thinking-adjusted accuracy metrics, we extensively evaluate 33 different thinking and non-thinking models and show that no model is able to optimally think on our benchmark. Thinking models often overthink for hundreds of tokens on the simplest user queries without improving performance. In contrast, large non-thinking models underthink, often falling short of much smaller thinking models. We further explore several methods to encourage optimal thinking, but find that these approaches often improve on one sub-benchmark at the expense of the other, highlighting the need for better unified and optimal models in the future.
