arXiv:2512.21708cs.CL2025-12ICML被引 3

用角色分工提升大模型代理的高效微调能力

MoRAgent: Parameter Efficient Agent Tuning with Mixture-of-Roles

论文配图:MoRAgent: Parameter Efficient Agent Tuning with Mixture-of-Roles
图 1 · 摘自论文原文
  • 将代理任务拆分为推理、执行、总结三类角色,分别用LoRA适配
  • 多角色协同框架在多个基准上超越传统微调方法
  • 适合需要低资源微调智能代理的研究与开发者

尽管大型语言模型(LLMs)在代理任务中取得进展,但针对代理的参数高效微调(PEFT)方法仍不充分。本文提出三项关键策略:1)受日益流行的‘推理+执行’范式启发,将代理所需能力分解为三类角色——推理者负责理解用户查询并决定下一步动作;执行者负责识别并调用合适函数及参数;总结者将对话信息提炼后反馈给用户。2)提出混合角色(MoR)框架,包含三个专用于各角色的低秩适配(LoRA)组,通过协作完成任务。3)构建基于公开数据集的角色特定内容生成与可靠性验证流水线,用于有效训练。在多种LLM和代理基准上进行大量实验与消融研究,证明该方法的有效性。项目已开源:https://mor-agent.github.io。

原文摘要 · Abstract (English)

Despite recent advancements of fine-tuning large language models (LLMs) to facilitate agent tasks, parameter-efficient fine-tuning (PEFT) methodologies for agent remain largely unexplored. In this paper, we introduce three key strategies for PEFT in agent tasks: 1) Inspired by the increasingly dominant Reason+Action paradigm, we first decompose the capabilities necessary for the agent tasks into three distinct roles: reasoner, executor, and summarizer. The reasoner is responsible for comprehending the user's query and determining the next role based on the execution trajectory. The executor is tasked with identifying the appropriate functions and parameters to invoke. The summarizer conveys the distilled information from conversations back to the user. 2) We then propose the Mixture-of-Roles (MoR) framework, which comprises three specialized Low-Rank Adaptation (LoRA) groups, each designated to fulfill a distinct role. By focusing on their respective specialized capabilities and engaging in collaborative interactions, these LoRAs collectively accomplish the agent task. 3) To effectively fine-tune the framework, we develop a multi-role data generation pipeline based on publicly available datasets, incorporating role-specific content completion and reliability verification. We conduct extensive experiments and thorough ablation studies on various LLMs and agent benchmarks, demonstrating the effectiveness of the proposed method. This project is publicly available at https://mor-agent.github.io.

代理系统参数高效LoRA角色分工

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。