← Latest papers
🤖 AI

Nice Fold or Hero Call: Learning Budget-Efficient Thinking for Adaptive Reasoning

This paper introduces Budget-Efficient Thinking (BET), a two-stage framework that optimizes large reasoning models' test-time compute by learning to dynamically allocate budgets based on expected returns rather than perceived difficulty, thereby achieving significant token reduction while improving performance through adaptive "short solve," "nice fold," and "hero call" behaviors.

Original authors: Zhaomeng Zhou, Lan Zhang, Junyang Wang, Mu Yuan, Junda Lin

Published 2026-05-13
📖 5 min read🧠 Deep dive

Original authors: Zhaomeng Zhou, Lan Zhang, Junyang Wang, Mu Yuan, Junda Lin

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 but slightly over-eager assistant who is trying to solve a massive pile of puzzles for you. This assistant is great at thinking, but they have a bad habit: they sometimes spend hours staring at a puzzle that is impossible to solve, and other times, they over-analyze a simple puzzle that could have been solved in a minute. This wastes your time and money (in the form of computer power).

This paper introduces a new training method called BET (Budget-Efficient Thinking) to teach this assistant how to be smarter about how much "thinking energy" they spend on each puzzle.

Here is how BET works, using simple analogies:

The Problem: The "Over-Thinker" vs. The "Under-Thinker"

Currently, big AI models act like a student who doesn't know when to stop studying.

  • The Easy Puzzle: If you ask, "What is 2+2?", the student might write a 10-page essay proving why 2+2 equals 4, wasting time.
  • The Impossible Puzzle: If you ask a question that is currently too hard for the student (like a complex math problem they haven't learned yet), they might keep trying for hours, getting nowhere, just because they don't know they can't solve it.
  • The Hard-but-Solvable Puzzle: If the puzzle is difficult but doable, the student needs to keep thinking. But current methods sometimes cut them off too early, making them give up on a puzzle they could have solved.

The Solution: BET's Three Superpowers

The paper teaches the AI three specific behaviors, which the authors call "Short Solve," "Nice Fold," and "Hero Call." Think of these as poker strategies:

  1. Short Solve (The Quick Win):

    • The Analogy: You see a simple hand in poker. You know you'll win, so you don't need to bluff or over-analyze. You just take the chips and move on.
    • What BET does: If the AI sees an easy question, it answers quickly and concisely. It stops wasting energy on things it already knows.
  2. Nice Fold (Knowing When to Quit):

    • The Analogy: You are playing poker, and you realize your hand is terrible and the odds are against you. A smart player "folds" (gives up) immediately to save their money for better hands. They don't keep throwing money into a losing game.
    • What BET does: If the AI realizes a question is too hard for its current brainpower, it says, "I can't solve this," and stops immediately. It doesn't waste time trying to force an answer on a problem it can't crack. This saves a massive amount of computing power.
  3. Hero Call (Going All-In on the Right Moment):

    • The Analogy: You have a strong hand in poker, but it's not obvious yet. You know you need to invest more money to win the big pot. You make a "hero call" and keep playing deep.
    • What BET does: If the AI sees a difficult question that it can solve if it thinks hard enough, it saves its energy and keeps going. It doesn't cut itself off too early.

How They Taught the AI (The Two-Stage Training)

The researchers didn't just tell the AI to "be efficient." They taught it in two steps:

  • Stage 1: The Lesson Plan (Cold Start): They showed the AI examples of how to behave. They showed it: "Here is an easy problem; here is how you answer it quickly." "Here is an impossible problem; here is how you say 'I give up'." "Here is a hard problem; here is how you keep thinking."
  • Stage 2: The Practice Game (Reinforcement Learning): They let the AI play the game. Every time the AI tried to solve a problem, the system checked: "Did you waste time on an impossible problem? Did you give up too soon on a hard one?" Based on the results, they gave the AI a score (a reward). If the AI saved money on impossible problems but still solved the hard ones, it got a high score.

The Results

When they tested this new method on seven different math and logic tests:

  • It saved about 55% of the thinking time. The AI used roughly half the computer power it used before.
  • It got better at solving problems. Because it wasn't wasting time on impossible tasks or over-thinking easy ones, it actually solved more hard problems correctly.
  • It works on new types of puzzles. Even though they only trained it on math, it applied these "smart spending" habits to science questions and logic puzzles it had never seen before.

The Bottom Line

BET teaches AI models to be like a smart investor. Instead of spending money (computing power) blindly, it calculates the "return on investment" for every question.

  • If the return is low (easy question), spend little.
  • If the return is negative (impossible question), don't spend anything.
  • If the return is high (hard but solvable), invest heavily.

This makes AI faster, cheaper to run, and surprisingly better at solving the hard stuff.

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 →