paper-with-me

Papers

Sequential Recommendation with Relation-Aware Kernelized Self-Attention

2019-11-15 · Mingi Ji, Weonyoung Joo, Kyungwoo Song, Yoon-Yeong Kim, Il-Chul Moon

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 mechanism of the Transformer with augmentation of a probabilistic model. The original self-attention of Transformer is a deterministic measure without relation-awareness. Therefore, we introduce a latent space to the self-attention, and the latent space models the recommendation context from relation as a multivariate skew-normal distribution with a kernelized covariance matrix from co-occurrences, item characteristics, and user information. This work merges the self-attention of the Transformer and the sequential recommendation by adding a probabilistic model of the recommendation task specifics. We experimented RKSA over the benchmark datasets, and RKSA shows significant improvements compared to the recent baseline models. Also, RKSA were able to produce a latent space model that answers the reasons for recommendation.

📄 PDF Abstract BibTeX arXiv:1911.06478

Code (0)

등록된 구현이 없습니다.

Tasks

RelationSequential Recommendation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Position-Aware Sequential Attention for Accurate Next Item Recommendations

2026-02-24 · Timur Nabiev, Evgeny Frolov arxiv

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

Semantic Similarity

Sequential Recommendation with Latent Relations based on Large Language Model

2024-03-27 · Shenghao Yang, Weizhi Ma, Peijie Sun, Qingyao Ai 외

Sequential recommender systems predict items that may interest users by modeling their preferences based on historical interactions. Traditional sequential recommendation methods rely on capturing implicit collaborative …

Collaborative FilteringKnowledge GraphsLanguage ModelingLanguage Modelling+5

SANST: A Self-Attentive Network for Next Point-of-Interest Recommendation

2020-01-22 · Qianyu Guo, Jianzhong Qi

Next point-of-interest (POI) recommendation aims to offer suggestions on which POI to visit next, given a user's POI visit history. This problem has a wide application in the tourism industry, and it is gaining an increa…

Sequential Recommendation

DisenPOI: Disentangling Sequential and Geographical Influence for Point-of-Interest Recommendation

2022-10-29 · Yifang Qin, Yifan Wang, Fang Sun, Wei Ju 외

Point-of-Interest (POI) recommendation plays a vital role in various location-aware services. It has been observed that POI recommendation is driven by both sequential and geographical influences. However, since there is…

Contrastive LearningDisentanglement

S^3-Rec: Self-Supervised Learning for Sequential Recommendation with Mutual Information Maximization

2020-08-18 · Kun Zhou, Hui Wang, Wayne Xin Zhao, Yutao Zhu 외

Recently, significant progress has been made in sequential recommendation with deep learning. Existing neural sequential recommendation models usually rely on the item prediction loss to learn model parameters or data re…

AttributeSelf-Supervised LearningSequential Recommendation