Giter Club home page Giter Club logo

blob's Introduction

BLOB: a probabilistic model for recommendation that combines organic and bandit signals

Source code for our paper "BLOB: a probabilistic model for recommendation that combines organic and bandit signals" published at KDD 2020.

Results Reproducibility

To create a virtual Python environment that holds all the packages the code relies on, run:

virtualenv -p python3.6 blob
source blob/bin/activate
pip install -r requirements.txt

Now, you can run the ''simulate_abtest_with_bandit.py'' file to run both experiments that generate the results in Table 3 and 4 :

Table 3 results:

python simulate_abtest_with_bandit.py --K 20 --P 100 --num_sessions 1000 --num_sessions_organic 20000 --organic_epochs 1000 --bandit_epochs 800 --num_users_to_score 4000

Table 4 results:

python simulate_abtest_with_bandit.py --K 20 --P 1000 --num_sessions 1000 --num_sessions_organic 20000 --organic_epochs 1000 --bandit_epochs 1200 --num_users_to_score 4000

Acknowledgements

We're grateful to Hao-Jun Michael Shi (Northwestern University) and Dheevatsa Mudigere (Facebook) for their implementation of L-BFGS in PyTorch: https://github.com/hjmshi/PyTorch-LBFGS and to Dawen Liang (Netflix) for his implementation of the multi-vae model for collaborative filtering : https://github.com/dawenl/vae_cf.

Paper

If you use our code in your research, please remember to cite our paper:

@inproceedings{SakhiKDD2020,
  author = {Sakhi, Otmane and Bonner, Stephen and Rohde, David and Vasile, Flavian},
  title = {BLOB: A Probabilistic Model for Recommendation That Combines Organic and Bandit Signals},
  year = {2020},
  publisher = {Association for Computing Machinery},
  url = {https://doi.org/10.1145/3394486.3403121},
  doi = {10.1145/3394486.3403121},
  keywords = {Bayesian inference, latent variable models, recommender systems},
  series = {KDD '20}
  }

blob's People

Contributors

otmhi 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.