cs.CLMay 15, 2026

RoPE Distinguishes Neither Positions Nor Tokens in Long Contexts, Provably

Authors: Yufeng DuPhillip HarrisMinyang TianEliu A HuertaSrikanth RonankiSubendhu RongaliAram GalstyanHao Peng

Organizations: University of Illinois at Urbana-Champaign · USA · University of Bonn · Germany · Argonne National Laboratory · Amazon AGI

Abstract

We identify intrinsic limitations of Rotary Positional Embeddings (RoPE) in Transformer-based long-context language models. Our theoretical analysis abstracts away from the specific content of the context and depends only on its length. We prove that as context length increases, RoPE-based attention becomes unpredictable and loses two properties that are central to its effectiveness. First, it loses its locality bias: RoPE is no more likely to favor nearer positions than substantially farther ones. Second, it loses consistency in token relevance: a key vector that receives a higher attention score than an alternative at one position may receive a lower score at another. In both cases, the probability of failure approaches 0.5, no better than random guessing. We further prove that the attention score can remain unchanged when a key token is moved to a different position, or even replaced by a different token, indicating a failure to distinguish positions or tokens. Adjusting the RoPE base trades off distinguishing positions against distinguishing tokens but cannot preserve both at the same time. Increasing the RoPE base hyperparameter, a common practice in today's long-context models, helps distinguish different tokens, but inevitably sacrifices the ability to distinguish positions. Our empirical analysis shows that multi-head, multi-layer architectures are insufficient to overcome these limitations. Our findings suggest that fundamentally new mechanisms for encoding position and token order may be needed in future Transformer long-context language models.

Explore similar work

CardsList
  1. Disentangling the Expressivity of RoPE

    Aug 12, 2026Selim Jerad, Anej Svete, Jiaoda Li +1Rotary Position EmbeddingExpressivity