@SakanaAILabs
Extending the Context of Pretrained LLMs by Dropping Their Positional Embeddings https://t.co/Fp5IJS4LIC Authors: Yoav Gelberg, Koshi Eguchi, Takuya Akiba (@iwiwi), and Edoardo Cetin. In the paper, we provide a theoretical analysis of this trade-off. We prove that while NoPE transformers struggle to learn attention patterns from scratch due to vanishing gradients, standard RoPE scaling inevitably warps semantic attention by compressing low frequencies. DroPE sidesteps both issues: utilizing RoPE for convergence, then removing it to avoid semantic shift during extension.