An Attentive Inductive Bias For Sequential Recommendation Beyond The Self-attention | Awesome LLM Papers Add your paper to Awesome LLM Papers

An Attentive Inductive Bias For Sequential Recommendation Beyond The Self-attention

Yehjin Shin, Jeongwhan Choi, Hyowon Wi, Noseong Park . Proceedings of the AAAI Conference on Artificial Intelligence 2024 – 61 citations

[Code] [Paper]   Search on Google Scholar   Search on Semantic Scholar
AAAI Compositional Generalization Content Enrichment Datasets Ethics & Fairness Evaluation Has Code Image Text Integration Interactive Environments Interdisciplinary Approaches Model Architecture Multimodal Semantic Representation Neural Machine Translation Productivity Enhancement Question Answering

Sequential recommendation (SR) models based on Transformers have achieved remarkable successes. The self-attention mechanism of Transformers for computer vision and natural language processing suffers from the oversmoothing problem, i.e., hidden representations becoming similar to tokens. In the SR domain, we, for the first time, show that the same problem occurs. We present pioneering investigations that reveal the low-pass filtering nature of self-attention in the SR, which causes oversmoothing. To this end, we propose a novel method called (\textbf{B})eyond (\textbf{S})elf-(\textbf{A})ttention for Sequential (\textbf{Rec})ommendation (BSARec), which leverages the Fourier transform to i) inject an inductive bias by considering fine-grained sequential patterns and ii) integrate low and high-frequency information to mitigate oversmoothing. Our discovery shows significant advancements in the SR domain and is expected to bridge the gap for existing Transformer-based SR models. We test our proposed approach through extensive experiments on 6 benchmark datasets. The experimental results demonstrate that our model outperforms 7 baseline methods in terms of recommendation performance. Our code is available at https://github.com/yehjin-shin/BSARec.

Similar Work