English

CLLMs: Consistency Large Language Models

Computation and Language 2024-06-14 v4 Artificial Intelligence

Abstract

Parallel decoding methods such as Jacobi decoding show promise for more efficient LLM inference as it breaks the sequential nature of the LLM decoding process and transforms it into parallelizable computation. However, in practice, it achieves little speedup compared to traditional autoregressive (AR) decoding, primarily because Jacobi decoding seldom accurately predicts more than one token in a single fixed-point iteration step. To address this, we develop a new approach aimed at realizing fast convergence from any state to the fixed point on a Jacobi trajectory. This is accomplished by refining the target LLM to consistently predict the fixed point given any state as input. Extensive experiments demonstrate the effectiveness of our method, showing 2.4×\times to 3.4×\times improvements in generation speed while preserving generation quality across both domain-specific and open-domain benchmarks.

Keywords

Cite

@article{arxiv.2403.00835,
  title  = {CLLMs: Consistency Large Language Models},
  author = {Siqi Kou and Lanxiang Hu and Zhezhi He and Zhijie Deng and Hao Zhang},
  journal= {arXiv preprint arXiv:2403.00835},
  year   = {2024}
}

Comments

In the proceedings of the 41st International Conference on Machine Learning (ICML) 2024

R2 v1 2026-06-28T15:06:27.982Z