paper-with-me

홈 › Papers

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

2026-02-10 · Sora Miyamoto, Daisuke Oba, Naoaki Okazaki arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.09574

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Recursive Speculative Decoding: Accelerating LLM Inference via Sampling Without Replacement

2024-02-21 · Wonseok Jeon, Mukul Gagrani, Raghavv Goel, Junyoung Park 외

Speculative decoding is an inference-acceleration method for large language models (LLMs) where a small language model generates a draft-token sequence which is further verified by the target LLM in parallel. Recent work…

Language ModellingSmall Language Model

FORGE-Tree: Diffusion-Forcing Tree Search for Long-Horizon Robot Manipulation

2025-10-07 · Yanjia Huang, Shuo Liu, Sheng Liu, Qingxiao Xu 외 arxiv

Long-horizon robot manipulation tasks remain challenging for Vision-Language-Action (VLA) policies due to drift and exposure bias, often denoise the entire trajectory with fixed hyperparameters, causing small geometric e…

Robot Manipulation

TreePO: Bridging the Gap of Policy Optimization and Efficacy and Inference Efficiency with Heuristic Tree-based Modeling

2025-08-24 · Yizhi Li, Qingshui Gu, Zhoufutu Wen, Ziniu Li 외 arxiv

Recent advancements in aligning large language models via reinforcement learning have achieved remarkable gains in solving complex reasoning problems, but at the cost of expensive on-policy rollouts and limited explorati…

Reinforcement Learning

TALON: Confidence-Aware Speculative Decoding with Adaptive Token Trees

2026-01-12 · Tianyu Liu, Qitan Lv, Yuhao Shen, Xiao Sun 외 arxiv

Speculative decoding (SD) has become a standard technique for accelerating LLM inference without sacrificing output quality. Recent advances in speculative decoding have shifted from sequential chain-based drafting to tr…

Policy-Guided Search on Tree-of-Thoughts for Efficient Problem Solving with Bounded Language Model Queries

2026-01-07 · Sumedh Pendurkar, Guni Sharon arxiv

Recent studies explored integrating state-space search algorithms with Language Models (LM) to perform look-ahead on the token generation process, the ''Tree-of-Thoughts'' (ToT), generated by LMs, thereby improving perfo…