From 128K to 4M: Efficient Training of Ultra-Long Context Large Language Models
Chejian Xu, Wei Ping, Peng Xu, Zihan Liu, Boxin Wang, Mohammad Shoeybi, Bo Li, Bryan Catanzaro
TL;DR
This work tackles the context-length bottleneck in LLMs by proposing an efficient, two-stage training recipe that scales context windows from 128K to up to 4M tokens. It combines one-step continued pretraining with YaRN RoPE scaling and special document separators, followed by instruction tuning on a diverse short-context SFT dataset, yielding UltraLong-8B built on Llama-3.1-Instruct. The model achieves state-of-the-art performance on long-context benchmarks such as RULER, LV-Eval, and InfiniteBench while maintaining competitive results on standard tasks, and the authors provide extensive ablations that identify separators, YaRN scaling, and one-step extension as critical. Releasing the weights and detailed training guidance supports reproducibility and practical deployment for long-context reasoning and document-scale understanding.
Abstract
Long-context capabilities are essential for a wide range of applications, including document and video understanding, in-context learning, and inference-time scaling, all of which require models to process and reason over long sequences of text and multimodal data. In this work, we introduce a efficient training recipe for building ultra-long context LLMs from aligned instruct model, pushing the boundaries of context lengths from 128K to 1M, 2M, and 4M tokens. Our approach leverages efficient continued pretraining strategies to extend the context window and employs effective instruction tuning to maintain the instruction-following and reasoning abilities. Our UltraLong-8B, built on Llama3.1-Instruct with our recipe, achieves state-of-the-art performance across a diverse set of long-context benchmarks. Importantly, models trained with our approach maintain competitive performance on standard benchmarks, demonstrating balanced improvements for both long and short context tasks. We further provide an in-depth analysis of key design choices, highlighting the impacts of scaling strategies and data composition. Our findings establish a robust framework for efficiently scaling context lengths while preserving general model capabilities. We release all model weights at: https://ultralong.github.io/.
