English

When to Reason: Semantic Router for vLLM

Emerging Technologies 2025-10-13 v1 Artificial Intelligence Computation and Language Systems and Control Systems and Control

Abstract

Large Language Models (LLMs) demonstrate substantial accuracy gains when augmented with reasoning modes such as chain-of-thought and inference-time scaling. However, reasoning also incurs significant costs in inference latency and token usage, with environmental and financial impacts, which are unnecessary for many simple prompts. We present a semantic router that classifies queries based on their reasoning requirements and selectively applies reasoning only when beneficial. Our approach achieves a 10.2 percentage point improvement in accuracy on the MMLU-Pro benchmark while reducing response latency by 47.1% and token consumption by 48.5% compared to direct inference with vLLM. These results demonstrate that semantic routing offers an effective mechanism for striking a balance between accuracy and efficiency in open-source LLM serving systems

Keywords

Cite

@article{arxiv.2510.08731,
  title  = {When to Reason: Semantic Router for vLLM},
  author = {Chen Wang and Xunzhuo Liu and Yuhan Liu and Yue Zhu and Xiangxi Mo and Junchen Jiang and Huamin Chen},
  journal= {arXiv preprint arXiv:2510.08731},
  year   = {2025}
}

Comments

5 pages, excluding references and appendix. To be appeared at Workshop on ML for Systems at NeurIPS 2025, December 6, 2025 https://mlforsystems.org/

R2 v1 2026-07-01T06:27:57.455Z