paper-with-me

Papers

Reinforced Collaboration in Multi-Agent Flow Networks

2026-05-13 · Zheng Wang, Yuang Liu, Yangkai Ding arxiv

Multi-agent systems provide a powerful way to extend large language models (LLMs) by decomposing a complex task into specialized subtasks handled by different agents. However, their performance is often hindered by error propagation, arising from suboptimal workflow design or inaccurate agent outputs, which can propagate through the agent collaboration process and degrade final results. To address the challenges, we present MANGO (Multi-Agent Network Gradient Optimization), a data-driven framework that organizes and refines agent collaboration via a flow network constructed from past successful workflows. MANGO integrates reinforcement learning and textual gradients to jointly optimize workflow paths and agent behaviors, while a skipping mechanism prevents redundant updates to well-optimized agents for improving efficiency. Extensive experiments on seven benchmarks show that MANGO achieves up to 12.8% performance improvement over state-of-the-art baselines, enhances efficiency by 47.4%, and generalizes effectively to unseen domains. Our code and datasets are publicly available at https://github.com/openJiuwen-ai/agent-store/tree/main/community/mango.

📄 PDF Abstract BibTeX arXiv:2605.12943

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

FlowSteer: Towards Agents Designing Agentic Workflows via Reinforced Progressive Canvas Editing

2026-02-02 · Mingda Zhang, Wenjin Liu, Tiesunlong Shen, Qika Lin 외 arxiv

In recent years, agentic workflows have been widely applied to solve complex human tasks. However, existing workflow construction still faces key challenges, including human-dependent workflow construction, the lack of g…

Reinforcement Learning

Towards Efficient LLM Grounding for Embodied Multi-Agent Collaboration

2024-05-23 · Yang Zhang, Shixin Yang, Chenjia Bai, Fei Wu 외

Grounding the reasoning ability of large language models (LLMs) for embodied tasks is challenging due to the complexity of the physical world. Especially, LLM planning for multi-agent collaboration requires communication…

regression

DIG to Heal: Scaling General-purpose Agent Collaboration via Explainable Dynamic Decision Paths

2026-02-27 · Hanqing Yang, Hyungwoo Lee, Yuhang Yao, Zhiwei Liu 외 arxiv

The increasingly popular agentic AI paradigm promises to harness the power of multiple, general-purpose large language model (LLM) agents to collaboratively complete complex tasks. While many agentic AI systems reduce co…

Mediator-Guided Multi-Agent Collaboration among Open-Source Models for Medical Decision-Making

2025-08-08 · Kaitao Chen, Mianxin Liu, Daoming Zong, Chaoyue Ding 외 arxiv

Complex medical decision-making involves cooperative workflows operated by different clinicians. Designing AI multi-agent systems can expedite and augment human-level clinical decision-making. Existing multi-agent resear…

Instruction FollowingQuestion Answering

Connecting the Dots: A Chain-of-Collaboration Prompting Framework for LLM Agents

2025-05-16 · Jiaxing Zhao, Hongbin Xie, Yuzhen Lei, Xuan Song 외

Large Language Models (LLMs) have demonstrated impressive performance in executing complex reasoning tasks. Chain-of-thought effectively enhances reasoning capabilities by unlocking the potential of large models, while m…

Prompt Engineering