nozhangco / DRSR

Code for SIGIR'20 “A Deep Recurrent Survival Model for Unbiased Ranking”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Recurrent Survival Ranking (DRSR)



This is a tensorflow implementation of DRSA model. This is the experiment code in the following work:

A Deep Survival Model for Unbiased Ranking
Jiarui Jin, Yuchen Fang, Weinan Zhang, Kan Ren, Guorui Zhou, Jian Xu, Yong Yu, Jun Wang, Xiaoqiang Zhu, Kun Gai.
SIGIR 2020 Oral

Prerequisites

  • Python 3

References

If you find this work helpful in your research, please consider citing the following paper. The bibtex are listed below:

@inproceedings{jin2020deep,
  title={A deep recurrent survival model for unbiased ranking},
  author={Jin, Jiarui and Fang, Yuchen and Zhang, Weinan and Ren, Kan and Zhou, Guorui and Xu, Jian and Yu, Yong and Wang, Jun and Zhu, Xiaoqiang and Gai, Kun},
  booktitle={Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval},
  pages={29--38},
  year={2020}
}

About

Code for SIGIR'20 “A Deep Recurrent Survival Model for Unbiased Ranking”


Languages

Language:Python 100.0%