微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
Exploit More, Explore Smarter for Budget-Constrained Agentic Search
RSS 官方收录 · 可信分层展示
关键摘要
ExTS新算法提升预算受限智能体搜索效率,平均增益+5.5%
- ExTS将节点扩展视为信息价值决策,优化有限评估预算分配
- 融合判别式奖励塑形、随机虚拟子节点与质量依赖分支机制
- 在提示优化、代码生成等4类任务中超越专用基线,单配置通用
AI 摘要 · 来源可核验
正文提要
arXiv:2608.23848v1 Announce Type: new Abstract: Budget-constrained agentic search arises when an LLM agent must refine candidates under a small evaluation budget, because validation is expensive, generation requires multiple model calls, or both. In this regime, standard MCTS allocates budget poorly: exploration bonuses dominate at low visit counts, unpromising siblings are expanded before promising chains can deepen, and branching is independent of node quality. We introduce ExTS, a tree-search policy that treats expansion itself as a value-of-information decision. ExTS combines three mechanisms: discriminative reward shaping to separate candidates under narrow score distributions, a stochastic virtual child that estimates the value of creating a new branch from the parent's reward history, and quality-conditioned branching that expands only when a node's score justifies the budget cost. Across prompt optimization, code generation, molecular structure elucidation, and agentic workflow optimization, ExTS is competitive with or improves over task-specific tree-search baselines, with an average relative gain of +5.5% using a single fixed configuration. We further introduce pilot-run diagnostics that characterize what makes budget-constrained agentic search problems structurally different from one another, providing both understanding of the problem space and practical guidance for adaptation.