English

Cascade-Aware Training of Language Models

Computation and Language 2024-06-04 v1 Machine Learning

Abstract

Reducing serving cost and latency is a fundamental concern for the deployment of language models (LMs) in business applications. To address this, cascades of LMs offer an effective solution that conditionally employ smaller models for simpler queries. Cascaded systems are typically built with independently trained models, neglecting the advantages of considering inference-time interactions of the cascaded LMs during training. In this paper, we present cascade-aware training(CAT), an approach to optimizing the overall quality-cost performance tradeoff of a cascade of LMs. We achieve inference-time benefits by training the small LM with awareness of its place in a cascade and downstream capabilities. We demonstrate the value of the proposed method with over 60 LM tasks of the SuperGLUE, WMT22, and FLAN2021 datasets.

Keywords

Cite

@article{arxiv.2406.00060,
  title  = {Cascade-Aware Training of Language Models},
  author = {Congchao Wang and Sean Augenstein and Keith Rush and Wittawat Jitkrittum and Harikrishna Narasimhan and Ankit Singh Rawat and Aditya Krishna Menon and Alec Go},
  journal= {arXiv preprint arXiv:2406.00060},
  year   = {2024}
}

Comments

22 pages, 13 figures

R2 v1 2026-06-28T16:48:56.587Z