paper-with-me

Papers

A Transformer-based Embedding Model for Personalized Product Search

2020-05-18 · Keping Bi, Qingyao Ai, W. Bruce Croft

Product search is an important way for people to browse and purchase items on E-commerce platforms. While customers tend to make choices based on their personal tastes and preferences, analysis of commercial product search logs has shown that personalization does not always improve product search quality. Most existing product search techniques, however, conduct undifferentiated personalization across search sessions. They either use a fixed coefficient to control the influence of personalization or let personalization take effect all the time with an attention mechanism. The only notable exception is the recently proposed zero-attention model (ZAM) that can adaptively adjust the effect of personalization by allowing the query to attend to a zero vector. Nonetheless, in ZAM, personalization can act at most as equally important as the query and the representations of items are static across the collection regardless of the items co-occurring in the user's historical purchases. Aware of these limitations, we propose a transformer-based embedding model (TEM) for personalized product search, which could dynamically control the influence of personalization by encoding the sequence of query and user's purchase history with a transformer architecture. Personalization could have a dominant impact when necessary and interactions between items can be taken into consideration when computing attention weights. Experimental results show that TEM outperforms state-of-the-art personalization product retrieval models significantly.

📄 PDF Abstract BibTeX arXiv:2005.08936

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음
Adam 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Personalized Product Search Ranking: A Multi-Task Learning Approach with Tabular and Non-Tabular Data

2025-08-13 · Lalitesh Morishetti, Abhay Kumar, Jonathan Scott, Kaushiki Nag 외 arxiv

In this paper, we present a novel model architecture for optimizing personalized product search ranking using a multi-task learning (MTL) framework. Our approach uniquely integrates tabular and non-tabular data, leveragi…

Semantic SimilarityMulti-Task Learning

Unified Embedding Based Personalized Retrieval in Etsy Search

2023-06-07 · Rishikesh Jha, Siddharth Subramaniyam, Ethan Benjamin, Thrivikrama Taula

Embedding-based neural retrieval is a prevalent approach to address the semantic gap problem which often arises in product search on tail queries. In contrast, popular queries typically lack context and have a broad inte…

Feature EngineeringRetrievalSemantic Retrieval

Learning a Fine-Grained Review-based Transformer Model for Personalized Product Search

2020-04-20 · Keping Bi, Qingyao Ai, W. Bruce Croft

Product search has been a crucial entry point to serve people shopping online. Most existing personalized product models follow the paradigm of representing and matching user intents and items in the semantic space, wher…

TransAct: Transformer-based Realtime User Action Model for Recommendation at Pinterest

2023-05-31 · Xue Xia, Pong Eksombatchai, Nikil Pancha, Dhruvil Deven Badani 외

Sequential models that encode user activity for next action prediction have become a popular design choice for building web-scale personalized recommendation systems. Traditional methods of sequential recommendation eith…

Recommendation SystemsSequential Recommendation

IHGNN: Interactive Hypergraph Neural Network for Personalized Product Search

2022-02-10 · Dian Cheng, Jiawei Chen, Wenjun Peng, Wenqin Ye 외

A good personalized product search (PPS) system should not only focus on retrieving relevant products, but also consider user personalized preference. Recent work on PPS mainly adopts the representation learning paradigm…

Representation Learning