Matrix embedding method in match for session-based recommendation

08/27/2019
by   Qizhi Zhang, et al.
0

Session based model is widely used in recommend system. It use the user click sequence as input of a Recurrent Neural Network (RNN), and get the output of the RNN network as the vector embedding of the session, and use the inner product of the vector embedding of session and the vector embedding of the next item as the score that is the metric of the interest to the next item. This method can be used for the "match" stage for the recommendation system whose item number is very big by using some index method like KD-Tree or Ball-Tree and etc.. But this method repudiate the variousness of the interest of user in a session. We generated the model to modify the vector embedding of session to a symmetric matrix embedding, that is equivalent to a quadratic form on the vector space of items. The score is builded as the value of the vector embedding of next item under the quadratic form. The eigenvectors of the symmetric matrix embedding corresponding to the positive eigenvalues are conjectured to represent the interests of user in the session. This method can be used for the "match" stage also. The experiments show that this method is better than the method of vector embedding.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/10/2022

Disentangled Graph Neural Networks for Session-based Recommendation

Session-based recommendation (SBR) has drawn increasingly research atten...
research
12/16/2021

Knowledge-enhanced Session-based Recommendation with Temporal Transformer

Recent research has achieved impressive progress in the session-based re...
research
08/25/2020

Many-to-one Recurrent Neural Network for Session-based Recommendation

This paper presents the D2KLab team's approach to the RecSys Challenge 2...
research
02/03/2021

Session-based Recommendation with Self-Attention Networks

Session-based recommendation aims to predict user's next behavior from c...
research
06/05/2023

Learning Similarity among Users for Personalized Session-Based Recommendation from hierarchical structure of User-Session-Item

The task of the session-based recommendation is to predict the next inte...
research
04/23/2022

CORE: Simple and Effective Session-based Recommendation within Consistent Representation Space

Session-based Recommendation (SBR) refers to the task of predicting the ...
research
05/08/2018

Augmenting Recurrent Neural Networks with High-Order User-Contextual Preference for Session-Based Recommendation

The recent adoption of recurrent neural networks (RNNs) for session mode...

Please sign up or login with your details

Forgot password? Click here to reset