paper-with-me

홈 › Papers

xRouter: Training Cost-Aware LLMs Orchestration System via Reinforcement Learning

2025-10-09 · Cheng Qian, Zuxin Liu, Shirley Kokane, Akshara Prabhakar, Jielin Qiu, Haolin Chen, Zhiwei Liu, Heng Ji, Weiran Yao, Shelby Heinecke, Silvio Savarese, Caiming Xiong, Huan Wang arxiv

Modern LLM deployments confront a widening cost-performance spectrum: premium models deliver strong reasoning but are expensive, while lightweight models are economical yet brittle on complex tasks. Static escalation rules and keyword heuristics under-utilize this spectrum and fail to adapt across task types. We present xRouter, a tool-calling-based routing system in which a learned router can either answer directly or invoke one or more external models. The router is trained end-to-end with reinforcement learning using an explicit, cost-aware reward that encodes cost-performance trade-offs, eliminating the need for hand-engineered routing rules. Our implementation encompasses the full reinforcement learning framework, including reward and cost accounting, as well as the deployment and evaluation pipelines. Across diverse benchmarks, xRouter achieves strong cost-performance trade-offs (e.g., substantial cost reductions at comparable task completion rates), and provides empirical insights into what reliably helps learned routing and what does not, ranging from model trainability to the difficulty of eliciting sophisticated orchestration behaviors in small open models. We hope these findings and our open implementation will serve as a practical substrate for advancing learned, cost-aware LLM orchestration.

📄 PDF Abstract BibTeX arXiv:2510.08439

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ProxRouter: Proximity-Weighted LLM Query Routing for Improved Robustness to Outliers

2025-10-10 · Shivam Patel, Neharika Jali, Ankur Mallick, Gauri Joshi arxiv

Large language model (LLM) query routers are critical to modern AI platforms as they seek to improve efficiency by assigning inference queries to accurate, yet low-cost models. Parametric routers typically use trained ne…

Reward Modeling for Multi-Agent Orchestration

2026-06-11 · King Yeung Tsang, Zihao Zhao, Vishal Venkataramani, Haizhou Shi 외 arxiv

Multi-Agent Systems (MAS) built on Large Language Models (LLMs) require effective orchestration to coordinate specialized agents, yet training such orchestrators is hindered by limited supervision and high computational …

Mathematical ReasoningQuestion Answering

Cost-Aware Model Orchestration for LLM-based Systems

2025-11-30 · Daria Smirnova, Hamid Nasiri, Marta Adamska, Zhengxin Yu 외 arxiv

As modern artificial intelligence (AI) systems become more advanced and capable, they can leverage a wide range of tools and models to perform complex tasks. The task of orchestrating these models is increasingly perform…

Training-Free Multimodal Large Language Model Orchestration

2025-08-06 · Tianyu Xie, Yuexiao Ma, Yuhang Wu, Wang Chen 외 arxiv

Building interactive omni-modal assistants often relies on end-to-end multimodal alignment to fuse heterogeneous modalities, which incurs substantial data and compute costs and limits extensibility. We present Training-F…

Bayesian Orchestration of Multi-LLM Agents for Cost-Aware Sequential Decision-Making

2026-01-04 · Danial Amin arxiv

Large language models (LLMs) are increasingly deployed as autonomous decision agents in settings with asymmetric error costs: hiring (missed talent vs wasted interviews), medical triage (missed emergencies vs unnecessary…

Fraud Detection