paper-with-me

Papers

Sequential Modeling with Multiple Attributes for Watchlist Recommendation in E-Commerce

2021-10-18 · Uriel Singer, Haggai Roitman, Yotam Eshel, Alexander Nus, Ido Guy, Or Levi, Idan Hasson, Eliyahu Kiperwasser

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, where we further suggest a novel extended attention mechanism (Attention2D) that allows to learn complex item-item, attribute-attribute and item-attribute patterns from sequential-data with multiple item attributes. Using a large-scale watchlist dataset from eBay, we evaluate our proposed model, where we demonstrate its superiority compared to multiple state-of-the-art baselines, many of which are adapted for this task.

📄 PDF Abstract BibTeX arXiv:2110.11072

Code (1)

urielsinger/trans2d 공식 구현 pytorch

Tasks

AttributeSequential Recommendation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Selective Fairness in Recommendation via Prompts

2022-05-10 · Yiqing Wu, Ruobing Xie, Yongchun Zhu, Fuzhen Zhuang 외

Recommendation fairness has attracted great attention recently. In real-world systems, users usually have multiple sensitive attributes (e.g. age, gender, and occupation), and users may not want their recommendation resu…

AttributeFairnessSequential Recommendation

Attribute-aware Diversification for Sequential Recommendations

2020-08-03 · Anton Steenvoorden, Emanuele Di Gloria, Wanyu Chen, Pengjie Ren 외

Users prefer diverse recommendations over homogeneous ones. However, most previous work on Sequential Recommenders does not consider diversity, and strives for maximum accuracy, resulting in homogeneous recommendations. …

AttributeDiversity

Reformulating Sequential Recommendation: Learning Dynamic User Interest with Content-enriched Language Modeling

2023-09-19 · Junzhe Jiang, Shang Qu, Mingyue Cheng, Qi Liu 외

Recommender systems are indispensable in the realm of online applications, and sequential recommendation has enjoyed considerable prevalence due to its capacity to encapsulate the dynamic shifts in user interests. Howeve…

Language ModelingLanguage ModellingRecommendation SystemsSequential Recommendation+1

Risk Assessment in the Face-based Watchlist Screening in e-Border

2020-07-22 · Kenneth Lai, Svetlana N. Yanushkevich, Vlad Shmerko

This paper concerns with facial-based watchlist technology as a component of automated border control machines deployed in e-borders. The key task of the watchlist technology is to mitigate effects of mis-identification …

Watchlist Risk Assessment using Multiparametric Cost and Relative Entropy

2020-07-22 · K. Lai, S. N. Yanushkevich

This paper addresses the facial biometric-enabled watchlist technology in which risk detectors are mandatory mechanisms for early detection of threats, as well as for avoiding offense to innocent travelers. We propose a …