paper-with-me

홈 › Papers

UnityMAS-O: A General RL Optimization Framework for LLM-Based Multi-Agent Systems

2026-05-26 · Yiqun Chen, Wei Yang, Erhan Zhang, Shijie Wang, Qi Liu, Zechun Niu, Bin Zhang, Haitao Li, Rui Li, Lingyong Yan, Jinyuan Feng, Biqing Qi, Xiaochi Wei, Yan Gao, Yi Wu, Yao Hu, Jiaxin Mao arxiv

LLM-based multi-agent systems decompose complex tasks into interacting roles, but most remain manually orchestrated by prompts, tools, and control rules, while agents are rarely optimized through a unified reinforcement learning interface. Existing RL post-training frameworks mainly target single-policy optimization and lack abstractions for user-defined multi-agent workflows, structured interaction, role-specific credit assignment, and configurable parameter sharing. We present UnityMAS-O, a general RL optimization framework for LLM-based multi-agent systems. UnityMAS-O treats the complete workflow as the optimization unit, rather than a single response or policy trajectory. It represents workflows through four first-class objects: logical agent roles, graph trajectories, user-defined rewards, and agent--model mappings. This decouples logical agents from physical model parameters, supporting full sharing, full separation, and partial sharing, with rewards assigned at role, turn, and trajectory levels. UnityMAS-O extends verl with a Ray-based star-topology runtime. A central controller executes workflows, invokes tools, records structured trajectories, and assembles rewards; model-local worker groups handle rollout, buffering, advantage computation, and distributed PPO-style updates. Users can define agents, workflows, model mappings, and rewards without rewriting the optimization infrastructure. We instantiate UnityMAS-O on retrieval-augmented QA, iterative agentic search, and reflective code generation. Across Natural Questions, HotpotQA, and held-out code tasks, multi-agent RL improves manually specified workflows after optimization, with especially large gains for smaller models and strict code all-passed metrics. These results show that UnityMAS-O can serve as a reusable substrate for converting diverse LLM-based multi-agent workflows into trainable multi-agent RL systems.

📄 PDF Abstract BibTeX arXiv:2605.26646

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningNatural QuestionsCode Generation

Similar Papers 제목 키워드 기반

OMAC: A Broad Optimization Framework for LLM-Based Multi-Agent Collaboration

2025-05-17 · Shijun Li, Hilaf Hasson, Joydeep Ghosh

Agents powered by advanced large language models (LLMs) have demonstrated impressive capabilities across diverse complex applications. Recently, Multi-Agent Systems (MAS), wherein multiple agents collaborate and communic…

Arithmetic ReasoningCode Generation

SANet: A Semantic-aware Agentic AI Networking Framework for Cross-layer Optimization in 6G

2025-12-27 · Yong Xiao, Xubo Li, Haoran Zhou, Yingyu Li 외 arxiv

Agentic AI networking (AgentNet) is a novel AI-native networking paradigm in which a large number of specialized AI agents collaborate to perform autonomous decision-making, dynamic environmental adaptation, and complex …

Learning to Construct Practical Agentic Systems

2026-05-29 · Aditya Kumar, Zhihan Lei, Jerry Yan, Joshua W. Momo 외 arxiv

Automated design and optimization of agentic LLM-based systems leads to sophisticated systems that substantially improve result quality over off-the-shelf agentic patterns. However, studies of fielded agentic systems sho…

Parallel AutoRegressive Models for Multi-Agent Combinatorial Optimization

2024-09-05 · Federico Berto, Chuanbo Hua, Laurin Luttmann, Jiwoo Son 외

Combinatorial optimization problems involving multiple agents are notoriously challenging due to their NP-hard nature and the necessity for effective agent coordination. Despite advancements in learning-based methods, ex…

Combinatorial OptimizationComputational EfficiencyDecision MakingScheduling

A Cascading Cooperative Multi-agent Framework for On-ramp Merging Control Integrating Large Language Models

2025-03-11 · Miao Zhang, Zhenlong Fang, Tianyi Wang, Qian Zhang 외

Traditional Reinforcement Learning (RL) suffers from replicating human-like behaviors, generalizing effectively in multi-agent scenarios, and overcoming inherent interpretability issues.These tasks are compounded when de…

Decision Makingglobal-optimizationLanguage ModelingLanguage Modelling+4