paper-with-me

홈 › Papers

End-to-End User Behavior Retrieval in Click-Through RatePrediction Model

2021-08-10 · Qiwei Chen, Changhua Pei, Shanshan Lv, Chao Li, Junfeng Ge, Wenwu Ou

Click-Through Rate (CTR) prediction is one of the core tasks in recommender systems (RS). It predicts a personalized click probability for each user-item pair. Recently, researchers have found that the performance of CTR model can be improved greatly by taking user behavior sequence into consideration, especially long-term user behavior sequence. The report on an e-commerce website shows that 23\% of users have more than 1000 clicks during the past 5 months. Though there are numerous works focus on modeling sequential user behaviors, few works can handle long-term user behavior sequence due to the strict inference time constraint in real world system. Two-stage methods are proposed to push the limit for better performance. At the first stage, an auxiliary task is designed to retrieve the top-$k$ similar items from long-term user behavior sequence. At the second stage, the classical attention mechanism is conducted between the candidate item and $k$ items selected in the first stage. However, information gap happens between retrieval stage and the main CTR task. This goal divergence can greatly diminishing the performance gain of long-term user sequence. In this paper, inspired by Reformer, we propose a locality-sensitive hashing (LSH) method called ETA (End-to-end Target Attention) which can greatly reduce the training and inference cost and make the end-to-end training with long-term user behavior sequence possible. Both offline and online experiments confirm the effectiveness of our model. We deploy ETA into a large-scale real world E-commerce system and achieve extra 3.1\% improvements on GMV (Gross Merchandise Value) compared to a two-stage long user sequence CTR model.

📄 PDF Abstract BibTeX arXiv:2108.04468

Code (1)

reczoo/FuxiCTR pytorch

Tasks

Click-Through Rate PredictionRecommendation SystemsRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
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$…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Eliminating Search Intent Bias in Learning to Rank

2020-02-08 · Yingcheng Sun, Richard Kolacinski, Kenneth Loparo

Click-through data has proven to be a valuable resource for improving search-ranking quality. Search engines can easily collect click data, but biases introduced in the data can make it difficult to use the data effectiv…

Learning-To-RankRetrieval

Generative Long-term User Interest Modeling for Click-Through Rate Prediction

2026-05-15 · Jiangli Shao, Kaifu Zheng, Hao Fang, Huimu Ye 외 arxiv

Modeling long-term user interests with massive historical user behaviors enhances click-through rate (CTR) prediction performance in advertising and recommendation systems. Typically, a two-stage framework is widely adop…

Click-Through Rate PredictionRecommendation Systems

Improving Legal Case Retrieval with Brain Signals

2024-03-20 · Ruizhe Zhang, Qingyao Ai, Ziyi Ye, Yueyue Wu 외

The tasks of legal case retrieval have received growing attention from the IR community in the last decade. Relevance feedback techniques with implicit user feedback (e.g., clicks) have been demonstrated to be effective …

EEGRetrieval

User Behavior Retrieval for Click-Through Rate Prediction

2020-05-28 · Jiarui Qin, Wei-Nan Zhang, Xin Wu, Jiarui Jin 외

Click-through rate (CTR) prediction plays a key role in modern online personalization services. In practice, it is necessary to capture user's drifting interests by modeling sequential user behaviors to build an accurate…

Click-Through Rate PredictionPredictionRetrieval

An Adversarial Imitation Click Model for Information Retrieval

2021-04-13 · Xinyi Dai, Jianghao Lin, Weinan Zhang, Shuai Li 외

Modern information retrieval systems, including web search, ads placement, and recommender systems, typically rely on learning from user feedback. Click models, which study how users interact with a ranked list of items,…

Imitation LearningInformation RetrievalmodelRecommendation Systems+1