Context-level Language Modeling by Learning Predictive Context Embeddings
Beiya Dai, Yuliang Liu, Daozheng Xue, Qipeng Guo, Kai Chen, Xinbing Wang, Bowen Zhou, Zhouhan Lin
TL;DR
ContextLM addresses the limits of token-level next-token prediction by introducing a next-context prediction objective that learns predictive context embeddings within a hierarchical framework. A Context Predictor, fed by token representations, forecasts future context chunks which are then fused into token-level decoding, enabling joint modeling of fine-grained lexical patterns and higher-level semantics without changing the autoregressive evaluation regime. Empirical results on GPT2 and Pythia up to 1.5B parameters show consistent perplexity reductions and stronger downstream and instruction-following performance, with modest computational overhead. The approach yields improved long-range coherence and more efficient use of compute, suggesting a scalable path toward richer contextual modeling in large language models.
Abstract
Next-token prediction (NTP) is the cornerstone of modern large language models (LLMs) pretraining, driving their unprecedented capabilities in text generation, reasoning, and instruction following. However, the token-level prediction limits the model's capacity to capture higher-level semantic structures and long-range contextual relationships. To overcome this limitation, we introduce \textbf{ContextLM}, a framework that augments standard pretraining with an inherent \textbf{next-context prediction} objective. This mechanism trains the model to learn predictive representations of multi-token contexts, leveraging error signals derived from future token chunks. Crucially, ContextLM achieves this enhancement while remaining fully compatible with the standard autoregressive, token-by-token evaluation paradigm (e.g., perplexity). Extensive experiments on the GPT2 and Pythia model families, scaled up to $1.5$B parameters, show that ContextLM delivers consistent improvements in both perplexity and downstream task performance. Our analysis indicates that next-context prediction provides a scalable and efficient pathway to stronger language modeling, yielding better long-range coherence and more effective attention allocation with minimal computational overhead.
