AICLJun 5

AdaRoPE: Not All Attention Heads Should Rotate and Scale Equally

arXiv:2607.19363ICML
Originality Incremental advance
AI Analysis

For LLM practitioners, AdaRoPE improves position encoding by addressing the suboptimal uniform treatment of attention heads, enabling better length generalization and context extension.

AdaRoPE introduces learnable rotation frequencies and attention scaling factors per attention head, outperforming standard RoPE and its variants in both pretraining and context extension, with consistent gains in long-context settings.

Rotary Position Embedding (RoPE) is widely adopted in Transformers to encode positional information, yet standard implementations enforce a uniform frequency schedule and scaling across all attention heads. Using simplified retrieval tasks and length generalization scenarios, we show -- both empirically and theoretically -- that heads with different functional roles require distinct frequency ranges and attention scaling factors to operate effectively. Ignoring this structure leads to suboptimal utilization of embedding dimensions and degraded performance, particularly under long-context settings. To address these limitations, we propose AdaRoPE, which equips each attention head with learnable rotation frequencies and attention scaling factors. Pretrained LLMs with AdaRoPE consistently outperform existing RoPE variants, including partial RoPE and NoPE baselines. For context extension, we further show that uniform frequency and attention scaling, used in methods such as YaRN, are suboptimal. By applying head-specific scaling, AdaRoPE enables better context extension while better preserving short-context performance in both the extrapolation setting and the long-context continued pretraining setting. These results highlight the importance of optimizing rotary position embedding at the level of individual attention heads.

Foundations

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

Your Notes