← Latest papers
🤖 AI

OckBench: Measuring the Efficiency of LLM Reasoning

This paper introduces OckBench, the first benchmark to jointly evaluate the accuracy and token efficiency of large language models in reasoning and coding tasks, revealing significant inefficiencies in current models and advocating for a paradigm shift toward optimizing token usage.

Original authors: Zheng Du, Hao Kang, Song Han, Tushar Krishna, Ligeng Zhu

Published 2026-06-04
📖 5 min read🧠 Deep dive

Original authors: Zheng Du, Hao Kang, Song Han, Tushar Krishna, Ligeng Zhu

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 are hiring two people to solve a complex puzzle.

Person A looks at the puzzle, thinks for a moment, and says, “The answer is 42.”
Person B spends three hours writing a 50-page essay about the history of numbers, the philosophy of logic, and their childhood memories before finally whispering, “The answer is 42.”

Both people got the right answer. But if you had to pay them by the word they spoke, Person B would cost you a fortune, take forever, and waste a lot of energy.

This paper, OckBench, is essentially a report card that stops judging AI models only on whether they get the right answer. Instead, it judges them on how efficiently they get there. It applies "Occam’s Razor" to AI: Entities must not be multiplied beyond necessity. In other words, don’t use 1,000 words when 10 will do.

Here is the breakdown of what the researchers found, explained simply:

1. The Problem: The "Chatty" AI Tax

Current AI benchmarks are like a multiple-choice test that only cares if you bubble in the right letter. They don’t care if you wrote a novel in the margin to get there.

The researchers noticed that modern AI models (like GPT-5.5 or Claude) have become very good at reasoning, but they’ve also become incredibly verbose. They generate massive amounts of text ("reasoning traces") to solve problems. This is expensive. Every extra word costs money, increases wait times, and burns more electricity.

2. The Solution: OckBench and OckScore

To fix this blind spot, the team created OckBench. It’s a specific set of 200 difficult questions in math, coding, and science.

But here’s the trick: They didn’t just pick random questions. They used a "Differentiation Filter." They specifically chose questions where some AIs give short, smart answers and others give long, rambling ones. This exposes the "efficiency gap."

They also invented a new score called OckScore.

  • Old Way: Score = Accuracy.
  • OckScore: Score = Accuracy minus a penalty for being too wordy.

Think of it like a golf score. You want the lowest number (highest accuracy), but if you take 20 swings to sink the putt (too many tokens), your score gets worse. The best players sink it in one or two swings.

3. The Three Big Discoveries

Discovery 1: The "Overthinking Tax"

You might assume that smaller, cheaper AI models are always better for your wallet. OckBench shows this is often false.

Smaller models often suffer from an "Overthinking Tax." Because they aren’t as smart, they try to compensate by talking a lot. They ramble, repeat themselves, and generate huge walls of text to try to find the answer.

  • Example: A small model might cost pennies per word, but because it writes 100,000 words to solve a problem, it ends up costing more than a smarter model that solves it in 5,000 words.

Discovery 2: The Open vs. Closed Gap

There is a huge difference between "closed" models (like those from OpenAI or Anthropic) and "open-weight" models (like DeepSeek or Qwen, which are available to the public).

  • Closed Models: These are like efficient surgeons. They cut straight to the heart of the problem.
  • Open Models: These are like enthusiastic interns. They are getting better at getting the right answer, but they are still very chatty.

The paper shows that an open model might have the same accuracy as a closed model, but it might use 26 times more words to get there. That’s a massive waste of resources.

Discovery 3: "Per-Token Intelligence"

The researchers coined a new term: Per-Token Intelligence. This measures how much "smarts" are packed into each word the AI generates.

  • High Per-Token Intelligence: The AI says only what is necessary. Dense, precise, efficient.
  • Low Per-Token Intelligence: The AI fills space with fluff. Sparse, repetitive, inefficient.

Surprisingly, the smartest models tend to have higher Per-Token Intelligence. As models get smarter, they actually get shorter in their responses because they don’t need to ramble to find the answer.

4. Can We Fix It?

Yes. The paper shows that we can teach models to be less chatty without making them dumber.

  • Mixing Models: By blending a "thinking" model with a standard model, they could cut the word count in half while keeping the accuracy steady.
  • Training: By training models to penalize themselves for being too long (like a teacher saying, "Be concise!"), they can reduce the "Overthinking Tax."

The Bottom Line

The paper argues that the AI community needs to change its mindset. We shouldn't just ask, "Did the AI get the right answer?" We must also ask, "Did it get there without wasting our time, money, and electricity?"

In the future, the best AI won’t just be the smartest; it will be the most concise. As the title suggests, we need to apply Occam’s Razor: Don’t multiply tokens beyond necessity.

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 →