← Latest papers
📊 statistics

More Bang for the Buck: Improving the Inference of Large Language Models at a Fixed Budget using Reset and Discard (ReD)

This paper introduces Reset-and-Discard (ReD), a query strategy that optimizes the coverage of unique questions solved by large language models within a fixed budget by mitigating the diminishing returns of traditional pass@k sampling through power-law-based allocation.

Original authors: Sagi Meir, Tommer D. Keidar, Noam Levi, Shlomi Reuveni, Barak Hirshberg

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

Original authors: Sagi Meir, Tommer D. Keidar, Noam Levi, Shlomi Reuveni, Barak Hirshberg

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 Big Picture: The "Guessing Game" Problem

Imagine you have a large bag of riddles (questions) and a limited amount of money to buy guesses (attempts) from a smart but sometimes stubborn friend (a Large Language Model or LLM). Your goal isn't just to solve one really hard riddle; your goal is to solve as many different riddles as possible before you run out of money.

The paper addresses a common mistake people make when playing this game.

The Old Way: "The Stubborn Gambler" (Solve-to-Completion)

Currently, most people use a strategy the authors call "Solve-to-Completion."

  • How it works: You pick Riddle #1. You ask your friend for an answer. If they get it wrong, you ask again. And again. And again. You keep asking Riddle #1 until they finally get it right. Only then do you move on to Riddle #2.
  • The Problem: Some riddles are just really, really hard. Your friend might get stuck on Riddle #1 for 50 attempts. By the time they finally solve it, you've spent 50 guesses. You have zero guesses left for Riddles #2 through #100. You solved one hard thing, but you missed out on 99 easy things.
  • The Result: As you spend more money, the number of new riddles you solve grows slower and slower. It's like trying to fill a bucket with a leaky hose; the harder you push, the less water actually gets in.

The New Way: "The Breadth-First Explorer" (Reset-and-Discard / ReD)

The authors propose a new strategy called Reset-and-Discard (ReD).

  • How it works:
    1. You pick Riddle #1 and ask your friend once.
    2. If they get it right, you celebrate, throw the riddle away (Discard), and move to Riddle #2.
    3. If they get it wrong, you don't keep asking. You immediately stop, throw that riddle aside for now, and move to Riddle #2.
    4. You go through the whole list of riddles, asking each one exactly once (or a few times).
    5. Once you've gone through the whole list, you go back to the top and try the ones that were still unsolved.
  • The Analogy: Imagine you are a firefighter trying to put out many small fires. Instead of standing in front of one stubborn fire and spraying water on it until it's out (ignoring the other fires spreading nearby), you spray a little water on every fire. If a fire goes out, you leave it alone. If it's still burning, you come back to it later.
  • The Result: You solve a huge number of riddles very quickly. Even if you don't solve the hardest ones immediately, you solve all the easy and medium ones first. This gives you a much better "bang for your buck."

The Science Behind the Magic

The paper uses math to prove why this works so well.

  1. The Power Law: The authors noticed that for these AI models, the chance of solving a problem drops off in a specific mathematical pattern (a "power law"). Basically, the harder the problem, the exponentially harder it gets to solve.
  2. The "Diminishing Returns" Trap: Under the old "Stubborn Gambler" method, this math means that as you spend more money, you get fewer and fewer new solved problems.
  3. The Fix: The "Reset-and-Discard" method breaks this trap. The math shows that by resetting after every attempt (or a few), you turn that slow, diminishing growth into steady, linear growth. You get a constant stream of solved problems no matter how many attempts you make.

Key Findings from the Experiments

The authors tested this on real AI models (like Llama and GPT) using three types of challenges:

  • Coding: Writing computer programs.
  • Math: Solving math word problems.
  • Reasoning: Answering complex multiple-choice questions.

What they found:

  • More Solutions: With the same amount of money (budget), ReD solved significantly more unique problems than the old method.
  • Cheaper: To reach a specific goal (like solving 80% of the problems), ReD required fewer attempts, fewer computer tokens, and less actual cash.
  • Works with Imperfect Checkers: Even if the system checking the answers makes mistakes (sometimes saying "wrong" when it's right, or vice versa), ReD still wins.
  • Predicting the Future: The authors also showed that by using ReD, you can actually figure out how smart the AI is (its "power-law exponent") without having to run thousands of expensive tests. It's like being able to guess the speed of a car just by watching it drive for a few seconds, rather than timing a full race.

The Bottom Line

If you have a fixed budget to get an AI to solve a list of problems, don't keep hammering on the hard ones. Instead, try every problem once, discard the ones you solved, and circle back to the ones you missed. This "Reset-and-Discard" strategy lets you solve far more problems for the same price, turning a slow, frustrating process into an efficient, high-speed machine.

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 →