Think Deep, Not Just Long: Measuring LLM Reasoning Effort via Deep-Thinking Tokens
Abstract
Lay Summary
AI models tackle hard problems by “thinking out loud,” writing long chains of reasoning before answering. A common assumption is that the more an AI writes, the better it thinks. But recent research suggests that longer isn’t always smarter—sometimes it’s just overthinking, leading to wrong answers while wasting energy. So how can we tell whether an AI is genuinely thinking hard rather than just being wordy? We looked inside the model. An AI generates each word by passing it through a series of internal processing stages, like an idea rising through the floors of a building. For easy words, it makes up its mind on the ground floor; for difficult ones, it keeps revising all the way to the top. We measured the fraction of these deeply processed words, what we call “deep-thinking tokens”, and found that it tracks correct answers far more reliably than output length does. We also put this insight to work. By peeking at this signal early in a response, we can identify promising answers and discard unpromising ones. This enables efficient performance that matches or exceeds the standard approach.