paper-with-me

홈 › Papers

Pay Attention to Attention for Sequential Recommendation

2024-10-28 · Yuli Liu, Min Liu, Xiaojing Liu

Transformer-based approaches have demonstrated remarkable success in various sequence-based tasks. However, traditional self-attention models may not sufficiently capture the intricate dependencies within items in sequential recommendation scenarios. This is due to the lack of explicit emphasis on attention weights, which play a critical role in allocating attention and understanding item-to-item correlations. To better exploit the potential of attention weights and improve the capability of sequential recommendation in learning high-order dependencies, we propose a novel sequential recommendation (SR) approach called attention weight refinement (AWRSR). AWRSR enhances the effectiveness of self-attention by additionally paying attention to attention weights, allowing for more refined attention distributions of correlations among items. We conduct comprehensive experiments on multiple real-world datasets, demonstrating that our approach consistently outperforms state-of-the-art SR models. Moreover, we provide a thorough analysis of AWRSR's effectiveness in capturing higher-level dependencies. These findings suggest that AWRSR offers a promising new direction for enhancing the performance of self-attention architecture in SR tasks, with potential applications in other sequence-based problems as well.

📄 PDF Abstract BibTeX arXiv:2410.21048

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Sequential Recommendation with Relation-Aware Kernelized Self-Attention

2019-11-15 · Mingi Ji, Weonyoung Joo, Kyungwoo Song, Yoon-Yeong Kim 외

Recent studies identified that sequential Recommendation is improved by the attention mechanism. By following this development, we propose Relation-Aware Kernelized Self-Attention (RKSA) adopting a self-attention mechani…

RelationSequential Recommendation

MLSA4Rec: Mamba Combined with Low-Rank Decomposed Self-Attention for Sequential Recommendation

2024-07-18 · Jinzhao Su, Zhenhua Huang

In applications such as e-commerce, online education, and streaming services, sequential recommendation systems play a critical role. Despite the excellent performance of self-attention-based sequential recommendation mo…

MambaRecommendation SystemsSequential Recommendation

Attention-based sequential recommendation system using multimodal data

2024-05-28 · Hyungtaik Oh, Wonkeun Jo, Dongil Kim

Sequential recommendation systems that model dynamic preferences based on a use's past behavior are crucial to e-commerce. Recent studies on these systems have considered various types of information such as images and t…

Recommendation SystemsSequential Recommendation

Sequential Recommendation via Adaptive Robust Attention with Multi-dimensional Embeddings

2024-09-08 · Linsey Pang, Amir Hossein Raffiee, Wei Liu, Keld Lundgaard

Sequential recommendation models have achieved state-of-the-art performance using self-attention mechanism. It has since been found that moving beyond only using item ID and positional embeddings leads to a significant a…

Sequential Recommendation

Dan: Deep attention neural network for news recommendation

2019-07-17 · AAAI 2019 7 · Qiannan Zhu

With the rapid information explosion of news, making personalized news recommendation for users becomes an increasingly challenging problem. Many existing recommendation methods that regard the recommendation procedure a…

Deep AttentionDiversityNews Recommendation