English

Rethinking Addressing in Language Models via Contexualized Equivariant Positional Encoding

Computation and Language 2025-08-22 v2 Machine Learning

Abstract

Transformers rely on both content-based and position-based addressing mechanisms to make predictions, but existing positional encoding techniques often diminish the effectiveness of position-based addressing. Many current methods enforce rigid patterns in attention maps, limiting the ability to model long-range dependencies and adapt to diverse tasks. Additionally, most positional encodings are learned as general biases, lacking the specialization required for different instances within a dataset. To address this, we propose con\textbf{T}extualized equivari\textbf{A}nt \textbf{P}osition \textbf{E}ncoding (\textbf{TAPE}), a novel framework that enhances positional embeddings by incorporating sequence content across layers. TAPE introduces dynamic, context-aware positional encodings, overcoming the constraints of traditional fixed patterns. We show that TAPE can provably facilitate LLM reasoning ability by emulating a broader class of algorithms. By enforcing permutation and orthogonal equivariance, TAPE ensures the stability of positional encodings during updates, improving long-context ability. Our method can be easily integrated into pre-trained transformers, offering parameter-efficient fine-tuning with minimal overhead. Extensive experiments show that TAPE achieves superior performance in language modeling, arithmetic reasoning, and long-context retrieval tasks compared to existing positional embedding techniques. Code is available at https://github.com/VITA-Group/TAPE.

Keywords

Cite

@article{arxiv.2501.00712,
  title  = {Rethinking Addressing in Language Models via Contexualized Equivariant Positional Encoding},
  author = {Jiajun Zhu and Peihao Wang and Ruisi Cai and Jason D. Lee and Pan Li and Zhangyang Wang},
  journal= {arXiv preprint arXiv:2501.00712},
  year   = {2025}
}

Comments

ICML 2025

R2 v1 2026-06-28T20:53:45.548Z