paper-with-me

Papers

Spend Less, Reason Better: Budget-Aware Value Tree Search for LLM Agents

2026-03-13 · Yushu Li, Wenlong Deng, Jiajin Li, Xiaoxiao Li arxiv

Test-time scaling has become a dominant paradigm for improving LLM agent reliability, yet current approaches treat compute as an abundant resource, allowing agents to exhaust token and tool budgets on redundant steps or dead-end trajectories. Existing budget-aware methods either require expensive fine-tuning or rely on coarse, trajectory-level heuristics that cannot intervene mid-execution. We propose the Budget-Aware Value Tree (BAVT), a training-free inference-time framework that models multi-hop reasoning as a dynamic search tree guided by step-level value estimation within a single LLM backbone. Another key innovation is a budget-conditioned node selection mechanism that uses the remaining resource ratio as a natural scaling exponent over node values, providing a principled, parameter-free transition from broad exploration to greedy exploitation as the budget depletes. To combat the well-known overconfidence of LLM self-evaluation, BAVT employs a residual value predictor that scores relative progress rather than absolute state quality, enabling reliable pruning of uninformative or redundant tool calls. We further provide a theoretical convergence guarantee, proving that BAVT reaches a terminal answer with probability at least $1-ε$ under an explicit finite budget bound. Extensive evaluations on four multi-hop QA benchmarks across two model families demonstrate that BAVT consistently outperforms parallel sampling baselines. Most notably, BAVT under strict low-budget constraints surpasses baseline performance at $4\times$ the resource allocation, establishing that intelligent budget management fundamentally outperforms brute-force compute scaling.

📄 PDF Abstract BibTeX arXiv:2603.12634

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spend Less, Fit Better: Budget-Efficient Scaling Law Fitting via Active Experiment Selection

2026-04-24 · Sijie Li, Shanda Li, Haowei Lin, Weiwei Sun 외 arxiv

Scaling laws are used to plan multi-million-dollar training runs, but fitting those laws can itself cost millions. In modern large-scale workflows, assembling a sufficiently informative set of pilot experiments is alread…

Searching for a higher power in the human evaluation of MT

2022-10-20 · Johnny Tian-Zheng Wei, Tom Kocmi, Christian Federmann

In MT evaluation, pairwise comparisons are conducted to identify the better system. In conducting the comparison, the experimenter must allocate a budget to collect Direct Assessment (DA) judgments. We provide a cost eff…

Don't Label Twice: Quantity Beats Quality when Comparing Binary Classifiers on a Budget

2024-02-03 · Florian E. Dorner, Moritz Hardt

We study how to best spend a budget of noisy labels to compare the accuracy of two binary classifiers. It's common practice to collect and aggregate multiple noisy labels for a given data point into a less noisy label vi…

BAGEN: Are LLM Agents Budget-Aware?

2026-05-29 · Yuxiang Lin, Zihan Wang, Mengyang Liu, Yuxuan Shan 외 arxiv

While agents are increasingly spending more resources, today agent cost is mostly measured only after execution. A Budget-Aware Agent (BAGEN) should treat budget as an active control signal, rather than a passive cost me…

MemOCR: Layout-Aware Visual Memory for Efficient Long-Horizon Reasoning

2026-01-29 · Yaorui Shi, Shugui Liu, Yu Yang, Wenyu Mao 외 arxiv

Long-horizon agentic reasoning necessitates effectively compressing growing interaction histories into a limited context window. Most existing memory systems serialize history as text, where token-level cost is uniform a…

Reinforcement Learning