← Latest papers
💻 computer science

Thinking Economically: A Hierarchical Framework for Adaptive-Complexity Reasoning in LLMs

This paper introduces the Hierarchical Adaptive Budgeter (HAB), a training framework that implements the "Thinking Economically" principle by dynamically allocating computational resources at both inter-problem and intra-step levels to achieve a superior accuracy-efficiency trade-off compared to standard Chain-of-Thought reasoning.

Original authors: Yubo Gao, Haotian Wu, Hong Chen, Junquan Huang, Yibo Yan, Jungang Li, Zihao Dongfang, Sicheng Tao, Puay Siew Tan, Jie Zhang, Xuming Hu

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

Original authors: Yubo Gao, Haotian Wu, Hong Chen, Junquan Huang, Yibo Yan, Jungang Li, Zihao Dongfang, Sicheng Tao, Puay Siew Tan, Jie Zhang, Xuming Hu

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 a brilliant but overly chatty detective to solve a series of mysteries. Some mysteries are simple, like "Who ate the cookie?" (a quick answer). Others are complex, like "How was the safe cracked, and who did it?" (requiring a long, detailed investigation).

The problem with current AI detectives (Large Language Models) is that they often treat every mystery the same way. Whether the case is simple or complex, they tend to "overthink," writing out long, rambling reports for everything. This wastes time and money (computational resources) and sometimes even confuses the detective, leading to mistakes.

This paper introduces a new system called HAB (Hierarchical Adaptive Budgeter) to teach these AI detectives to "Think Economically." Instead of forcing them to be brief or forcing them to be long, HAB teaches them to be smart about how much "thinking time" they spend on each part of a problem.

Here is how HAB works, broken down into two levels:

1. The Big Picture: The "Case Manager" (Inter-step Level)

Imagine a case manager who looks at a mystery before the detective starts working.

  • The Old Way: The manager tells every detective, "Write a 10-page report," regardless of the case.
  • The HAB Way: The manager looks at the case and says, "This is a simple cookie theft. You only need 2 steps to solve it." Or, "This is a complex heist. You need 5 steps."
  • How it works: HAB first predicts how many "steps" (or paragraphs of reasoning) a specific problem needs. It groups problems into "Short," "Medium," and "Long" categories. This ensures the detective doesn't waste time writing a novel for a simple question or rushing through a complex one.

2. The Details: The "Editor" (Intra-step Level)

Once the detective starts writing their report, HAB acts as a smart editor who looks at each sentence (or reasoning step) individually.

  • The Old Way: The editor cuts out 20% of every sentence in the report to save space. This might delete a crucial clue in a hard step while cutting unnecessary fluff in an easy step.
  • The HAB Way: The editor analyzes the difficulty of each specific step.
    • Hard Step: If a step involves a tricky math calculation, the editor says, "Keep all the words here. We need the full explanation."
    • Easy Step: If a step is obvious, the editor says, "We can cut this down to the bare minimum."
  • The "Pareto" Balance: The system uses a special math trick (Adaptive Pareto Optimization) to find the perfect balance. It asks: "If I cut a few more words here, how much does the answer quality drop?" If the drop is huge, it keeps the words. If the drop is tiny, it cuts them.

The Result: A Smarter, Leaner Detective

The paper tested this system on math problems (like solving word problems for elementary and high school levels). Here is what happened:

  • Better Accuracy: By stopping the AI from "overthinking" simple problems and letting it think deeply on hard ones, the AI actually got more questions right.
  • Less Waste: The AI used fewer "tokens" (words/characters) to get the job done.
  • The Trade-off: Previous methods tried to force the AI to be short (which made it dumb) or just let it ramble (which made it slow). HAB found the "Goldilocks" zone: just the right amount of thinking for the right problem.

In Summary

Think of HAB as a personal trainer for an AI's brain. Instead of making the AI run a marathon every time it needs to walk to the mailbox, HAB teaches it to walk when it's easy and sprint when it's necessary. This saves energy (computing power) and often leads to better results because the AI isn't distracted by unnecessary chatter.

Key Takeaway: The paper claims that by dynamically allocating resources—spending more "brain power" on hard steps and less on easy ones—AI can become both smarter and more efficient at the same time.

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 →