paper-with-me

Papers

CERA-MoA: Co-Evolving Routing Mechanisms with Continually Learning LLM Agents

2026-09-16 · Jiaxuan Jiang, Liyuan He, Zhixuan Fang hf

Current Mixture-of-Agents (MoA) paradigms generally treat query routing and agent fine-tuning as separate processes, limiting their ability to respond to evolving agent capabilities. This disconnect prevents routing strategies from adapting to evolving agent capabilities during post-training and prevents agents from achieving synergistic data-driven specialization. To resolve this, we introduce CERA-MoA (Co-Evolving Router with continually learning Agents for Mixture-of-Agents), an iterative reinforcement learning framework where the dynamic router and independent agent policies co-evolve. We design a predictive familiarity estimator that leverages mid-layer hidden states to evaluate semantic competence among agents, avoiding the overhead of full rollouts. Based on these familiarity scores, a cumulative-threshold adaptive routing mechanism dynamically activates a tailored minimal agent subset, achieving a trade-off between task performance and efficiency. By proactively allocating targeted training samples to agents based on their evolving competence, CERA-MoA promotes capability differentiation. Extensive experiments across various domains demonstrate that CERA-MoA outperforms state-of-the-art static-agent routing and fix-workflow fine-tuning baselines.

📄 PDF Abstract BibTeX arXiv:2609.18779

Code (4)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 120
michaeljiang0530/CERA-MoA ★ 1
🤗 mj0530/CERA-MoA-Qwen3-4B-4agents ★ 1

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Continual Model Routing in Evolving Model Hubs

2026-05-27 · Jack Bell, Giacomo Carfì, Gerlando Gramaglia, Vincenzo Lomonaco arxiv

AI model hubs provide access to a rapidly growing collection of powerful pre-trained models, enabling off-the-shelf mixture-of-experts systems with different routing strategies. However, this rapid growth poses two funda…

Self-evolving Embodied AI

2026-02-04 · Tongtong Feng, Xin Wang, Wenwu Zhu arxiv

Embodied Artificial Intelligence (AI) is an intelligent system formed by agents and their environment through active perception, embodied cognition, and action interaction. Existing embodied AI remains confined to human-…

The Good Shepherd: An Oracle Agent for Mechanism Design

2022-02-21 · Jan Balaguer, Raphael Koster, Christopher Summerfield, Andrea Tacchetti

From social networks to traffic routing, artificial learning agents are playing a central role in modern institutions. We must therefore understand how to leverage these systems to foster outcomes and behaviors that alig…

CoMAS: Co-Evolving Multi-Agent Systems via Interaction Rewards

2025-10-09 · Xiangyuan Xue, Yifan Zhou, Guibin Zhang, Zaibin Zhang 외 arxiv

Self-evolution is a central research topic in enabling large language model (LLM)-based agents to continually improve their capabilities after pretraining. Recent research has witnessed a transition from reinforcement le…

Reinforcement Learning

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

2026-07-31 · Dong Yan, Jian Liang, Dapeng Hu, Ran He 외 hf

Large language model (LLM) agents can self-evolve by continually improving from their own accumulated experience. However, existing studies predominantly adopt independent evaluation. Consequently, the behavior of self-e…