English

Exclusive Self Attention

Machine Learning 2026-03-11 v1 Computation and Language

Abstract

We introduce exclusive self attention (XSA), a simple modification of self attention (SA) that improves Transformer's sequence modeling performance. The key idea is to constrain attention to capture only information orthogonal to the token's own value vector (thus excluding information of self position), encouraging better context modeling. Evaluated on the standard language modeling task, XSA consistently outperforms SA across model sizes up to 2.7B parameters and shows increasingly larger gains as sequence length grows.

Keywords

Cite

@article{arxiv.2603.09078,
  title  = {Exclusive Self Attention},
  author = {Shuangfei Zhai},
  journal= {arXiv preprint arXiv:2603.09078},
  year   = {2026}
}
R2 v1 2026-07-01T11:11:29.807Z