Skip to content

jd-opensource/cim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implicit User Awareness Modeling via Candidate Items for CTR Prediction in Search Ads

This repo is the official implementation for the WWW 2022 paper: Implicit User Awareness Modeling via Candidate Items for CTR Prediction in Search Ads.

Data format

Our released dataset CandiCTR-Pub could be found at JD JingPan with password xngmgr.

In the data files, each row corresponds to a search session. Each column in the data represents userID, queryID, label list, target items and request item queue. Each item is consist of itemID, categoryID, brandID, vendorID and priceID. All data have been desensitized.

Requirements

  • python 3.6.13
  • tensorflow 1.15.0
  • scikit-learn 0.24.2

Quick start

Create a new data folder and put the downloaded dataset into the folder. Then,

python src/main.py 

About

Implementaion of the WWW paper Implicit User Awareness Modeling via Candidate Items for CTR Prediction in Search Ads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%