paper-with-me

Papers

Multi-Agent Deep Research: Training Multi-Agent Systems with M-GRPO

2025-11-17 · Haoyang Hong, Jiajun Yin, Yuan Wang, Jingnan Liu, Zhe Chen, Ailing Yu, Ji Li, Zhiling Ye, Hansong Xiao, Yefei Chen, Hualei Zhou, Yun Yue, Minghui Yang, Chunxiao Guo, Junwei Liu, Peng Wei, Jinjie Gu arxiv

Multi-agent systems perform well on general reasoning tasks. However, the lack of training in specialized areas hinders their accuracy. Current training methods train a unified large language model (LLM) for all agents in the system. This may limit the performances due to different distributions underlying for different agents. Therefore, training multi-agent systems with distinct LLMs should be the next step to solve. However, this approach introduces optimization challenges. For example, agents operate at different frequencies, rollouts involve varying sub-agent invocations, and agents are often deployed across separate servers, disrupting end-to-end gradient flow. To address these issues, we propose M-GRPO, a hierarchical extension of Group Relative Policy Optimization designed for vertical Multi-agent systems with a main agent (planner) and multiple sub-agents (multi-turn tool executors). M-GRPO computes group-relative advantages for both main and sub-agents, maintaining hierarchical credit assignment. It also introduces a trajectory-alignment scheme that generates fixed-size batches despite variable sub-agent invocations. We deploy a decoupled training pipeline in which agents run on separate servers and exchange minimal statistics via a shared store. This enables scalable training without cross-server backpropagation. In experiments on real-world benchmarks (e.g., GAIA, XBench-DeepSearch, and WebWalkerQA), M-GRPO consistently outperforms both single-agent GRPO and multi-agent GRPO with frozen sub-agents, demonstrating improved stability and sample efficiency. These results show that aligning heterogeneous trajectories and decoupling optimization across specialized agents enhances tool-augmented reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2511.13288

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentJet: A Flexible Swarm Training Framework for Agentic Reinforcement Learning

2026-06-03 · Qingxu Fu, Boyin Liu, Shuchang Tao, Zhaoyang Liu 외 arxiv

We present AgentJet, a distributed swarm training framework for large language model (LLM) agent reinforcement learning. Unlike centralized frameworks that tightly couple agent rollouts with model optimization, AgentJet …

Reinforcement Learning

ProductResearch: Training E-Commerce Deep Research Agents via Multi-Agent Synthetic Trajectory Distillation

2026-02-27 · Jiangyuan Wang, Kejun Xiao, Huaipeng Zhao, Tao Luo 외 arxiv

Large Language Model (LLM)-based agents show promise for e-commerce conversational shopping, yet existing implementations lack the interaction depth and contextual breadth required for complex product research. Meanwhile…

Chain-of-Agents: End-to-End Agent Foundation Models via Multi-Agent Distillation and Agentic RL

2025-08-06 · Weizhen Li, Jianbo Lin, Zhuosong Jiang, Jingyi Cao 외 arxiv

Recent advances in large language models (LLMs) and multi-agent systems have demonstrated remarkable capabilities in complex problem-solving tasks such as deep research, vibe coding, and mathematical reasoning. However, …

Reinforcement LearningMathematical Reasoning

SMARTS: Scalable Multi-Agent Reinforcement Learning Training School for Autonomous Driving

2020-10-19 · Ming Zhou, Jun Luo, Julian Villella, Yaodong Yang 외

Multi-agent interaction is a fundamental aspect of autonomous driving in the real world. Despite more than a decade of research and development, the problem of how to competently interact with diverse road users in diver…

Autonomous DrivingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Arena: A General Evaluation Platform and Building Toolkit for Multi-Agent Intelligence

2019-05-17 · Yuhang Song, Andrzej Wojcicki, Thomas Lukasiewicz, Jianyi Wang 외

Learning agents that are not only capable of taking tests, but also innovating is becoming a hot topic in AI. One of the most promising paths towards this vision is multi-agent learning, where agents act as the environme…

Multi-agent Reinforcement LearningReinforcement LearningUnity