pith. sign in

arxiv: 2602.09574 · v2 · pith:ICUSYCBXnew · submitted 2026-02-10 · 💻 cs.CL · cs.AI· cs.LG

Aligning Tree-Search Policies with Fixed Token Budgets in Test-Time Scaling of LLMs

classification 💻 cs.CL cs.AIcs.LG
keywords tree-searchbudgetllmstokenacrossbg-mctsbudget-agnosticbudgets
0
0 comments X
read the original abstract

Tree-search decoding is an effective form of test-time scaling for large language models (LLMs), but real-world deployment often imposes a fixed per-query token budget that varies across settings. Existing tree-search policies are largely budget-agnostic, treating the budget merely as a termination condition, thereby risking late-stage over-branching or premature termination. We propose Budget-Guided MCTS (BG-MCTS), a tree-search decoding algorithm that aligns its search policy with the remaining token budget: it starts with broad exploration, then prioritizes refinement and answer completion as the remaining budget decreases while reducing late-stage branching from shallow nodes. BG-MCTS consistently outperforms budget-agnostic tree-search baselines across inference budgets on mathematical reasoning benchmarks and an additional physics reasoning benchmark with open-weight LLMs.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Beyond Fixed Budgets: Characterizing the Inelasticity and Limitations of Tree-of-Thought Reasoning Strategies

    cs.AI 2026-05 unverdicted novelty 6.0

    DPTS shows cold-start bottlenecks at low budgets while SSDP exhibits frontier depletion, indicating fixed ToT strategies are inelastic across compute levels.

  2. Compute Allocation in Evolutionary Search: From Depth-Breadth to Multi-Armed Bandits

    cs.CL 2026-05 unverdicted novelty 5.0

    BaSE, a multi-armed bandit for LLM call allocation in evolutionary search, raises mean fitness 12.3% over island-protocol baselines across eight model-task pairs.