Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Enhancing User Intent Capture in Session-Based Recommendation with Attribute Patterns

About

The goal of session-based recommendation in E-commerce is to predict the next item that an anonymous user will purchase based on the browsing and purchase history. However, constructing global or local transition graphs to supplement session data can lead to noisy correlations and user intent vanishing. In this work, we propose the Frequent Attribute Pattern Augmented Transformer (FAPAT) that characterizes user intents by building attribute transition graphs and matching attribute patterns. Specifically, the frequent and compact attribute patterns are served as memory to augment session representations, followed by a gate and a transformer block to fuse the whole session information. Through extensive experiments on two public benchmarks and 100 million industrial data in three domains, we demonstrate that FAPAT consistently outperforms state-of-the-art methods by an average of 4.5% across various evaluation metrics (Hits, NDCG, MRR). Besides evaluating the next-item prediction, we estimate the models' capabilities to capture user intents via predicting items' attributes and period-item recommendations.

Xin Liu, Zheng Li, Yifan Gao, Jingfeng Yang, Tianyu Cao, Zhengyang Wang, Bing Yin, Yangqiu Song• 2023

Related benchmarks

TaskDatasetResultRank
Next-item predictionTmall (test)
Hits@100.3245
28
Next-item predictionBooks Industrial dataset (test)
Hits@1081.62
22
Next-item predictionDIGINETICA
Hits@1037.42
14
Next-item predictionDiginetica (test)
Hits@1037.42
14
Next-item predictionElectronics
Hits@1078.36
14
Next-item predictionBeauty (test)
Hits@1092.72
14
Attribute estimationTMALL
Hits@1059.49
8
Attribute estimationBeauty
Hits@100.9594
8
Attribute estimationBooks
Hits@1090.77
8
Next-item prediction100 million industrial data Beauty (test)
Hits@1092.72
8
Showing 10 of 12 rows

Other info

Code

Follow for update