Hugging Face Daily PapersJiaxuan Jiang, Liyuan He, Zhixuan Fang1 min readpaperadvanced
CERA-MoA: Co-Evolving Routing Mechanisms with Continually Learning LLM Agents
Summary
CERA-MoA proposes a reinforcement‑learning loop where a router and a set of LLM agents are trained together. A “familiarity” estimator reads mid‑layer hidden states to predict each agent’s competence on a query, letting the router activate only a minimal subset of agents that meet a cumulative confidence threshold. The system also feeds targeted training examples to agents based on their evolving…
- Separate routing and fine‑tuning limits MoA systems; co‑evolution lets routing adapt to agents’ changing abilities.
- Familiarity estimator avoids full rollouts by using hidden‑state similarity, reducing compute overhead.
- Adaptive routing uses a cumulative‑threshold to select the smallest agent set that satisfies a confidence budget.
- Targeted sample allocation drives agents toward differentiated expertise during continual learning.
If you’re building LLM ensembles or modular AI services, the paper offers a concrete recipe for tighter integration between routing logic and agent training, potentially improving both performance and inference cost.
5/10