paper-with-me

홈 › Papers

Continuous Autoregressive Language Models

2025-10-31 · Chenze Shao, Darren Li, Fandong Meng, Jie Zhou arxiv

The efficiency of large language models (LLMs) is fundamentally limited by their sequential, token-by-token generation process. We argue that overcoming this bottleneck requires a new design axis for LLM scaling: increasing the semantic bandwidth of each generative step. To this end, we introduce Continuous Autoregressive Language Models (CALM), a paradigm shift from discrete next-token prediction to continuous next-vector prediction. CALM uses a high-fidelity autoencoder to compress a chunk of K tokens into a single continuous vector, from which the original tokens can be reconstructed with over 99.9\% accuracy. This allows us to model language as a sequence of continuous vectors instead of discrete tokens, which reduces the number of generative steps by a factor of K. The paradigm shift necessitates a new modeling toolkit; therefore, we develop a comprehensive likelihood-free framework that enables robust training, evaluation, and controllable sampling in the continuous domain. Experiments show that CALM significantly improves the performance-compute trade-off, achieving the performance of strong discrete baselines at a significantly lower computational cost. More importantly, these findings establish next-vector prediction as a powerful and scalable pathway towards ultra-efficient language models. Code: https://github.com/shaochenze/calm. Project: https://shaochenze.github.io/blog/2025/CALM.

📄 PDF Abstract BibTeX arXiv:2510.27688

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FELLE: Autoregressive Speech Synthesis with Token-Wise Coarse-to-Fine Flow Matching

2025-02-16 · Hui Wang, Shujie Liu, Lingwei Meng, Jinyu Li 외

To advance continuous-valued token modeling and temporal-coherence enforcement, we propose FELLE, an autoregressive model that integrates language modeling with token-wise flow matching. By leveraging the autoregressive …

Language ModelingLanguage ModellingSpeech Synthesis

Projected Autoregression: Autoregressive Language Generation in Continuous State Space

2026-01-08 · Oshri Naparstek arxiv

Standard autoregressive language models generate text by repeatedly selecting a discrete next token, coupling prediction with irreversible commitment at every step. We show that token selection is not the only viable aut…

Continuous Control

Flexible Language Modeling in Continuous Space with Transformer-based Autoregressive Flows

2025-07-01 · Ruixiang Zhang, Shuangfei Zhai, Jiatao Gu, Yizhe Zhang 외

Autoregressive models have driven remarkable progress in language modeling. Their foundational reliance on discrete tokens, unidirectional context, and single-pass decoding, while central to their success, also inspires …

Language ModelingLanguage Modelling

Continuous Autoregressive Modeling with Stochastic Monotonic Alignment for Speech Synthesis

2025-02-03 · Weiwei Lin, Chenghan He

We propose a novel autoregressive modeling approach for speech synthesis, combining a variational autoencoder (VAE) with a multi-modal latent space and an autoregressive model that uses Gaussian Mixture Models (GMM) as t…

QuantizationSpeech Synthesis

Rethinking Discrete Tokens: Treating Them as Conditions for Continuous Autoregressive Image Synthesis

2025-07-02 · Peng Zheng, Junke Wang, Yi Chang, Yizhou Yu 외

Recent advances in large language models (LLMs) have spurred interests in encoding images as discrete tokens and leveraging autoregressive (AR) frameworks for visual generation. However, the quantization process in AR-ba…

Density EstimationImage GenerationQuantization