← Latest papers
🤖 AI

Quantization Inflates Reasoning: Token Inflation as a Hidden Cost of Low-Bit Reasoning Models

This paper reveals that low-bit quantization of reasoning models, while preserving accuracy, often induces a hidden cost by inflating the length of chains of thought through increased intermediate steps and repetition, thereby offsetting expected inference speedups and necessitating the reporting of token usage alongside accuracy metrics.

Original authors: Xinyu Lian, Walid Krichene, Beichen Huang, Masahiro Tanaka, Olatunji Ruwase, Li Zhang, Minjia Zhang

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

Original authors: Xinyu Lian, Walid Krichene, Beichen Huang, Masahiro Tanaka, Olatunji Ruwase, Li Zhang, Minjia Zhang

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

Imagine you have a brilliant, fast-thinking assistant (a Large Language Model) who solves complex puzzles by writing out a long, step-by-step "thought process" before giving you the final answer. This is how modern AI "reasons."

To make this assistant cheaper and faster to run, engineers often use a technique called Quantization. Think of this like compressing a high-definition movie into a smaller file size. You lose a tiny bit of detail, but the file is much smaller and loads faster. Usually, this works great: the movie still looks good, and it plays quicker.

However, this paper discovers a weird glitch when they apply this "compression" to AI that is doing reasoning.

The Hidden Cost: "Thinking Too Much"

The researchers found that when they compressed the AI's brain (using low-bit quantization), the AI didn't just get slightly slower or less accurate. Instead, it started overthinking.

The Analogy:
Imagine a student taking a math test.

  • The Full-Precision Model (Original): The student reads the question, thinks clearly, writes down three steps, and gets the right answer. Total time: 5 minutes.
  • The Compressed Model (Quantized): The student is still smart enough to get the right answer, but because their brain is "compressed," they get confused. They write down the first step, then doubt it, write it again, check it, doubt it again, and write it a third time. They eventually get the right answer, but it took them 15 minutes.

Even though the student got the right grade (accuracy), they wasted three times as much time (compute cost).

The Paper's Key Findings

  1. Accuracy is a Lie (for efficiency): If you only look at whether the AI got the answer right, the compressed model looks fine. But if you look at how much it thought to get there, it's actually much worse. The paper calls this "Token Inflation." The AI generates way more "thinking tokens" (words in its thought process) than it needs to.
  2. The "Overthinking" is Repetitive: The paper analyzed why the AI was taking so long. It wasn't just thinking deeper; it was thinking in circles. The compressed AI would say things like, "Wait, let me check that," or "Let me verify," and then repeat the exact same thought it just had. It was stuck in a loop of self-doubt.
  3. It Slows You Down in Real Life: Because the AI is generating so many extra "thinking" words, the user has to wait longer for the final answer. Even though the computer chip is technically processing each word faster, the sheer volume of extra words cancels out that speed boost. It's like driving a Ferrari, but you're stuck in traffic because you're driving in circles.
  4. Bigger Models Aren't Immune: This happens to both small and large AI models, though the smaller ones get confused much faster.

Can We Fix It?

The researchers tried a few ways to stop the AI from overthinking:

  • Telling it to "Be Shorter" (Prompting): They tried telling the AI, "Don't think so much." This did shorten the answer, but it also made the AI dumber. It was a trade-off: shorter thoughts, but wrong answers.
  • Changing the Training Data: They tried teaching the compressed AI using examples of good math reasoning instead of generic text. This helped a bit, but not enough.
  • The Best Solution (Re-training): The most effective fix was to re-train the AI specifically while it was compressed. This is like teaching a student to take a test while wearing a blindfold, so they learn to navigate the confusion from the start. This method (called Quantization-Aware Training) managed to keep the AI fast, accurate, and concise all at once.

The Bottom Line

The paper concludes that we can't just measure AI performance by "Did it get the right answer?" anymore. For reasoning models, we also need to measure "How much did it think to get there?"

If we ignore this "thinking cost," we might think we've saved money by compressing our AI, only to find out we're actually paying more in time and computing power because the AI is stuck in a loop of overthinking.

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 →