English

Mesa-Extrapolation: A Weave Position Encoding Method for Enhanced Extrapolation in LLMs

Machine Learning 2024-10-25 v3 Artificial Intelligence

Abstract

Large language models (LLMs), although having revolutionized many fields, still suffer from the challenging extrapolation problem, where the inference ability of LLMs sharply declines beyond their max training lengths. In this work, we conduct a theoretical analysis to better understand why No Position Encoding (NoPE) fails outside its effective range, as well as examining the power of Position Encoding (PE) in this context. Our findings reveal that with meticulous weave position, PE can indeed be extended beyond effective range. Our theorems establish that LLMs equipped with weave PE can achieve improved extrapolation performance without additional cost. Furthermore, we introduce a novel weave PE method, Mesa-Extrapolation, which utilizes a chunk-based triangular attention matrix and applies Stair PE to manage the final chunk. This method not only retains competitive performance but also offers substantial benefits such as significantly reduced memory demand and faster inference speed. Extensive experiments validate the effectiveness of Mesa-Extrapolation, demonstrating its potential as a scalable solution to enhancing LLMs applicative reach. Our code is available at \url{https://github.com/soacker/Mesa-Extrapolation}.

Keywords

Cite

@article{arxiv.2410.15859,
  title  = {Mesa-Extrapolation: A Weave Position Encoding Method for Enhanced Extrapolation in LLMs},
  author = {Xin Ma and Yang Liu and Jingjing Liu and Xiaoxu Ma},
  journal= {arXiv preprint arXiv:2410.15859},
  year   = {2024}
}

Comments

Accepted by NeurIPS 2024; 13 pages and 30 pages appendix;

R2 v1 2026-06-28T19:29:27.524Z