Search papers, labs, and topics across Lattice.
This paper introduces a novel kernelized self-attention mechanism for next-item recommendation that disentangles positional information from item semantics. They argue that additive positional embeddings in standard self-attention models entangle positional information with item embeddings, limiting the ability to capture rich sequential patterns. By using a learnable positional kernel that operates purely in the position space to modulate attention weights, the proposed method enables adaptive multi-scale sequential modeling. Experiments on next-item prediction benchmarks demonstrate consistent improvements over strong baselines.
By disentangling positional information from item embeddings, PASA unlocks more effective sequential modeling in attention mechanisms for recommendation.
Sequential self-attention models usually rely on additive positional embeddings, which inject positional information into item representations at the input. In the absence of positional signals, the attention block is permutation-equivariant over sequence positions and thus has no intrinsic notion of temporal order beyond causal masking. We argue that additive positional embeddings make the attention mechanism only superficially sensitive to sequence order: positional information is entangled with item embedding semantics, propagates weakly in deep architectures, and limits the ability to capture rich sequential patterns. To address these limitations, we introduce a kernelized self-attention mechanism, where a learnable positional kernel operates purely in the position space, disentangled from semantic similarity, and directly modulates attention weights. When applied per attention block, this kernel enables adaptive multi-scale sequential modeling. Experiments on standard next-item prediction benchmarks show that our positional kernel attention consistently improves over strong competing baselines.