paper-with-me

Papers

Policy-Guided Stepwise Model Routing for Cost-Effective Reasoning

2026-05-07 · Wenwen Si, Insup Lee, Osbert Bastani arxiv

Inference-time computation has greatly enhanced the performance of large language models (LLMs) on challenging reasoning tasks, but this strategy can incur high inference costs. One solution is to route intermediate chain-of-thought (CoT) states to language models of different sizes; however, existing approaches rely on handcrafted routing strategies that limit performance, or on training large process reward models that may be infeasible in many applications. We formulate stepwise model routing as a constrained decision-making problem, which we solve by training a small control policy using reinforcement learning in conjunction with threshold calibration to tune the performance-efficiency tradeoff. We validate our method on three math benchmarks (GSM8K, MATH500, and OmniMath) on both open and closed models. Our method consistently improves the accuracy-cost tradeoff compared to handcrafted approaches, while achieving a comparable tradeoff to methods that require training large process reward models.

📄 PDF Abstract BibTeX arXiv:2605.06116

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Rubric-Guided Process Reward for Stepwise Model Routing

2026-05-28 · Shenghao Ye, Yu Guo, Zhengheng Li, Shuangwu Chen 외 arxiv

Stepwise model routing improves the efficiency of Large Reasoning Models (LRMs) by assigning each reasoning step to a suitable model. Recent methods formulate routing as a sequential decision process and train the router…

Reinforcement Learning

Confidence-Guided Stepwise Model Routing for Cost-Efficient Reasoning

2025-11-09 · Sangmook Lee, Dohyung Kim, Hyukhun Koh, Nakyeong Yang 외 arxiv

Recent advances in Large Language Models (LLMs) - particularly model scaling and test-time techniques - have greatly enhanced the reasoning capabilities of language models at the expense of higher inference costs. To low…

Mathematical Reasoning

Rethinking Stepwise Model Routing: A Cost-Efficient Table Reasoning Perspective

2026-05-28 · Shenghao Ye, Yuxiang Wang, Yu Guo, Dong Jin 외 arxiv

Large Reasoning Models (LRMs) achieve strong performance on table reasoning tasks but incur substantial inference cost due to long reasoning traces. Stepwise model routing mitigates this issue by dynamically assigning re…

TRIM: Hybrid Inference via Targeted Stepwise Routing in Multi-Step Reasoning Tasks

2026-01-15 · Vansh Kapoor, Aman Gupta, Hao Chen, Anurag Beniwal 외 arxiv

Multi-step reasoning tasks like mathematical problem solving are vulnerable to cascading failures, where a single incorrect step leads to complete solution breakdown. Current LLM routing methods assign entire queries to …

Budget-Aware Agentic Routing via Boundary-Guided Training

2026-02-04 · Caiqi Zhang, Menglin Xia, Xuchao Zhang, Daniel Madrigal 외 arxiv

As large language models (LLMs) evolve into autonomous agents that execute long-horizon workflows, invoking a high-capability model at every step becomes economically unsustainable. While model routing is effective for s…