paper-with-me

홈 › Papers

User Behavior Retrieval for Click-Through Rate Prediction

2020-05-28 · Jiarui Qin, Wei-Nan Zhang, Xin Wu, Jiarui Jin, Yuchen Fang, Yong Yu

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 CTR prediction model. However, as the users accumulate more and more behavioral data on the platforms, it becomes non-trivial for the sequential models to make use of the whole behavior history of each user. First, directly feeding the long behavior sequence will make online inference time and system load infeasible. Second, there is much noise in such long histories to fail the sequential model learning. The current industrial solutions mainly truncate the sequences and just feed recent behaviors to the prediction model, which leads to a problem that sequential patterns such as periodicity or long-term dependency are not embedded in the recent several behaviors but in far back history. To tackle these issues, in this paper we consider it from the data perspective instead of just designing more sophisticated yet complicated models and propose User Behavior Retrieval for CTR prediction (UBR4CTR) framework. In UBR4CTR, the most relevant and appropriate user behaviors will be firstly retrieved from the entire user history sequence using a learnable search method. These retrieved behaviors are then fed into a deep model to make the final prediction instead of simply using the most recent ones. It is highly feasible to deploy UBR4CTR into industrial model pipeline with low cost. Experiments on three real-world large-scale datasets demonstrate the superiority and efficacy of our proposed framework and models.

📄 PDF Abstract BibTeX arXiv:2005.14171

Code (1)

qinjr/UBR4CTR 공식 구현 tf

Tasks

Click-Through Rate PredictionPredictionRetrieval

Similar Papers 제목 키워드 기반

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

2021-08-10 · Qiwei Chen, Changhua Pei, Shanshan Lv, Chao Li 외

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…

Click-Through Rate PredictionRecommendation SystemsRetrieval

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

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