paper-with-me

Papers

Universe Routing: Why Self-Evolving Agents Need Epistemic Control

2026-03-16 · Zhaohui Geoffrey Wang arxiv

A critical failure mode of current lifelong agents is not lack of knowledge, but the inability to decide how to reason. When an agent encounters "Is this coin fair?" it must recognize whether to invoke frequentist hypothesis testing or Bayesian posterior inference - frameworks that are epistemologically incompatible. Mixing them produces not minor errors, but structural failures that propagate across decision chains. We formalize this as the universe routing problem: classifying questions into mutually exclusive belief spaces before invoking specialized solvers. Our key findings challenge conventional assumptions: (1) hard routing to heterogeneous solvers matches soft MoE accuracy while being 7x faster because epistemically incompatible frameworks cannot be meaningfully averaged; (2) a 465M-parameter router achieves a 2.3x smaller generalization gap than keyword-matching baselines, indicating semantic rather than surface-level reasoning; (3) when expanding to new belief spaces, rehearsal-based continual learning achieves zero forgetting, outperforming EWC by 75 percentage points, suggesting that modular epistemic architectures are fundamentally more amenable to lifelong learning than regularization-based approaches. These results point toward a broader architectural principle: reliable self-evolving agents may require an explicit epistemic control layer that governs reasoning framework selection.

📄 PDF Abstract BibTeX arXiv:2603.14799

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar 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 stra…

Reinforcement Learning

VoTranhOmniLearner - A Self-Evolving Digital Universe for Simulating Consciousness and Societal Dynamics

2025-04-26 · Independent publication 2025 4 · Vi Nhat Son

VoTranhOmniLearner is an innovative simulation framework designed to model a dynamic digital universe with thousands of entities, intricate social interactions, and self-reflective processes. By integrating machine learn…

Management

FlyRoute: Self-Evolving Agent Profiling via Data Flywheel for Adaptive Task Routing

2026-05-21 · Rongjun Li, Ziyu Zhou, Yihang Wu arxiv

Enterprise routers assign queries to expert agents, yet deployed profiles stay static while agents evolve (prompts, tools, models), and developers rarely keep descriptions or exemplars current. We present FlyRoute, a sel…

Differentiable Mixture-of-Agents Incentivizes Swarm Intelligence of Large Language Models

2026-05-15 · Xingjian Wu, Junkai Lu, Siyu Yan, Xiangfei Qiu 외 arxiv

Recent advances in Large Language Models (LLMs) have catalyzed the development of multi-agent systems (MAS) for complex reasoning tasks. However, existing MAS typically rely on pre-defined or pre-compiled communication t…

Test-time Adaptation

Traffic Optimization For a Mixture of Self-interested and Compliant Agents

2017-09-27 · Guni Sharon, Michael Albert, Tarun Rambha, Stephen Boyles 외

This paper focuses on two commonly used path assignment policies for agents traversing a congested network: self-interested routing, and system-optimum routing. In the self-interested routing policy each agent selects a …