GithubHelp home page GithubHelp logo

lovf's Introduction

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

This repo is the official implementation for the SIGIR 2023 paper: LOVF: Layered Organic View Fusion for Click-through Rate Prediction in Online Advertising.

Data format

Our released dataset ORAD-Pub could be found at JD JingPan with password 3jhbd6.

In the data files, each row corresponds to a search session. Each column is a piece of multiple sample data aggregated according to user-query. The organization form of each column is:
column[0]: user_id. int type
column[1]: query_id. int type
column[2]: The source of each sample(0:advertising. 1:organic). list type
column[3]: The label of each sample. list type
column[4:]: the side info [itemID, categoryID, brandID, vendorID and priceID] of each sample. list type

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 

lovf's People

Contributors

adsturing avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.