PulseAugur
EN
LIVE 10:00:08

Funnel of Thoughts method halves LRM inference costs

Researchers have developed a new inference-time method called Funnel of Thoughts (FoT) designed to make Large Reasoning Models (LRMs) more efficient. This technique aims to maintain the accuracy of majority voting across multiple model trajectories while significantly reducing computational costs. FoT identifies and prunes unproductive trajectories by analyzing hesitation markers like "Wait" and "Actually," which often indicate a model is struggling or entering a loop. This approach has demonstrated a substantial reduction in attention FLOPs and generation time without requiring additional model inference or retraining, and the lexical signal has shown effectiveness across different model architectures and tasks. AI

IMPACT Reduces computational costs for large reasoning models, potentially enabling wider and more efficient deployment.

RANK_REASON Academic paper detailing a new method for LLM inference efficiency. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Funnel of Thoughts method halves LRM inference costs

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Chanhee Park, Sungbin Han, Jeongho Yoon, Seongtae Hong, Heuiseok Lim ·

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

    arXiv:2608.15065v1 Announce Type: new Abstract: Large Reasoning Models produce diverse, sometimes inconsistent answers across repeated queries on the same problem, so multi-sample inference is a prerequisite for reliable deployment. Majority voting at k rollouts is the standard s…