IRLGMay 30, 2020

Jointly Modeling Intra- and Inter-transaction Dependencies with Hierarchical Attentive Transaction Embeddings for Next-item Recommendation

arXiv:2006.04530v128 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of existing systems that ignore inter-transaction dependencies, potentially improving recommendations for users in e-commerce or similar domains, though it appears incremental as it builds on prior attention mechanisms.

The paper tackles the problem of predicting the next item in transaction-based recommender systems by modeling both intra- and inter-transaction dependencies, and it shows that the proposed HATE model significantly outperforms state-of-the-art methods in recommendation accuracy on two real-world datasets.

A transaction-based recommender system (TBRS) aims to predict the next item by modeling dependencies in transactional data. Generally, two kinds of dependencies considered are intra-transaction dependency and inter-transaction dependency. Most existing TBRSs recommend next item by only modeling the intra-transaction dependency within the current transaction while ignoring inter-transaction dependency with recent transactions that may also affect the next item. However, as not all recent transactions are relevant to the current and next items, the relevant ones should be identified and prioritized. In this paper, we propose a novel hierarchical attentive transaction embedding (HATE) model to tackle these issues. Specifically, a two-level attention mechanism integrates both item embedding and transaction embedding to build an attentive context representation that incorporates both intraand inter-transaction dependencies. With the learned context representation, HATE then recommends the next item. Experimental evaluations on two real-world transaction datasets show that HATE significantly outperforms the state-ofthe-art methods in terms of recommendation accuracy.

Foundations

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

Your Notes