AIBullisharXiv – CS AI · Jun 127/10
🧠Arbor introduces a multi-agent framework using tree search as a cognition layer for autonomous agents operating in complex action spaces. The system achieves 193% inference throughput-latency improvements over vendor baselines through coordinated Orchestrator and Critic agents, demonstrating reproducible, hardware-agnostic optimization across multiple hardware generations.
AIBullisharXiv – CS AI · Jun 97/10
🧠Researchers introduce DeltaBox, an operating system-level solution that enables AI agents to checkpoint and rollback sandbox states in milliseconds rather than hundreds of milliseconds to seconds. By tracking only changes between consecutive checkpoints instead of duplicating entire states, the system significantly accelerates test-time tree search and reinforcement learning workloads critical for LLM-powered agents.
AIBullisharXiv – CS AI · Jun 57/10
🧠MLEvolve introduces a self-evolving multi-agent framework powered by large language models that automates machine learning algorithm discovery through enhanced tree search, dynamic memory systems, and hierarchical planning. The system achieves state-of-the-art results on ML engineering benchmarks while operating in half the standard runtime, demonstrating significant advances in automating complex scientific discovery tasks.
AINeutralarXiv – CS AI · Apr 147/10
🧠Researchers demonstrate that a large language model's diversity profile—how probability mass spreads across different solution approaches—should determine whether reasoning strategies prioritize breadth or depth exploration. Testing on Qwen and Olmo model families reveals that lightweight refinement signals work well for low-diversity aligned models but offer limited value for high-diversity base models, suggesting optimal inference strategies must be model-specific rather than universal.
AINeutralarXiv – CS AI · Jun 116/10
🧠TreeSeeker is a new inference-time framework that improves deep web search by using tree-structured trial-and-error navigation. The system balances exploration and exploitation through textual UCB signals, demonstrating consistent improvements over baseline models on multiple benchmarks.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce TRACE, a rollout budget allocation framework that improves reinforcement learning for large language models by optimizing reward signals across multi-turn agentic tasks. The method allocates computational resources to both initial prompts and intermediate decision points within conversations, demonstrating 2.8-point accuracy improvements on benchmarks at equivalent sampling costs.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers propose Comp-MCTS, an AI framework that efficiently generates multiple counterfactual explanations under limited LLM budget constraints by using tree-search algorithms to allocate queries toward novel intervention directions. The approach demonstrates superior performance in producing diverse, validated counterfactuals compared to existing single-candidate and multi-candidate baselines on real-world datasets.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers demonstrate that transformer-based AI agents can learn tree-search capabilities through reinforcement learning without explicit instruction, with attention heads specializing to track action history and detect failures. The findings reveal how agents develop depth-first search mechanisms during training and generalize to deeper problems than they trained on, advancing theoretical understanding of how language models acquire reasoning abilities.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers propose 2FFS, a two-fidelity tree-search algorithm that optimizes the tradeoff between cheap but biased heuristic evaluations and expensive but accurate rollouts in stochastic minimax trees. The method combines minimax and Monte Carlo Tree Search techniques with proven fixed-confidence correctness, achieving substantial sample and computational efficiency gains over existing approaches.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers propose a learned 'rerooter' approach to improve Levin Tree Search for complex single-agent problems, eliminating the need for explicit subgoal generation. Three rerooter designs exploit state-space structure, learned heuristics, or hybrid signals to achieve scalable search with lower computational overhead and improved online training efficiency.
AIBullisharXiv – CS AI · Apr 136/10
🧠Researchers introduce Chain-in-Tree (CiT), a framework that optimizes large language model tree search by selectively branching only when necessary rather than at every step. The approach reduces computational overhead by 75-85% on math reasoning tasks with minimal accuracy loss, making inference-time scaling more practical for resource-constrained deployments.
AIBullisharXiv – CS AI · Mar 36/107
🧠LiTS is a new modular Python framework that enables LLM reasoning through tree search algorithms like MCTS and BFS. The framework demonstrates reusable components across different domains and reveals that LLM policy diversity, not reward quality, is the key bottleneck for effective tree search in infinite action spaces.
AIBullisharXiv – CS AI · Mar 36/109
🧠Researchers introduce MM-DeepResearch, a multimodal AI agent that combines visual and textual reasoning for complex research tasks. The system addresses key challenges in multimodal AI through novel training methods including hypergraph-based data generation and offline search engine optimization.
AIBullisharXiv – CS AI · Mar 36/108
🧠Researchers introduced GOME, an AI agent that uses gradient-based optimization instead of tree search for machine learning engineering tasks, achieving 35.1% success rate on MLE-Bench. The study shows gradient-based approaches outperform tree search as AI reasoning capabilities improve, suggesting this method will become more effective as LLMs advance.
AIBullisharXiv – CS AI · Mar 26/1017
🧠Researchers introduce MITS (Mutual Information Tree Search), a new framework that improves reasoning capabilities in large language models using information-theoretic principles. The method uses pointwise mutual information for step-wise evaluation and achieves better performance while being more computationally efficient than existing tree search methods like Tree-of-Thought.