← Latest papers
🤖 AI

Funnel of Thoughts: Efficient Test-Time Scaling via Early Voting and Rollout Pruning

The paper introduces Funnel of Thoughts (FoT), a training-free inference method that significantly reduces computational costs and latency for Large Reasoning Models by pruning unproductive reasoning trajectories early based on lexical hesitation markers, while preserving the accuracy of full multi-sample voting.

Original authors: Chanhee Park, Sungbin Han, Jeongho Yoon, Seongtae Hong, Heuiseok Lim

Published 2026-08-18
📖 5 min read🧠 Deep dive

Original authors: Chanhee Park, Sungbin Han, Jeongho Yoon, Seongtae Hong, Heuiseok Lim

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

Modern artificial intelligence has reached a point where its most powerful reasoning models do not simply give a single answer to a difficult question. Instead, they generate long, winding chains of thought, exploring multiple paths to a solution before settling on a final conclusion. This process mimics human deliberation, but it introduces a unique challenge: when asked the same problem repeatedly, these models often produce different, and sometimes contradictory, answers. To ensure reliability, engineers have adopted a strategy of asking the model to generate many different attempts, or "rollouts," and then selecting the most common answer among them. This method, known as majority voting, significantly improves accuracy on complex tasks like advanced mathematics. However, it comes with a steep price. Because these reasoning chains can stretch for thousands of words, running dozens of them simultaneously consumes a massive amount of computing power. The cost grows rapidly as the chains get longer, meaning that the most expensive part of the process is often the very end, where the model might be stuck in a loop of unnecessary self-correction or hesitation.

A team of researchers at Korea University has developed a new method called the "Funnel of Thoughts" to solve this inefficiency without sacrificing accuracy. Their work addresses a specific problem: in a pool of thirty-two different reasoning attempts, a few of them are often unproductive. These specific attempts tend to spiral into repetitive loops, endlessly questioning their own logic or getting stuck in "no-answer" states, while consuming the vast majority of the computing resources. The researchers discovered that these failing attempts reveal themselves through a simple, observable pattern in the text they generate. They frequently use specific hesitation markers—words and phrases like "Wait," "Actually," "perhaps," or "Let me reconsider." By counting how often these markers appear, the system can identify which reasoning paths are likely to fail long before they finish.

The new method works by running all thirty-two attempts in parallel, just as before, but it introduces a "funnel" that progressively narrows the field. At specific checkpoints along the way, the system checks two things. First, if an attempt has already produced a clear, final answer, it is immediately saved to a secure bank, and the system stops generating text for that specific attempt. This preserves the vote of the successful path without wasting further energy. Second, for the attempts still running, the system calculates the density of those hesitation markers. If an attempt is filled with too many signs of uncertainty, it is pruned, or cut off, early. This allows the system to discard the wasteful, spiraling paths while keeping the productive ones that are likely to lead to the correct solution.

The results of this approach are substantial. By using this method, the researchers were able to cut the total computing cost, measured in the attention operations required by the model, by nearly half. In real-world tests on a single high-performance graphics card, this translated to a reduction in processing time of over thirty-seven percent. Crucially, this efficiency did not come at the cost of accuracy. The method maintained the same high level of correctness as the traditional approach of running all thirty-two attempts to completion. In fact, on some difficult problems, the new method actually improved the final result. This happened because the traditional method sometimes allowed a few unproductive, repetitive attempts to dominate the final vote simply because they were the only ones that finished, whereas the new method removed those distractions early, allowing the correct answer to emerge more clearly.

The researchers tested this technique across six different large reasoning models and on a variety of challenging math benchmarks. They found that the signal of hesitation markers was consistent across all models, regardless of their internal architecture or size. The method also proved robust when applied to tasks outside of mathematics, such as answering complex science questions or generating code, provided the system could identify when a final answer had been reached. The key insight is that the system does not need to understand the content of the reasoning to know when to stop; it only needs to recognize the pattern of indecision. This allows the method to work without any additional training or complex external tools, relying solely on the text the model is already producing.

This work suggests that the most expensive part of artificial intelligence reasoning is often the least productive. By learning to recognize the early signs of a model getting stuck, we can stop it from wasting resources on paths that will not lead anywhere. The "Funnel of Thoughts" demonstrates that it is possible to make these powerful systems significantly faster and cheaper to run while keeping them just as smart. It offers a practical way to scale up the use of advanced reasoning models, making them more viable for real-world applications where speed and cost are critical factors. The findings indicate that the future of efficient AI may not lie in building larger models, but in smarter ways of managing the ones we already have.

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 →