← 首页|学术|MoRSE: Role-Subtask LoRA Experts for Multi-Agent LLM
cs.MA cs.AI cs.CL cs.LG · 2608.09251 · 2026-08-10

MoRSE: Task-Oriented Multi-Agent System with Mixture of Role-Subtask Experts

Peiwen Li, Shiyang Zhang, Yangtian Zhang, Sizhuang He, David van Dijk, Rex Ying
TL;DR:多 agent LLM 系统靠粗粒度 prompt 级分化,缺参数级适配。MoRSE 用 (role, subtask) 条件在任务结构与参数两层特化 agent:依赖感知 DAG 分解 + (role,subtask) LoRA Experts + prototype 语义路由,再用层级 group-relative policy optimization 双层信用分配稳定共训。

🎯 问题

LLM 多 agent 系统靠粗粒度 prompt 级分化、无参数适配,agent 间异质性不足、专长有限,成为复杂长程任务的性能瓶颈。

🔬 方法

MoRSE 在任务结构与参数两级用 (role, subtask) 条件特化 agent。任务级:依赖感知 DAG 分解任务,给每 agent 分配 (role, subtask)。参数级:动态 (role,subtask) LoRA Experts 混合 + prototype 语义路由,共享 LLM 底座低成本增强参数特化。稀疏任务奖励下用层级 group-relative policy optimization + 两层信用分配,隔离专家更新与路由决策的跨路由方差。
章节结构(全文标题提取):
1 Introduction
2 Preliminaries
3 Methodology
4 Experiment
5 Related work
6 Conclusion
· 2.1 Empirical Motivation
· 2.2 Problem Formulation
· 3.1 Task-Oriented Multi-Agent System (ToMAS)
· 3.2 Prototype-Routed Mixture of Role-Subtask LoRA Experts (MoLE)
· 3.3 Hierarchical GRPO with Two-Layer Credit Assignment (HGRPO)
· 4.1 Main Results
· 4.2 Deeper Analysis
· B.1 LLM-based Multi-Agent System
· B.2 Mixture of LoRA Experts
· B.3 Reinforcement Learning for Multi-Agent LLM Systems

📊 结果

三个骨干代码生成基准全任务与逐步性能提升;训练的特化泛化到 held-out 任务类别与域。

📝 原文摘要

▶ 原文摘要 Abstract
Large language model-based multi-agent systems have recently shown strong potential for complex, long-horizon tasks. However, existing methods mainly rely on coarse prompt-level differentiation without parameter adaptation for diverse subtasks, resulting in insufficient inter-agent heterogeneity and limited specialized capability that bottleneck performance on tasks with complex requirements. To address this, we introduce a Task-Oriented Multi-Agent System with Mixture of Role-Subtask Experts (MoRSE) that distinguishes agents with (role, subtask)-conditional specialization at both the task structure and parameter levels. To make agents' responsibility explicit at the task structure level, we formulate a task-oriented multi-agent system that decomposes each task into a dependency-aware Directed Acyclic Graph of subtasks and assigns each agent a specific (role, subtask), introducing task-level specialization across collaborating agents. Additionally, to address the diverse role and subtask parameter adaptation demands, we propose a dynamic Mixture of (role, subtask) LoRA Experts module with a prototype-based semantic router for subtasks, augmenting agents with parameter-level specialization on a shared LLM substrate cost-effectively. Then, to co-optimize experts and router stably under sparse task rewards, we further propose a hierarchical group-relative policy optimization with two-layer credit assignment that isolates expert updates from the cross-route variance introduced by routing decisions, disentangling expert quality from routing quality. Experiments on code-generation benchmarks across three backbones demonstrate the effectiveness of our approach, with improvements in both whole-task and step-wise performance, and the gains from trained specialization generalize across held-out task categories and domains.
Deep Read · 2026-08-12高松灯 / Agent 日报
Multi-AgentMoELoRACredit-Assignment