paper-with-me

Papers

Sequential Recommendation Model for Next Purchase Prediction

2022-07-06 · Xin Chen, Alex Reibman, Sanjay Arora

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.

📄 PDF Abstract BibTeX arXiv:2207.06225

Code (1)

slientge/sequential_recommendation_tensorflow 공식 구현 tf

Tasks

MarketingmodelPredictionRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

CSRec: Rethinking Sequential Recommendation from A Causal Perspective

2024-08-23 · Xiaoyu Liu, Jiaxin Yuan, YuHang Zhou, Jingling Li 외

The essence of sequential recommender systems (RecSys) lies in understanding how users make decisions. Most existing approaches frame the task as sequential prediction based on users' historical purchase records. While e…

Recommendation SystemsSequential Recommendation

Sequential Movie Genre Prediction using Average Transition Probability with Clustering

2021-11-04 · Jihyeon Kim, Jinkyung Kim, Jaeyoung Choi

In recent movie recommendations, predicting the user's sequential behavior and suggesting the next movie to watch is one of the most important issues. However, capturing such sequential behavior is not easy because each …

ClusteringSequential Recommendation

HAM: Hybrid Associations Models for Sequential Recommendation

2020-02-27 · Bo Peng, Zhiyun Ren, Srinivasan Parthasarathy, Xia Ning

Sequential recommendation aims to identify and recommend the next few items for a user that the user is most likely to purchase/review, given the user's purchase/rating trajectories. It becomes an effective tool to help …

Sequential Recommendation

Modeling Personalized Item Frequency Information for Next-basket Recommendation

2020-05-31 · Haoji Hu, Xiangnan He, Jinyang Gao, Zhi-Li Zhang

Next-basket recommendation (NBR) is prevalent in e-commerce and retail industry. In this scenario, a user purchases a set of items (a basket) at a time. NBR performs sequential modeling and recommendation based on a sequ…

Next-basket recommendationSession-Based Recommendations

Pre-training of Context-aware Item Representation for Next Basket Recommendation

2019-04-14 · Jingxuan Yang, Jun Xu, Jianzhuo Tong, Sheng Gao 외

Next basket recommendation, which aims to predict the next a few items that a user most probably purchases given his historical transactions, plays a vital role in market basket analysis. From the viewpoint of item, an i…

Next-basket recommendationRecommendation Systems