paper-with-me

Papers

Routing for Large ML Models

2025-03-07 · Ofir Cohen, Jose Yallouz Michael Schapira, Shahar Belkar, Tal Mizrahi

Training large language models (LLMs), and other large machine learning models, involves repeated communication of large volumes of data across a data center network. The communication patterns induced by these training process exhibit high regularity and persistence, giving rise to significant opportunities for optimizing the manner in which flows are routed across the network. We present an algorithmic framework for \textit{quantifying} network-wide efficiency in the context of training LLMs (and other large-scale ML models), and for periodically \textit{optimizing} routing with respect to this global metric.

📄 PDF Abstract BibTeX arXiv:2503.05324

Code (1)

ofircohen205/dcn-simulators 공식 구현

Similar Papers 제목 키워드 기반

Diversity and Depth in Per-Example Routing Models

2019-05-01 · ICLR 2019 5 · Prajit Ramachandran, Quoc V. Le

Routing models, a form of conditional computation where examples are routed through a subset of components in a larger network, have shown promising results in recent works. Surprisingly, routing models to date have lack…

DiversityMulti-Task Learning

LLMRouterBench: A Massive Benchmark and Unified Framework for LLM Routing

2026-01-12 · Hao Li, Yiqun Zhang, Zhaoyan Guo, Chenxu Wang 외 arxiv

Large language model (LLM) routing assigns each query to the most suitable model from an ensemble. We introduce LLMRouterBench, a large-scale benchmark and unified framework for LLM routing. It comprises over 400K instan…

Robust Feasible Route Construction through Collaborative Partition Optimization

2026-07-04 · Oguzhan Karaahmetoglu, Hyong Kim arxiv

Large-scale Capacitated Vehicle Routing Problems (CVRPs) are commonly solved by partitioning customers into smaller routing problems that can be optimized independently. While this substantially reduces computational com…

The Routing Plateau: Understanding and Breaking the Accuracy Limits of LLM Routers

2026-05-27 · Yifan Lu, Qiyue Zhang, Shenrun Zhang, Zhibo Yu 외 arxiv

LLM routing has become a popular approach to improve the cost-quality trade-off of LLM services by dynamically selecting a model for each query. Recent work has explored a broad range of routing methods, including cluste…

MoE Routing Testbed: Studying Expert Specialization and Routing Behavior at Small Scale

2026-04-08 · Tobias Falke, Nicolas Anastassacos, Samson Tan, Chankrisna Richy Meas 외 arxiv

Sparse Mixture-of-Experts (MoE) architectures are increasingly popular for frontier large language models (LLM) but they introduce training challenges due to routing complexity. Fully leveraging parameters of an MoE mode…