paper-with-me

홈 › Papers

SYMPHONY: Synergistic Multi-agent Planning with Heterogeneous Language Model Assembly

2026-01-30 · Wei Zhu, Zhiwen Tang, Kun Yue arxiv

Recent advancements have increasingly focused on leveraging large language models (LLMs) to construct autonomous agents for complex problem-solving tasks. However, existing approaches predominantly employ a single-agent framework to generate search branches and estimate rewards during Monte Carlo Tree Search (MCTS) planning. This single-agent paradigm inherently limits exploration capabilities, often resulting in insufficient diversity among generated branches and suboptimal planning performance. To overcome these limitations, we propose Synergistic Multi-agent Planning with Heterogeneous langauge model assembly (SYMPHONY), a novel multi-agent planning framework that integrates a pool of heterogeneous language model-based agents. By leveraging diverse reasoning patterns across agents, SYMPHONY enhances rollout diversity and facilitates more effective exploration. Empirical results across multiple benchmark tasks show that SYMPHONY achieves strong performance even when instantiated with open-source LLMs deployable on consumer-grade hardware. When enhanced with cloud-based LLMs accessible via API, SYMPHONY demonstrates further improvements, outperforming existing state-of-the-art baselines and underscoring the effectiveness of heterogeneous multi-agent coordination in planning tasks.

📄 PDF Abstract BibTeX arXiv:2601.22623

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symphony: A Cognitively-Inspired Multi-Agent System for Long-Video Understanding

2026-03-18 · Haiyang Yan, Hongyun Zhou, Peng Xu, Xiaoxue Feng 외 arxiv

Despite rapid developments and widespread applications of MLLM agents, they still struggle with long-form video understanding (LVU) tasks, which are characterized by high information density and extended temporal spans. …

Symphony: A Decentralized Multi-Agent Framework for Scalable Collective Intelligence

2025-08-27 · Ji Wang, Kashing Chen, Xinyuan Song, Ke Zhang 외 arxiv

Most existing Large Language Model (LLM)-based agent frameworks rely on centralized orchestration, incurring high deployment costs, rigid communication topologies, and limited adaptability. To address these challenges, w…

AgentOrchestra: A Hierarchical Multi-Agent Framework for General-Purpose Task Solving

2025-06-14 · Wentao Zhang, Ce Cui, Yilei Zhao, Rui Hu 외

Recent advances in agent systems based on large language models (LLMs) have demonstrated strong capabilities in solving complex tasks. However, most current methods lack mechanisms for coordinating specialized agents and…

Symphony: Learning Realistic and Diverse Agents for Autonomous Driving Simulation

2022-05-06 · Maximilian Igl, Daewoo Kim, Alex Kuefler, Paul Mougin 외

Simulation is a crucial tool for accelerating the development of autonomous vehicles. Making simulation realistic requires models of the human road users who interact with such cars. Such models can be obtained by applyi…

Autonomous DrivingAutonomous VehiclesDiversity

OS-Symphony: A Holistic Framework for Robust and Generalist Computer-Using Agent

2026-01-12 · Bowen Yang, Kaiming Jin, Zhenyu Wu, Zhaoyang Liu 외 arxiv

While Vision-Language Models (VLMs) have significantly advanced Computer-Using Agents (CUAs), current frameworks struggle with robustness in long-horizon workflows and generalization in novel domains. These limitations s…