ZetaGPT: A Reference Implementation of Positional--Encoding--Free State--Space--Attention Language Models 文章

ArXiv CS.CL2026-08-11PAPERen作者: R\'ois\'in Luo

详细信息

来源站点
ArXiv CS.CL
作者
R\'ois\'in Luo
文章类型
PAPER
语言
en
发布日期
2026-08-11

摘要

arXiv:2608.09432v1 Announce Type: new Abstract: Transformer-based language models rely on self-attention, whose computation is permutation-equivariant and therefore lacks an intrinsic mechanism for representing token order. Existing architectures address this limitation by explicitly incorporating positional information through learned positional embeddings or hand-crafted positional encodings, such as rotary positional encoding (RoPE), treating positional information as an architecturally acquired capability rather than an inherent property of the model. Motivated by the pursuit of positional-encoding-free architectures, this work explores a language model architecture that integrates causal state-space equations to implicitly encode positional information before attention computation. Specifically, each model block applies a causal state-space equation before self-attention, allowing recurrent state dynamics to encode sequential information into token representations.