Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ragib06 committed Jan 31, 2020
2 parents e65f2f4 + 9bb51a4 commit d7842f5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# heckman_rank
This repository contains the code for paper titled "Correcting for Selection Bias in Learning-to-rank Systems" appeared in WWW'20, Taiwan.
# HeckmanRank

This repository contains the code for the paper titled "Correcting for Selection Bias in Learning-to-rank Systems" which is going to appear in WWW'20, April 20-24, Taipei, Taiwan.

There are two modules in this repository:

- **generation**: responsible for generating semi-synthetic data
- **evaluation**: responsible for run experiments to evaluate HeckmanRank and baselines

The modules are located in corresponding folders. Each module is independent and it has separate requirements to work with. For further details please refer to the readme files in corresponding folders.

## References
1. Zohreh Ovaisi, Ragib Ahsan, Yifan Zhang, Kathryn Vasilaky and Elena Zheleva on "Correcting for Selection Bias in Learning-to-rank Systems". _Proceedings of the 29th international conference on World Wide Web, to appear._
2. Thorsten Joachims, Adith Swaminathan, Tobias Schnabel on "Unbiased Learning-to-Rank with Biased Feedback". _The 10th ACM International Conference on Web Search and Data Mining._

0 comments on commit d7842f5

Please sign in to comment.