paper-with-me

Papers

Knowledge-enhanced Session-based Recommendation with Temporal Transformer

2021-12-16 · Rongzhi Zhang, Yulong Gu, Xiaoyu Shen, Hui Su

Recent research has achieved impressive progress in the session-based recommendation. However, information such as item knowledge and click time interval, which could be potentially utilized to improve the performance, remains largely unexploited. In this paper, we propose a framework called Knowledge-enhanced Session-based Recommendation with Temporal Transformer (KSTT) to incorporate such information when learning the item and session embeddings. Specifically, a knowledge graph, which models contexts among items within a session and their corresponding attributes, is proposed to obtain item embeddings through graph representation learning. We introduce time interval embedding to represent the time pattern between the item that needs to be predicted and historical click, and use it to replace the position embedding in the original transformer (called temporal transformer). The item embeddings in a session are passed through the temporal transformer network to get the session embedding, based on which the final recommendation is made. Extensive experiments demonstrate that our model outperforms state-of-the-art baselines on four benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2112.08745

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation LearningSession-Based Recommendations

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Neighborhood-Enhanced and Time-Aware Model for Session-based Recommendation

2019-09-25 · Yang Lv, Liangsheng Zhuang, Pengyu Luo

Session based recommendation has become one of the research hotpots in the field of recommendation systems due to its highly practical value.Previous deep learning methods mostly focus on the sequential characteristics w…

Recommendation SystemsSession-Based Recommendations

Prospective Preference Enhanced Mixed Attentive Model for Session-based Recommendation

2022-06-04 · Bo Peng, Chang-Yu Tai, Srinivasan Parthasarathy, Xia Ning

Session-based recommendation aims to generate recommendations for the next item of users' interest based on a given session. In this manuscript, we develop prospective preference enhanced mixed attentive model (P2MAM) to…

PositionSession-Based Recommendations

Spatio-Temporal Contrastive Learning Enhanced GNNs for Session-based Recommendation

2022-09-23 · Zhongwei Wan, Xin Liu, Benyou Wang, Jiezhong Qiu 외

Session-based recommendation (SBR) systems aim to utilize the user's short-term behavior sequence to predict the next item without the detailed user profile. Most recent works try to model the user preference by treating…

Collaborative FilteringContrastive LearningSession-Based Recommendations

MemoCRS: Memory-enhanced Sequential Conversational Recommender Systems with Large Language Models

2024-07-06 · Yunjia Xi, Weiwen Liu, Jianghao Lin, Bo Chen 외

Conversational recommender systems (CRSs) aim to capture user preferences and provide personalized recommendations through multi-round natural language dialogues. However, most existing CRS models mainly focus on dialogu…

Recommendation Systems

Optimizing Encoder-Only Transformers for Session-Based Recommendation Systems

2024-10-15 · Anis Redjdal, Luis Pinto, Michel Desmarais

Session-based recommendation is the task of predicting the next item a user will interact with, often without access to historical user data. In this work, we introduce Sequential Masked Modeling, a novel approach for en…

Data AugmentationRecommendation SystemsSession-Based Recommendations