paper-with-me

홈 › Papers

Behavior Knowledge Merge in Reinforced Agentic Models

2026-01-20 · Xiangchi Yuan, Dachuan Shi, Chunhui Zhang, Zheyuan Liu, Shenglong Yao, Soroush Vosoughi, Wenke Lee arxiv

Reinforcement learning (RL) is central to post-training, particularly for agentic models that require specialized reasoning behaviors. In this setting, model merging offers a practical mechanism for integrating multiple RL-trained agents from different tasks into a single generalist model. However, existing merging methods are designed for supervised fine-tuning (SFT), and they are suboptimal to preserve task-specific capabilities on RL-trained agentic models. The root is a task-vector mismatch between RL and SFT: on-policy RL induces task vectors that are highly sparse and heterogeneous, whereas SFT-style merging implicitly assumes dense and globally comparable task vectors. When standard global averaging is applied under this mismatch, RL's non-overlapping task vectors that encode critical task-specific behaviors are reduced and parameter updates are diluted. To address this issue, we propose Reinforced Agent Merging (RAM), a distribution-aware merging framework explicitly designed for RL-trained agentic models. RAM disentangles shared and task-specific unique parameter updates, averaging shared components while selectively preserving and rescaling unique ones to counteract parameter update dilution. Experiments across multiple agent domains and model architectures demonstrate that RAM not only surpasses merging baselines, but also unlocks synergistic potential among agents to achieve performance superior to that of specialized agents in their domains.

📄 PDF Abstract BibTeX arXiv:2601.13572

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Agentic Reinforced Policy Optimization

2025-07-26 · Guanting Dong, Hangyu Mao, Kai Ma, Licheng Bao 외 arxiv

Large-scale reinforcement learning with verifiable rewards (RLVR) has demonstrated its effectiveness in harnessing the potential of large language models (LLMs) for single-turn reasoning tasks. In realistic reasoning sce…

Reinforcement Learning

FlowSteer: Towards Agents Designing Agentic Workflows via Reinforced Progressive Canvas Editing

2026-02-02 · Mingda Zhang, Wenjin Liu, Tiesunlong Shen, Qika Lin 외 arxiv

In recent years, agentic workflows have been widely applied to solve complex human tasks. However, existing workflow construction still faces key challenges, including human-dependent workflow construction, the lack of g…

Reinforcement Learning

Can Compact Language Models Search Like Agents? Distillation-Guided Policy Optimization for Preserving Agentic RAG Capabilities

2025-08-27 · Rikuto Kotoge, Mai Nishimura, Jiaxin Ma arxiv

Reinforcement Learning has emerged as a dominant post-training approach to elicit agentic RAG behaviors such as search and planning from language models. Despite its success with larger models, applying RL to compact mod…

Reinforcement Learning

The AI Scientific Community: Agentic Virtual Lab Swarms

2026-03-22 · Ulisses Braga-Neto arxiv

In this short note we propose using agentic swarms of virtual labs as a model of an AI Science Community. In this paradigm, each particle in the swarm represents a complete virtual laboratory instance, enabling collectiv…

Computational Efficiency

A Survey on Agentic Multimodal Large Language Models

2025-10-13 · Huanjin Yao, Ruifei Zhang, Jiaxing Huang, Jingyi Zhang 외 arxiv

With the recent emergence of revolutionary autonomous agentic systems, research community is witnessing a significant shift from traditional static, passive, and domain-specific AI agents toward more dynamic, proactive, …