ACLArena: Agent Continue Learning in Multi-stage Post-training
Summary
The paper presents ACLArena, a framework for evaluating Agent Continual Learning in multi-stage post-training, analyzing forgetting and generalization mechanisms, and proposing an improved ACL recipe using offline replay and LoRA experts.
View Cached Full Text
Cached at: 09/22/26, 11:29 PM
Paper page - ACLArena: Agent Continue Learning in Multi-stage Post-training
Source: https://huggingface.co/papers/2609.23989 Authors:
,
,
,
,
,
,
,
,
,
,
Abstract
Buildinggeneral-purposeagentsforindustrialdeploymentrequiresintegratingmultiplecapabilities,eachtypicallyacquiredatadistinctstageoftraining.Yetthereiscurrentlynowell-establishedrecipeforAgentContinualLearning(ACL),withlittleunderstandingofthetrade-offsamongexistingintegrationparadigms.Toaddressthisgap,weintroduceACLArena,aframeworkforcomprehensivelystudying,analyzing,andevaluatingACL.Wefirstbuildasequentialtrainingpipelineandconductanin-depthanalysisthatexplainsthemechanismsofforgettingandgeneralizationfromtwocomplementaryperspectives,themodellevelandthetokenlevel.Guidedbytheseanalyses,wesystematicallycomparemulti-teacheron-policydistillation,self-distilledfine-tuning,andmodelmergingtoassesstheirabilitytorecoverpreviouslylearnedcapabilitieswhilepreservingnewlyacquiredones.Throughextensiveexperiments,wedevelopadetailedunderstandingofhowcapabilitiestransferacrossstages.Finally,weproposeanewACLrecipethatcombinesofflinereplayoverhigh-qualitytrajectorieswitharoutednetworkofmultipleLoRAexpertseachspecializedviaRL,substantiallyimprovingtheagent’sabilitytolearnacrossmultipledomains.Comprehensiveexperimentsonfourreasoningandagentictasks,evaluatedunderbothin-domainandout-of-domainsettings,demonstratethevalueofouranalysisandtheeffectivenessofourapproach.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2609\.23989
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.23989 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.23989 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.23989 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
CLaaS: Continual learning as a service for sample efficient online learning
CLaaS is a system for continual learning of LLM agents in deployment, using experience replay for sample-efficient online adaptation.
CLAP: Closed-Loop Training, Evaluation, and Release Control for Domain Agent Post-training
CLAP proposes a closed-loop method for domain agent post-training that converts noisy business data into structured SFT and preference samples, integrates reward/KL diagnosis, offline gates, and application-chain replay to decide adapter release. Experiments on five manufacturing batches show modest average gains and highlight that regression and high KL risks require an integrated data-training-evaluation-release loop rather than relying on a single score.
AgentCL: Toward Rigorous Evaluation of Continual Learning in Language Agents
A comprehensive evaluation framework for continual learning in language agents is introduced, emphasizing controlled task streams and memory design analysis to better assess reusable experience and learning stability.
Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA
This paper introduces Macaron-V1, an open continual learning agent-model family using Mixture-of-LoRA to compose specialist adapters on frozen base models, with recursive self-improvement and model-harness co-design.
From Trainee to Trainer: LLM-Designed Training Environment for RL with Multi-Agent Reasoning
This paper proposes the LLM-as-Environment-Engineer framework, where a policy model analyzes failures to automatically redesign the training environment for reinforcement learning, and introduces MAPF-FrozenLake as a controllable testbed. The framework, using Qwen3-4B, outperforms larger models like GPT and Gemini, showing that policy learning improves the model's ability to diagnose weaknesses.