Click-Through Rate Prediction

135 papers with code • 19 benchmarks • 7 datasets

Click-through rate prediction is the task of predicting the likelihood that something on a website (such as an advertisement) will be clicked.

( Image credit: Deep Spatio-Temporal Neural Networks for Click-Through Rate Prediction )

Libraries

Use these libraries to find Click-Through Rate Prediction models and implementations
30 papers
303
27 papers
772
25 papers
7,338
7 papers
772
See all 10 libraries.

Most implemented papers

Product-based Neural Networks for User Response Prediction

Atomu2014/product-nets 1 Nov 2016

Predicting user responses, such as clicks and conversions, is of great importance and has found its usage in many Web applications including recommender systems, web search and online advertising.

DCN V2: Improved Deep & Cross Network and Practical Lessons for Web-scale Learning to Rank Systems

tensorflow/recommenders 19 Aug 2020

Learning effective feature crosses is the key behind building recommender systems.

Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts

shenweichen/DeepCTR 19 Jul 2018

In this work, we propose a novel multi-task learning approach, Multi-gate Mixture-of-Experts (MMoE), which explicitly learns to model task relationships from data.

RippleNet: Propagating User Preferences on the Knowledge Graph for Recommender Systems

hwwang55/RippleNet 9 Mar 2018

To address the sparsity and cold start problem of collaborative filtering, researchers usually make use of side information, such as social networks or item attributes, to improve recommendation performance.

Behavior Sequence Transformer for E-commerce Recommendation in Alibaba

shenweichen/DeepCTR 15 May 2019

Deep learning based methods have been widely used in industrial recommendation systems (RSs).

DeepFM: An End-to-End Wide & Deep Learning Framework for CTR Prediction

shenweichen/DeepCTR 12 Apr 2018

In this paper, we study two instances of DeepFM where its "deep" component is DNN and PNN respectively, for which we denote as DeepFM-D and DeepFM-P. Comprehensive experiments are conducted to demonstrate the effectiveness of DeepFM-D and DeepFM-P over the existing models for CTR prediction, on both benchmark data and commercial data.

Product-based Neural Networks for User Response Prediction over Multi-field Categorical Data

Atomu2014/product-nets-distributed 1 Jul 2018

User response prediction is a crucial component for personalized information retrieval and filtering scenarios, such as recommender system and web search.

Knowledge Graph Convolutional Networks for Recommender Systems

hwwang55/KGCN 18 Mar 2019

To alleviate sparsity and cold start problem of collaborative filtering based recommender systems, researchers and engineers usually collect attributes of users and items, and design delicate algorithms to exploit these additional information.

Deep Session Interest Network for Click-Through Rate Prediction

shenweichen/DSIN 16 May 2019

Easy-to-use, Modular and Extendible package of deep-learning based CTR models. DeepFM, DeepInterestNetwork(DIN), DeepInterestEvolutionNetwork(DIEN), DeepCrossNetwork(DCN), AttentionalFactorizationMachine(AFM), Neural Factorization Machine(NFM), AutoInt, Deep Session Interest Network(DSIN)

FLEN: Leveraging Field for Scalable CTR Prediction

aimetrics/jarvis 12 Nov 2019

By suitably exploiting field information, the field-wise bi-interaction pooling captures both inter-field and intra-field feature conjunctions with a small number of model parameters and an acceptable time complexity for industrial applications.