paper-with-me

홈 › Papers

RouteNLP: Closed-Loop LLM Routing with Conformal Cascading and Distillation Co-Optimization

2026-04-26 · Dongxin Guo, Jikun Wu, Siu Ming Yiu arxiv

Serving diverse NLP workloads with large language models is costly: at one enterprise partner, inference costs exceeded $200K/month despite over 70% of queries being routine tasks well within the capability of smaller models. We present RouteNLP, a closed-loop framework that routes queries across a tiered model portfolio to minimize cost while satisfying per-task quality constraints. The framework integrates three components: a difficulty-aware router with shared task-conditioned representations trained on preference data and quality signals; confidence-calibrated cascading that uses conformal prediction for distribution-free threshold initialization; and a distillation-routing co-optimization loop that clusters escalation failures, applies targeted knowledge distillation to cheaper models, and automatically retrains the router, yielding over twice the cost improvement of untargeted distillation. In an 8-week pilot deployment processing ~5K queries/day at an enterprise customer-service division, RouteNLP reduced inference costs by 58% while maintaining 91% response acceptance and reducing p99 latency from 1,847 ms to 387 ms. On a six-task benchmark spanning finance, customer service, and legal domains, the framework achieves 40-85% cost reduction while retaining 96-100% quality on structured tasks and 96-98% on generation tasks, with human evaluation confirming that 74.5% of routed generation outputs match or exceed frontier-model quality.

📄 PDF Abstract BibTeX arXiv:2604.23577

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

A Unified Approach to Routing and Cascading for LLMs

2024-10-14 · Jasper Dekoninck, Maximilian Baader, Martin Vechev

The widespread applicability of large language models (LLMs) has increased the availability of many fine-tuned models of various sizes targeting specific tasks. Given a set of such specialized models, to maximize overall…

Model Selection

Robust Conformal CBF and CLF Controllers via Iterative Policy Updates

2026-06-13 · Omid Mirzaeedodangeh, Eliot Shekhtman, Nikolai Matni, Lars Lindemann arxiv

Conformal prediction (CP) has been used to obtain probabilistic bounds on the error between a learned dynamics model and the true but unknown system. Such CP bounds can then be embedded into robust control Lyapunov funct…

EvolveRouter: Co-Evolving Routing and Prompt for Multi-Agent Question Answering

2026-04-06 · Jiatan Huang, Zheyuan Zhang, Kaiwen Shi, Yanfang Ye 외 arxiv

Large language model agents often exhibit complementary strengths, making routing a promising approach for multi-agent question answering. However, existing routing methods remain limited in two important ways: they typi…

Question Answering

Scalable Data-Driven Reachability Analysis and Control via Koopman Operators with Conformal Coverage Guarantees

2026-01-03 · Devesh Nath, Haoran Yin, Glen Chou arxiv

We propose a scalable reachability-based framework for probabilistic, data-driven safety verification of unknown nonlinear dynamics. We use Koopman theory with a neural network (NN) lifting function to learn an approxima…

Computational Efficiency

Model-Based Policy Adaptation for Closed-Loop End-to-End Autonomous Driving

2025-11-26 · Haohong Lin, Yunzhi Zhang, Wenhao Ding, Jiajun Wu 외 arxiv

End-to-end (E2E) autonomous driving models have demonstrated strong performance in open-loop evaluations but often suffer from cascading errors and poor generalization in closed-loop settings. To address this gap, we pro…

Autonomous Driving