新闻
PyroDash: Cost-Efficient Token-Level Small-Large Language Model Collaborative Inference
arXiv cs.AI · 发布于 · 阅读约3分钟
30秒读懂
- 发生了什么
- PyroDash framework trains small language models to decide token-by-token when to hand off queries to large language models for cost-efficient collaborative inference.
- 为何重要
- Relevant for engineers deploying LLM services who need to balance reasoning quality against inference costs in production systems.
- 注意
- Results demonstrated only on mathematical reasoning benchmarks; generalization to other domains and real-world deployment constraints remain unvalidated.
收听本摘要
文章节选
-->
Computer Science > Computation and Language
arXiv:2607.20327v1 (cs)
[Submitted on 22 Jul 2026]
Title: PyroDash: Cost-Efficient Token-Level Small-Large Language Model Collaborative Inference
Authors: Niqi Lyu , Pengtao Shi , Wei Qiu , Jianlin Zhong , Sicong Xia , Jianyao Ma , Yicheng Ding
View a PDF of the paper titled PyroDash: Cost-Efficient Token-Level Small-Large Language Model Collaborative Inference, by Niqi Lyu and 6 other authors
View PDF HTML (experimental)
Abstract: Large language models (LLMs) provide strong reasoning capabilities but are expensive to serve at scale, whereas small language models (SLMs) are cheaper but less reliable on difficult problems. We introduce PyroDash, a cost-aware framework for token-level SLM-LLM collaborative inference. During generation, the SLM decides whether to request assistance by emitting a control token. A Collaborate Engine then sends the query and partial reasoning trace to a frozen LLM for completion through a single handoff. The policy is internalized in the SLM, requiring neither a separate router, LLM retraining, nor access to LLM logits. PyroDash trains the SLM in three stages: control-token embedding learning, offloading-oriented supervised fine-tuning, and cost-aware alignment with Group Relative Policy Optimization. Its reward balances answer accuracy against inference cost normalized by LLM-only inference. Ac
节选自原文。请前往来源阅读全文。
- llm
- language model
- reasoning
- inference
The Agent Architect
每周一个模式、一个权衡、一个生产事故案例。为构建智能体系统的人准备的每周简报。
每周一封邮件,一键退订。您的地址仅用于发送简报。