paper-with-me

Papers

AgentSwift: Efficient LLM Agent Design via Value-guided Hierarchical Search

2025-06-06 · Yu Li, Lehui Li, Zhihao Wu, Qingmin Liao, Jianye Hao, Kun Shao, Fengli Xu, Yong Li

Large language model (LLM) agents have demonstrated strong capabilities across diverse domains. However, designing high-performing agentic systems remains challenging. Existing agent search methods suffer from three major limitations: (1) an emphasis on optimizing agentic workflows while under-utilizing proven human-designed components such as memory, planning, and tool use; (2) high evaluation costs, as each newly generated agent must be fully evaluated on benchmarks; and (3) inefficient search in large search space. In this work, we introduce a comprehensive framework to address these challenges. First, We propose a hierarchical search space that jointly models agentic workflow and composable functional components, enabling richer agentic system designs. Building on this structured design space, we introduce a predictive value model that estimates agent performance given agentic system and task description, allowing for efficient, low-cost evaluation during the search process. Finally, we present a hierarchical Monte Carlo Tree Search (MCTS) strategy informed by uncertainty to guide the search. Experiments on seven benchmarks, covering embodied, math, web, tool, and game, show that our method achieves an average performance gain of 8.34\% over state-of-the-art baselines and exhibits faster search progress with steeper improvement trajectories. Code repo is available at https://github.com/Ericccc02/AgentSwift.

📄 PDF Abstract BibTeX arXiv:2506.06017

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language ModelMath

Similar Papers 제목 키워드 기반

MAStrike: Shapley-Guided Collusive Red-Teaming on Multi-Agent Systems

2026-06-11 · Chejian Xu, Zhaorun Chen, Jingyang Zhang, Freddy Lecue 외 arxiv

Hierarchical multi-agent systems (MAS) are rapidly being deployed in high-stakes workflows across domains such as finance and software engineering. In these systems, safety and security are inherently distributed across …

Hierarchical Collaborative Hyper-parameter Tuning

2022-05-11 · Ahmad Esmaeili, Zahra Ghorrati, Eric Matson

Hyper-parameter Tuning is among the most critical stages in building machine learning solutions. This paper demonstrates how multi-agent systems can be utilized to develop a distributed technique for determining near-opt…

BIG-bench Machine Learning

Landmark Guided Active Exploration with State-specific Balance Coefficient

2023-06-30 · Fei Cui, Jiaojiao Fang, Mengke Yang, Guizhong Liu

Goal-conditioned hierarchical reinforcement learning (GCHRL) decomposes long-horizon tasks into sub-tasks through a hierarchical framework and it has demonstrated promising results across a variety of domains. However, t…

Hierarchical Reinforcement Learning

HAVEN: Hierarchical Cooperative Multi-Agent Reinforcement Learning with Dual Coordination Mechanism

2021-10-14 · Zhiwei Xu, Yunpeng Bai, Bin Zhang, Dapeng Li 외

Recently, some challenging tasks in multi-agent systems have been solved by some hierarchical reinforcement learning methods. Inspired by the intra-level and inter-level coordination in the human nervous system, we propo…

Hierarchical Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+3

Value Engineering for Autonomous Agents

2023-02-17 · Nieves Montes, Nardine Osman, Carles Sierra, Marija Slavkovik

Machine Ethics (ME) is concerned with the design of Artificial Moral Agents (AMAs), i.e. autonomous agents capable of reasoning and behaving according to moral values. Previous approaches have treated values as labels as…

Ethics