paper-with-me

홈 › Papers

SATER: A Self-Aware and Token-Efficient Approach to Routing and Cascading

2025-10-04 · Yuanzhe Shen, Yide Liu, Zisu Huang, Ruicheng Yin, Xiaoqing Zheng, Xuanjing Huang arxiv

Large language models (LLMs) demonstrate remarkable performance across diverse tasks, yet their effectiveness frequently depends on costly commercial APIs or cloud services. Model selection thus entails a critical trade-off between performance and cost: high-performing LLMs typically incur substantial expenses, whereas budget-friendly small language models (SLMs) are constrained by limited capabilities. Current research primarily proposes two routing strategies: pre-generation routing and cascade routing. Both approaches have distinct characteristics, with cascade routing typically offering superior cost-effectiveness and accuracy despite its higher latency. To further address the limitations of both approaches, we introduce SATER, a dual-mode compatible approach that fine-tunes models through shortest-response preference optimization and a confidence-aware rejection mechanism. SATER significantly reduces redundant outputs and response times, while improving both the performance of pre-generation routing and the efficiency of cascade routing. Experiments across three SLMs and six datasets, varying in type and complexity, demonstrate that SATER achieves comparable performance while consistently reducing computational costs by over 50\% and cascade latency by over 80\%.

📄 PDF Abstract BibTeX arXiv:2510.05164

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pay for Hints, Not Answers: LLM Shepherding for Cost-Efficient Inference

2026-01-29 · Ziming Dong, Hardik Sharma, Evan O'Toole, Jaya Prakash Champati 외 arxiv

Large Language Models (LLMs) deliver state-of-the-art performance on complex reasoning tasks, but their inference costs limit deployment at scale. Small Language Models (SLMs) offer dramatic cost savings yet lag substant…

Mathematical ReasoningCode Generation

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

PLACEMEM: Toward a Compute-Aware Memory Plane for Lifelong Agents

2026-07-05 · Sukanta Ganguly arxiv

Lifelong agents need more than larger context windows and better retrieval. They need memories that can persist, evolve, and be corrected without forcing the serving stack to recompute the same history on every turn or s…

Text Retrieval

Token-Budget-Aware Pool Routing for Cost-Efficient LLM Inference

2026-03-13 · Huamin Chen, Xunzhuo Liu, Junchen Jiang, Bowei He 외 arxiv

Production vLLM fleets provision every instance for worst-case context length, wasting 4-8x concurrency on the 80-95% of requests that are short and simultaneously triggering KV-cache failures -- OOM crashes, preemption …

PACE: Perceived-Latency-Aware Cascading Service Routing and Filler Control for QoE-Efficient Retrieval-Augmented Dialogue Serving

2026-09-09 · Lin Huang, Yujuan Tan, Weisheng Li, Lixiang Zeng 외 arxiv

We present the PACE, a framework for retrieval-augmented dialogue serving that formalizes Perceived Time-to-First-Response (PTFR) as a QoE objective and minimizes it under quality/cost constraints. Unlike prior work on c…