IRAILGJul 6, 2022

Sequential Recommendation Model for Next Purchase Prediction

arXiv:2207.06225v28 citationsh-index: 3
Originality Synthesis-oriented
AI Analysis

This addresses the need for timely and contextually accurate recommendations in digital marketing, though it is incremental as it builds on existing sequential methods.

The paper tackles the problem of predicting next purchases by using a sequential recommendation system that considers transaction order, achieving a MAP@1 metric of 47% on an out-of-sample test set with a dataset of over 2.7 million credit card transactions.

Timeliness and contextual accuracy of recommendations are increasingly important when delivering contemporary digital marketing experiences. Conventional recommender systems (RS) suggest relevant but time-invariant items to users by accounting for their past purchases. These recommendations only map to customers' general preferences rather than a customer's specific needs immediately preceding a purchase. In contrast, RSs that consider the order of transactions, purchases, or experiences to measure evolving preferences can offer more salient and effective recommendations to customers: Sequential RSs not only benefit from a better behavioral understanding of a user's current needs but also better predictive power. In this paper, we demonstrate and rank the effectiveness of a sequential recommendation system by utilizing a production dataset of over 2.7 million credit card transactions for 46K cardholders. The method first employs an autoencoder on raw transaction data and submits observed transaction encodings to a GRU-based sequential model. The sequential model produces a MAP@1 metric of 47% on the out-of-sample test set, in line with existing research. We also discuss implications for embedding real-time predictions using the sequential RS into Nexus, a scalable, low-latency, event-based digital experience architecture.

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