paper-with-me

홈 › Papers

Attention Calibration for Transformer-based Sequential Recommendation

2023-08-18 · Peilin Zhou, Qichen Ye, Yueqi Xie, Jingqi Gao, Shoujin Wang, Jae Boum Kim, Chenyu You, Sunghun Kim

Transformer-based sequential recommendation (SR) has been booming in recent years, with the self-attention mechanism as its key component. Self-attention has been widely believed to be able to effectively select those informative and relevant items from a sequence of interacted items for next-item prediction via learning larger attention weights for these items. However, this may not always be true in reality. Our empirical analysis of some representative Transformer-based SR models reveals that it is not uncommon for large attention weights to be assigned to less relevant items, which can result in inaccurate recommendations. Through further in-depth analysis, we find two factors that may contribute to such inaccurate assignment of attention weights: sub-optimal position encoding and noisy input. To this end, in this paper, we aim to address this significant yet challenging gap in existing works. To be specific, we propose a simple yet effective framework called Attention Calibration for Transformer-based Sequential Recommendation (AC-TSR). In AC-TSR, a novel spatial calibrator and adversarial calibrator are designed respectively to directly calibrates those incorrectly assigned attention weights. The former is devised to explicitly capture the spatial relationships (i.e., order and distance) among items for more precise calculation of attention weights. The latter aims to redistribute the attention weights based on each item's contribution to the next-item prediction. AC-TSR is readily adaptable and can be seamlessly integrated into various existing transformer-based SR models. Extensive experimental results on four benchmark real-world datasets demonstrate the superiority of our proposed ACTSR via significant recommendation performance enhancements. The source code is available at https://github.com/AIM-SE/AC-TSR.

📄 PDF Abstract BibTeX arXiv:2308.09419

Code (1)

aim-se/ac-tsr 공식 구현 pytorch

Tasks

Sequential Recommendation

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

Attention Mixtures for Time-Aware Sequential Recommendation

2023-04-17 · Viet-Anh Tran, Guillaume Salha-Galvan, Bruno Sguerra, Romain Hennequin

Transformers emerged as powerful methods for sequential recommendation. However, existing architectures often overlook the complex dependencies between user preferences and the temporal context. In this short paper, we i…

Recommendation SystemsSequential Recommendation

Calibration-Disentangled Learning and Relevance-Prioritized Reranking for Calibrated Sequential Recommendation

2024-08-04 · Hyunsik Jeon, Se-eun Yoon, Julian McAuley

Calibrated recommendation, which aims to maintain personalized proportions of categories within recommendations, is crucial in practical scenarios since it enhances user satisfaction by reflecting diverse interests. Howe…

Learning-To-RankRerankingSequential Recommendation

DACSR: Decoupled-Aggregated End-to-End Calibrated Sequential Recommendation

2022-04-22 · Jiayi Chen, Wen Wu, Liye Shi, Yu Ji 외

Sequential recommendations have made great strides in accurately predicting the future behavior of users. However, persuading accuracy alone may bring side effects such as unfair and overspecialized recommendation result…

DiversityFairnessSequential Recommendation

An Attentive Inductive Bias for Sequential Recommendation beyond the Self-Attention

2023-12-16 · Yehjin Shin, Jeongwhan Choi, Hyowon Wi, Noseong Park

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 oversmooth…

Recommendation SystemsSequential Recommendation