paper-with-me

홈 › Papers

DiSRouter: Distributed Self-Routing for LLM Selections

2025-10-22 · Hang Zheng, Hongshen Xu, Yongkai Lin, Shuai Fan, Lu Chen, Kai Yu arxiv

The proliferation of Large Language Models (LLMs) has created a diverse ecosystem of models with highly varying performance and costs, necessitating effective query routing to balance performance and expense. Current routing systems often rely on a centralized external router trained on a fixed set of LLMs, making them inflexible and prone to poor performance since the small router can not fully understand the knowledge boundaries of different LLMs. We introduce DiSRouter (Distributed Self-Router), a novel paradigm that shifts from centralized control to distributed routing. In DiSRouter, a query traverses a network of LLM agents, each independently deciding whether to answer or route to other agents based on its own self-awareness, its ability to judge its competence. This distributed design offers superior flexibility, scalability, and generalizability. To enable this, we propose a two-stage Self-Awareness Training pipeline that enhances each LLM's self-awareness. Extensive experiments demonstrate that DiSRouter significantly outperforms existing routing methods in utility across various scenarios, effectively distinguishes between easy and hard queries, and shows strong generalization to out-of-domain tasks. Our work validates that leveraging an LLM's intrinsic self-awareness is more effective than external assessment, paving the way for more modular and efficient multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2510.19208

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Expert Selections In MoE Models Reveal (Almost) As Much As Text

2026-02-04 · Amir Nuriyev, Gabriel Kulp arxiv

We present a text-reconstruction attack on mixture-of-experts (MoE) language models that recovers tokens from expert selections alone. In MoE models, each token is routed to a subset of expert subnetworks; we show these …

Self-Balancing Sequential Sampling: Fast Convergence with Controlled Predictability

2026-07-23 · Zachary McNulty, Daniel Raban arxiv

Many instances of sequential sampling, including audit and inspection scheduling, representative sampling, and treatment assignment, require selections to be distributed evenly without becoming easy to anticipate or expl…

From Myopic Selection to Long-Horizon Awareness: Sequential LLM Routing for Multi-Turn Dialogue

2026-04-14 · Jiarui Zhang, Xiangyu Liu, Yong Hu, Chaoyue Niu 외 arxiv

Multi-turn dialogue is the predominant form of interaction with large language models (LLMs). While LLM routing is effective in single-turn settings, existing methods fail to maximize cumulative performance in multi-turn…

Stabilizing MoE Reinforcement Learning by Aligning Training and Inference Routers

2025-10-13 · Wenhan Ma, Hailin Zhang, Liang Zhao, Yifan Song 외 arxiv

Reinforcement learning (RL) has emerged as a crucial approach for enhancing the capabilities of large language models. However, in Mixture-of-Experts (MoE) models, the routing mechanism often introduces instability, even…

Reinforcement Learning

When Routing Collapses: On the Degenerate Convergence of LLM Routers

2026-02-03 · Guannan Lai, Han-Jia Ye arxiv

LLM routing aims to achieve a favorable quality--cost trade-off by dynamically assigning easy queries to smaller models and harder queries to stronger ones. However, across both unimodal and multimodal settings, we uncov…