LGCLMar 12

Fractional Rotation, Full Potential? Investigating Performance and Convergence of Partial RoPE

CMU
arXiv:2603.11611v124.5h-index: 27
Predicted impact top 18% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This provides practical efficiency guidance for model designers, especially for long-context applications, though it is incremental as it builds on existing RoPE methods.

The paper investigates using Rotary Positional Embedding (RoPE) on only a fraction of hidden dimensions in transformers, finding up to 10x memory savings while achieving comparable final loss to full RoPE.

Rotary Positional Embedding (RoPE) is a common choice in transformer architectures for encoding relative positional information. Although earlier work has examined omitting RoPE in specific layers, the effect of varying the fraction of hidden dimensions that receive rotary transformations remains largely unexplored. This design choice can yield substantial memory savings, which becomes especially significant at long context lengths. We find up to 10x memory savings over the standard RoPE cache, while achieving comparable final loss. In this work, we present a systematic study examining the impact of partial RoPE on training dynamics and convergence across architectures and datasets. Our findings uncover several notable patterns: (1) applying RoPE to only a small fraction of dimensions (around 10%) achieves convergence comparable to using full RoPE; (2) these trends hold consistently across model size, sequence lengths and datasets of varying quality and architectures, with higher-quality data resulting in lower overall loss and similar benchmark performance; and (3) some models trained with NoPE (No Positional Encoding) showcase unstable learning trajectories, which can be alleviated through minimal RoPE application or QK-Norm which converges to a higher loss. Together, these results offer practical guidance for model designers aiming to balance efficiency and training stability, while emphasizing the previously overlooked importance of partial RoPE.

Foundations

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

Your Notes