ACLArena:多阶段后训练中的智能体持续学习框架

HuggingFace Daily Papers(社区热门论文)·2026-09-21 08:00·2天前
AI 导读

针对智能体持续学习(ACL)缺乏成熟方案的问题,研究者提出 ACLArena 框架,用于系统研究、分析和评估 ACL。该框架从模型级和 token 级两个视角分析遗忘与泛化机制,并对比多教师 on-policy 蒸馏、自蒸馏微调与模型合并三种范式。基于此提出新配方:离线回放高质量轨迹结合多个经 RL 专项训练的 LoRA 专家路由网络,在四项推理与智能体任务上验证了有效性。

HuggingFace Daily Papers(社区热门论文)
41AI 编辑部评分,满分 100

ACLArena:多阶段后训练中的智能体持续学习框架

2026-09-21 08:00· 2天前
AI 导读

针对智能体持续学习(ACL)缺乏成熟方案的问题,研究者提出 ACLArena 框架,用于系统研究、分析和评估 ACL。该框架从模型级和 token 级两个视角分析遗忘与泛化机制,并对比多教师 on-policy 蒸馏、自蒸馏微调与模型合并三种范式。基于此提出新配方:离线回放高质量轨迹结合多个经 RL 专项训练的 LoRA 专家路由网络,在四项推理与智能体任务上验证了有效性。

Building general-purpose agents for industrial deployment requires integrating multiple capabilities, each typically acquired at a distinct stage of training. Yet there is currently no well-established recipe for Agent Continual Learning (ACL), with little understanding of the trade-offs among existing integration paradigms. To address this gap, we introduce ACLArena, a framework for comprehensively studying, analyzing, and evaluating ACL. We first build a sequential training pipeline and conduct an in-depth analysis that explains the mechanisms of forgetting and generalization from two complementary perspectives, the model level and the token level.

Guided by these analyses, we systematically compare multi-teacher on-policy distillation, self-distilled fine-tuning, and model merging to assess their ability to recover previously learned capabilities while preserving newly acquired ones. Through extensive experiments, we develop a detailed understanding of how capabilities transfer across stages. Finally, we propose a new ACL recipe that combines offline replay over high-quality trajectories with a routed network of multiple LoRA experts each specialized via RL, substantially improving the agent's ability to learn across multiple domains.

Comprehensive experiments on four reasoning and agentic tasks, evaluated under both in-domain and out-of-domain settings, demonstrate the value of our analysis and the effectiveness of our approach.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org