vix.ing · top · new · best · stats · spec

Decoupling the "What" and "Where" With Polar Coordinate Positional Embeddings

2025/09/05 by Anand Gopalakrishnan, Gopalakrishnan, Anand, Róbert Csordás +6 · 1 voice · 2 citations
Computer Science · Social Sciences · #Geographic Information Systems Studies #Speech and dialogue systems #cs.AI #cs.CL #cs.LG

paper · pdf · doi:10.48550/arxiv.2509.10534

openalex publication_date 2025/09/05 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

The attention mechanism in a Transformer architecture matches key to query based on both content -- the what -- and position in a sequence -- the where. We present an analysis indicating that what and where are entangled in the popular RoPE rotary position embedding. This entanglement can impair performance particularly when decisions require independent matches on these two factors. We propose an improvement to RoPE, which we call Polar Coordinate Position Embeddings or PoPE, that eliminates the what-where confound. PoPE is far superior on a diagnostic task requiring indexing solely by position or by content. On autoregressive sequence modeling in music, genomic, and natural language domains, Transformers using PoPE as the positional encoding scheme outperform baselines using RoPE with respect to evaluation loss (perplexity) and downstream task performance. On language modeling, these gains persist across model scale, from 124M to 774M parameters. Crucially, PoPE shows strong zero-shot length extrapolation capabilities compared not only to RoPE but even a method designed for extrapolation, YaRN, which requires additional fine tuning and frequency interpolation.

Citations

Cited by

Discussions

Related