Plan and Budget: Effective and Efficient Test-Time Scaling on Reasoning Large Language Models

Abstract

Large Language Models (LLMs) have achieved remarkable success in complex reasoning tasks, but their inference remains computationally inefficient. We observe a common failure mode in many prevalent LLMs, overthinking, where models generate verbose and tangential reasoning traces even for simple queries. Recent work has tried to mitigate this by enforcing fixed token budgets, however, this can lead to underthinking, especially on harder problems. Through empirical analysis, we identify that this inefficiency often stems from unclear problem-solving strategies. To formalize this, we develop a theoretical model, BAM (Budget Allocation Model), which models reasoning as a sequence of sub-questions with varying uncertainty, and introduce the E3 metric to capture the trade-off between correctness and computation efficiency. Building on theoretical results from BAM, we propose Plan-and-Budget, a model-agnostic, test-time framework that decomposes complex queries into sub-questions and allocates token budgets based on estimated complexity using adaptive scheduling. Plan-and-Budget improves reasoning efficiency across a range of tasks and models, achieving up to 70% accuracy gains, 39% token reduction, and 193.8% improvement in E3. Notably, it improves the efficiency of a smaller model (DS-Qwen-32B) to match the efficiency of a larger model (DS-LLaMA-70B), demonstrating Plan-and-Budget’s ability to close performance gaps without retraining. Our code is available at https://github.com/junhongmit/P-and-B.

Cite

Text

Lin et al. "Plan and Budget: Effective and Efficient Test-Time Scaling on Reasoning Large Language Models." International Conference on Learning Representations, 2026.

Markdown

[Lin et al. "Plan and Budget: Effective and Efficient Test-Time Scaling on Reasoning Large Language Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/lin2026iclr-plan/)

BibTeX

@inproceedings{lin2026iclr-plan,
  title     = {{Plan and Budget: Effective and Efficient Test-Time Scaling on Reasoning Large Language Models}},
  author    = {Lin, Junhong and Zeng, Xinyue and Zhu, Jie and Wang, Song and Shun, Julian and Wu, Jun and Zhou, Dawei},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/lin2026iclr-plan/}
}