paper-with-me

Papers

Grouter: Decoupling Routing from Representation for Accelerated MoE Training

2026-02-22 · Yuqi Xu, Rizhen Hu, Zihan Liu, Mou Sun, Kun Yuan arxiv

Traditional Mixture-of-Experts (MoE) training typically proceeds without any structural priors, effectively requiring the model to simultaneously train expert weights while searching for an optimal routing policy within a vast combinatorial space. This entanglement often leads to sluggish convergence and training instabilities. This paper introduces Grouter, a preemptive routing method that by distilling high-quality structures from fully-trained MoE models and serving as a fixed router for target models. By decoupling structural optimization from weight updates, Grouter significantly accelerates both the speed and quality of model convergence. To ensure the framework's versatility, we also introduce expert folding to adapt Grouter across varying model configurations and expert tuning to rebalance workloads across different data distributions. Furthermore, by leveraging the structural priors provided by preemptive routing, we can implement targeted optimizations to further enhance training throughput. Experiments demonstrate that Grouter achieves superior performance and efficiency which boosts pre-training data utilization by 4.28x and achieves up to 33.5% throughput acceleration, establishing preemptive routing as a fundamental paradigm for scalable MoE training. We publicly release our code and pretrained Grouter checkpoints at https://github.com/JimmyAwoe/Grouter.

📄 PDF Abstract BibTeX arXiv:2603.06626

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TagRouter: Learning Route to LLMs through Tags for Open-Domain Text Generation Tasks

2025-06-14 · Zhou Chen, Zhiqiang Wei, Yuqi Bai, Xue Xiong 외

Model routing allocates queries to the suitable model, improving system performance while reducing costs. However, existing routing methods face practical limitations that hinder scalability in large-scale applications a…

Language ModelingLanguage ModellingLarge Language ModelText Generation

Query Routing for Retrieval-Augmented Language Models

2025-05-29 · Jiarui Zhang, Xiangyu Liu, Yong Hu, Chaoyue Niu 외

Retrieval-Augmented Generation (RAG) significantly improves the performance of Large Language Models (LLMs) on knowledge-intensive tasks. However, varying response quality across LLMs under RAG necessitates intelligent r…

Contrastive LearningRAGRetrievalRetrieval-augmented Generation

ProgRouter: Online Progress-Guided Orchestration for Multi-Agent LLM Workflows under Quality-Cost Tradeoffs

2026-08-26 · Somgyuan Li, Ahmed M. Abdelmoniem, Shiqiang Wang arxiv

Multi-agent large language model (LLM) workflows have emerged as a powerful paradigm for solving complex, open-ended tasks through collaborative reasoning among specialized LLM agents, but they incur substantial operatin…

Mathematical ReasoningQuestion AnsweringCode Generation

LogRouter: Adaptive Two-Level LLM Routing for Log Question Answering in Big Data Systems

2026-05-18 · Mert Coskuner, Merve Zeybel, Melik Mert Dolan arxiv

Production log analytics in self-hosted, resource-constrained environments requires natural-language access to massive log streams without the cost of routing every query through a large language model. We present LogRou…

Semantic RetrievalQuestion Answering

Lightweight Query Routing for Adaptive RAG: A Baseline Study on RAGRouter-Bench

2026-04-03 · Prakhar Bansal, Shivangi Agarwal arxiv

Retrieval-Augmented Generation pipelines span a wide range of retrieval strategies that differ substantially in token cost and capability. Selecting the right strategy per query is a practical efficiency problem, yet no …