CLAILGApr 8, 2025

From 128K to 4M: Efficient Training of Ultra-Long Context Large Language Models

arXiv:2504.06214v113 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses the need for efficient long-context processing in applications like document understanding and in-context learning, representing a strong specific gain rather than a foundational breakthrough.

The authors tackled the problem of training large language models with ultra-long context windows, extending from 128K to up to 4M tokens, and achieved state-of-the-art performance on long-context benchmarks while maintaining competitive results on standard tasks.

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/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes