HiRoPE: Length Extrapolation for Code Models Using Hierarchical Position
Kechi Zhang, Ge Li, Huangzhao Zhang, Zhi Jin
TL;DR
HiRoPE introduces a training-free Hierarchical Rotary Position Embedding that encodes code structure via a two-level position vector, enabling exponential context-length extrapolation for code-oriented tasks. By splitting RoPE dimensions across token-level and function/class-level hierarchies and applying a window mechanism, HiRoPE achieves stable improvements across long code language modeling, long-text modeling, and code-symbol understanding without retraining. The method mitigates out-of-distribution issues in position encoding and demonstrates strong performance gains on real-world datasets (CodeParrot, LCC, RepoBench) and a new Code Symbol Understanding task, while maintaining short-sequence performance. These results suggest HiRoPE as a practical, scalable solution for long-context reasoning in code-heavy applications and open avenues for long-structured data modeling in LLMs.
Abstract
Addressing the limitation of context length in large language models for code-related tasks is the primary focus of this paper. Existing LLMs are constrained by their pre-trained context lengths, leading to performance issues in handling long complex code sequences. Inspired by how human programmers navigate code, we introduce Hierarchical Rotary Position Embedding (HiRoPE), a novel approach that enhances the traditional rotary position embedding into a hierarchical format based on the hierarchical structure of source code. HiRoPE offers easy integration into existing LLMs without extra training costs. Our method is extensively evaluated with various LLMs, demonstrating stable performance in tasks such as language modeling and long code completion. We also introduce a new long code understanding task with real-world code projects, in hopes of promoting further development in this code-related field. Theoretically and experimentally, we find that HiRoPE also addresses the out-of-distribution issue in position encoding. Our HiRoPE significantly expands the context length capabilities of LLMs, enabling inference at lengths exponentially greater than the training length.
