Giter Club home page Giter Club logo

causal_debiased_ranking's Introduction

Causal / Debiased Ranking

We will show how to factorize ranking in a way that factorizes to remove the influence of power users and items. Using causal recommendation will help you improve the experience of users early on in their adoption curve without compromising the experience of your power users. Same on the item side.

Code Walktrough

Code Walktrough

This is what you normally find in the (final) ranking of a recommender system, a neural network that takes user and item features and produces estimates of multiple labels and trains them by binary cross entropy loss.

This extends multi_task_estimator. In addition to per-task logits computed from user + item features, this also computes logits using the position feature. The final logit is the sum of both. One of the earliest papers to talk about this is the Youtube WatchNext paper but you can also derive this from maximizing Mutual Information. Importance of PMI in personalization was described in this paper.

This extends multi_task_estimator. In addition to per-task logits computed from user + item features, this also computes logits from user, item and position. The final logit is mixture of these four logits. Reference for Mixture-Of-Logits

This extends factorized_estimator.py. During training, in addition to passing gradient to the mixed logits, this also trains the user, item and position logits separately.

This shows how to use the estimators in ranking. It takes a set of items for a single user, creates batches of user and item features, computes estimates using the estimator and then combines by value_weights to select top item.

References

  1. Position bias
    1. Shallow tower - Youtube WatchNext paper
    2. post on recent advances
  2. popularity bias
    1. Don't recommend the obvious
    2. Comfortimty aware ranking
  3. Mixture of logits
    1. Reference for Mixture-Of-Logits in Revisiting Neural Accelerators

causal_debiased_ranking's People

Contributors

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