arXiv paper states rotary position embeddings lose locality bias in long contexts
An arXiv paper titled RoPE Distinguishes Neither Positions Nor Tokens in Long Contexts, Provably demonstrates that rotary position embeddings lose locality bias and token relevance consistency as context length grows. Theoretical proofs show failure probabilities approach random chance levels. AI researcher Delip Rao posted a screenshot of the paper on X. Researcher You Jiacheng replied that the analysis rests on unrealistic uniform norm assumptions for query and key vectors and suggested partial RoPE as an alternative.
Ouch

this paper sounds off. for position part, it assumes that 2d sub-vectors of q&k (RoPE rotates these 2d sub-vectors) have basically uniform norm, which is not realistic. for content part, we can use partial RoPE.
Ouch