Sequential Modeling with Multiple Attributes for Watchlist Recommendation in E-Commerce
Uriel Singer, Haggai Roitman, Yotam Eshel, Alexander Nus, Ido Guy, Or, Levi, Idan Hasson, Eliyahu Kiperwasser

TL;DR
This paper introduces Trans2D, a Transformer-based model with a novel attention mechanism for sequential watchlist recommendation in e-commerce, effectively predicting user attention on items with multiple changing attributes.
Contribution
The paper proposes a new sequential recommendation task for watchlist items and introduces Trans2D, a Transformer model with Attention2D for capturing complex attribute interactions.
Findings
Trans2D outperforms state-of-the-art baselines on eBay data.
The novel Attention2D mechanism effectively models attribute interactions.
The approach improves prediction accuracy for watchlist item relevance.
Abstract
In e-commerce, the watchlist enables users to track items over time and has emerged as a primary feature, playing an important role in users' shopping journey. Watchlist items typically have multiple attributes whose values may change over time (e.g., price, quantity). Since many users accumulate dozens of items on their watchlist, and since shopping intents change over time, recommending the top watchlist items in a given context can be valuable. In this work, we study the watchlist functionality in e-commerce and introduce a novel watchlist recommendation task. Our goal is to prioritize which watchlist items the user should pay attention to next by predicting the next items the user will click. We cast this task as a specialized sequential recommendation task and discuss its characteristics. Our proposed recommendation model, Trans2D, is built on top of the Transformer architecture,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Human Mobility and Location-Based Analysis · Digital Marketing and Social Media
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Dense Connections · Byte Pair Encoding · Absolute Position Encodings · Layer Normalization · Softmax · Residual Connection · Position-Wise Feed-Forward Layer
