Back to Feed
Agents / Efficiency & Inference

Optimizing Agentic Search Under Budget Constraints

Original: Exploit More, Explore Smarter for Budget-Constrained Agentic Search

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 1 concepts

Key Takeaways

  • ExTS delivers an average relative performance gain of 5.5% using a single fixed configuration.
  • The method outperformed the AB-MCTS-A baseline by 11.7% on the hard split of LiveCodeBench.
  • ExTS provides consistent performance with the lowest cross-seed variance across various task instances.
  • The approach is versatile, demonstrating effectiveness in domains ranging from molecular structure elucidation to code generation.

Summary & Methodology Analysis

The ExTS framework refines tree search by introducing discriminative reward shaping, which normalizes scores to improve sensitivity, and a virtual child mechanism that treats expansion as a value-of-information decision. It employs quality-conditioned branching to restrict node expansion based on validation score thresholds, effectively pruning the search space. To optimize hyperparameters, the framework utilizes pilot-run diagnostics that characterize the search landscape. These diagnostics allow the algorithm to adapt its branching factors based on the observed node quality, ensuring search effort is concentrated on promising trajectories. This design is intended to mitigate the overhead of expensive validation tasks in agentic workflows.

The researchers integrated ExTS into several established frameworks to evaluate its utility. This includes integration with the GEPA framework for optimizing DSPy instructions on HotpotQA and HoVeR, as well as the TreeQuest framework on LiveCodeBench, where the team tested the system on 182 problems with a search budget of 128 using Claude Sonnet 4. Furthermore, they applied the method to the K-MSE framework for molecular SMILES deduction and the AFlow framework for tasks within the DROP dataset. These implementations demonstrate that ExTS is competitive with or improves over task-specific tree-search baselines across diverse problem sets.

Despite these gains, the current implementation has notable limitations regarding scalability and transferability. The paper does not study how different model scales affect the search landscape, as the team utilized a single model per domain to manage substantial API costs. The pilot-run diagnostic approach is conditioned on the specific model, scorer, and budget, meaning its transferability across different model families remains untested. Additionally, the diagnostic step consumes part of the total search budget, which is a necessary trade-off for the improved search guidance provided by the pilot runs.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What is the primary goal of the ExTS research?

The research aims to improve the efficiency of agentic search under strict budget constraints, where existing methods often struggle to identify high-quality solutions due to high validation costs.

Q2. Does this method work on multiple types of tasks?

Yes, it is effective across diverse domains including code generation, molecular structure elucidation, and agentic workflow optimization.

Q3. How much better does ExTS perform compared to previous methods?

ExTS achieves an average relative gain of 5.5% across various tasks and outperformed AB-MCTS-A by 11.7% on the hard split of LiveCodeBench.

Q4. Why did the authors avoid studying model scale?

They restricted the study to a single model per domain to avoid the substantial API costs associated with tree search, as each experiment requires hundreds of LLM calls per task instance across multiple seeds.

Q5. Are the diagnostic results portable to other models?

The paper does not confirm portability, as the transferability of the pilot-run diagnostics across model families remains untested.

Q6. How does the diagnostic process affect the total available search budget?

The diagnostic approach requires a pilot tree that consumes search budget which cannot be applied to the final search phase.

Q7. Which specific benchmark metrics were reported for LiveCodeBench?

On the hard split, ExTS reached 19.1% pass@1 compared to 17.1% for AB-MCTS-A and 18.1% for StandardMCTS.

Q8. What specific frameworks were used for integration during evaluation?

The team integrated ExTS into the GEPA framework for HotpotQA and HoVeR, the TreeQuest framework for LiveCodeBench, the K-MSE framework for molecular deduction, and the AFlow framework for DROP.

Q9. How does ExTS manage search variance?

ExTS demonstrated the lowest cross-seed variance during evaluations on the hard split of LiveCodeBench.

Flag an issue

What is wrong with this summary?

What is wrong?