← Latest papers
🤖 machine learning

Quantized Reasoning Models Think They Need to Think Longer, but They Do Not

This paper reveals that aggressive post-training quantization causes reasoning models to "overthink" by generating unnecessary intermediate steps and failing to output correct answers found earlier, a problem that can be effectively mitigated by applying a training-free logit penalty to specific overthinking markers to reduce reasoning length while preserving accuracy.

Original authors: Sanae Lotfi, Polina Kirichenko, Steven Li, Zechun Liu

Published 2026-06-02
📖 4 min read☕ Coffee break read

Original authors: Sanae Lotfi, Polina Kirichenko, Steven Li, Zechun Liu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Core Problem: The "Overthinking" AI

Imagine you have a brilliant student (an AI) who is great at solving math problems. Usually, they solve a problem, write down the answer, and stop.

Now, imagine you put this student in a noisy, crowded room where they can't hear themselves think clearly (this represents Quantization, a technique used to make AI models smaller and faster).

The paper discovered something surprising: When the AI is in this "noisy room," it doesn't just get wrong answers. Instead, it gets confused. It finds the correct answer halfway through its thinking process, but then it starts doubting itself. It thinks, "Wait, maybe I'm wrong? What if I try a different way?" It opens new mental doors, questions its own logic, and spirals into a long, redundant loop of thinking.

Eventually, it runs out of time or memory before it can actually say the answer it found earlier. It "overthinks" itself into a failure.

The Discovery: It's Not a Lack of Brains, It's a Lack of Stopping Power

The researchers looked at thousands of failed attempts by these "noisy" AI models. They found that in up to 52% of the failures, the AI had actually figured out the right answer in the middle of its reasoning.

  • The Old Assumption: "The AI is too dumb to solve the problem because it's been shrunk down."
  • The New Reality: "The AI is smart enough to solve it, but the 'noise' makes it second-guess itself so much that it never stops talking to give the answer."

It's like a chef who cooks a perfect meal, tastes it, realizes it's delicious, but then starts worrying, "Is it too salty? Maybe I should add more salt? Or maybe I should cook it again?" The food gets ruined not because the chef can't cook, but because they can't stop cooking.

The Diagnosis: The "Wait" and "But" Triggers

To understand why this happens, the researchers compared the "noisy" AI to a "clear" AI (the original, full-size version). They looked at the specific words the AI generated.

They found that the "noise" specifically messes with hesitation words.

  • Stable Words: Words like numbers, math symbols, and formatting (e.g., "255", "sqrt", "answer") remain clear and stable.
  • Unstable Words: Words that signal doubt or branching paths (e.g., "Wait," "But," "Alternatively," "Maybe") become much more likely to appear when the AI is confused.

When the AI is at a point where it's already unsure (high uncertainty), the "noise" makes it much more likely to pick a word like "Wait." This triggers a new chain of thought, causing the AI to abandon the correct path it was already on.

The Solution: The "Silence Button"

The researchers came up with a clever, free fix that doesn't require retraining the AI.

They created a list of 50 "overthinking markers" (words like "Wait," "But," "However," "Reconsider"). During the AI's thinking process, they apply a tiny penalty to these specific words.

Think of it like a strict teacher tapping the student on the shoulder every time they start to say, "Wait, maybe I should..." The teacher doesn't stop them from thinking; they just gently discourage the doubtful phrasing.

The Results:

  • Shorter Thinking: The AI stops spiraling. It finishes its reasoning 12% to 23% faster.
  • Better Accuracy: Because it stops doubting itself, it actually gets the right answer more often. In some cases, accuracy improved significantly (e.g., jumping from 47% to 61% on a math test).
  • No Extra Cost: This fix requires no extra computing power or training time. It's just a simple rule applied while the AI is talking.

The Big Picture

The paper shows that when we shrink AI models to make them faster, we accidentally make them indecisive. They don't lose their ability to calculate; they lose their ability to trust their calculations.

By simply telling the AI to "stop hesitating" (penalizing words like "Wait" and "But"), we can make these smaller, faster models perform almost as well as the giant, expensive ones, without them wasting time talking in circles.

In short: Quantized models don't fail because they can't think; they fail because they can't stop thinking. A little bit of discipline (a penalty on hesitation words) fixes the problem.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →