LGJul 26, 2021

From Implicit to Explicit feedback: A deep neural network for modeling sequential behaviours and long-short term preferences of online users

arXiv:2107.12325v1
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing recommendation accuracy for online users by integrating implicit and explicit feedback, representing an incremental improvement in the field.

The paper tackles the problem of improving recommendation systems by modeling sequential user behaviors and combining long- and short-term preferences, showing that their proposed deep learning models outperform previous state-of-the-art methods on two large-scale datasets.

In this work, we examine the advantages of using multiple types of behaviour in recommendation systems. Intuitively, each user has to do some implicit actions (e.g., click) before making an explicit decision (e.g., purchase). Previous studies showed that implicit and explicit feedback have different roles for a useful recommendation. However, these studies either exploit implicit and explicit behaviour separately or ignore the semantic of sequential interactions between users and items. In addition, we go from the hypothesis that a user's preference at a time is a combination of long-term and short-term interests. In this paper, we propose some Deep Learning architectures. The first one is Implicit to Explicit (ITE), to exploit users' interests through the sequence of their actions. And two versions of ITE with Bidirectional Encoder Representations from Transformers based (BERT-based) architecture called BERT-ITE and BERT-ITE-Si, which combine users' long- and short-term preferences without and with side information to enhance user representation. The experimental results show that our models outperform previous state-of-the-art ones and also demonstrate our views on the effectiveness of exploiting the implicit to explicit order as well as combining long- and short-term preferences in two large-scale datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes