CLLGJun 13, 2025

Long-Short Alignment for Effective Long-Context Modeling in LLMs

arXiv:2506.11769v12 citationsh-index: 14Has CodeICML
Originality Incremental advance
AI Analysis

This addresses a fundamental limitation in LLMs for handling long sequences, though it is incremental as it builds on existing transformer architectures.

The paper tackles the problem of length generalization in large language models (LLMs) by focusing on output distribution consistency across sequences of varying lengths, proposing a regularization term that improves performance on long-context tasks.

Large language models (LLMs) have exhibited impressive performance and surprising emergent properties. However, their effectiveness remains limited by the fixed context window of the transformer architecture, posing challenges for long-context modeling. Among these challenges, length generalization -- the ability to generalize to sequences longer than those seen during training -- is a classical and fundamental problem. In this work, we propose a fresh perspective on length generalization, shifting the focus from the conventional emphasis on input features such as positional encodings or data structures to the output distribution of the model. Specifically, through case studies on synthetic tasks, we highlight the critical role of \textbf{long-short alignment} -- the consistency of output distributions across sequences of varying lengths. Extending this insight to natural language tasks, we propose a metric called Long-Short Misalignment to quantify this phenomenon, uncovering a strong correlation between the metric and length generalization performance. Building on these findings, we develop a regularization term that promotes long-short alignment during training. Extensive experiments validate the effectiveness of our approach, offering new insights for achieving more effective long-context modeling in LLMs. Code is available at https://github.com/PKU-ML/LongShortAlignment.

Code Implementations1 repo
Foundations

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

Your Notes