An index of causal inference based recommendation algorithms.
Our survey Causal Inference in Recommender Systems: A Survey and Future Directions has been accepted by ACM TOIS and is available on arxiv: link
Please cite our survey paper if this index is helpful.
@article{gao2022causal,
title={Causal inference in recommender systems: A survey and future directions},
author={Gao, Chen and Zheng, Yu and Wang, Wenjie and Feng, Fuli and He, Xiangnan and Li, Yong},
journal={ACM Transactions on Information Systems},
year={2022},
publisher={ACM New York, NY}
}
Gao, Chen, Yu Zheng, Wenjie Wang, Fuli Feng, Xiangnan He, and Yong Li. "Causal inference in recommender systems: A survey and future directions." ACM Transactions on Information Systems (2022).
- Causal Inference-based Recommendation for Addressing Data Bias
- Causal Inference-based Recommendation for Addressing Data Missing and Noise
- Beyond-accuracy RecSys with Causal Inference
Name | Paper | RecSys Task | Causal Inference Method | Venue | Year | Code |
---|---|---|---|---|---|---|
CBDF | Zhang, X., Jia, H., Su, H., Wang, W., Xu, J., & Wen, J. R. (2021, July). Counterfactual reward modification for streaming recommendation with delayed feedback. In Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval (pp. 41-50). | Streaming | Importance Sampling | SIGIR | 2021 | Python |
Name | Paper | RecSys Task | Causal Inference Method | Venue | Year | Code |
---|---|---|---|---|---|---|
DecRS | Wang, W., Feng, F., He, X., Wang, X., & Chua, T. S. (2021, August). Deconfounded recommendation for alleviating bias amplification. In Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining (pp. 1717-1725). | Collaborative Filtering | Backdoor Adjustment | KDD | 2021 | Python/Torch |
UCRS | Wang, W., Feng, F., Nie, L., & Chua, T. S. (2022). User-controllable Recommendation Against Filter Bubbles. arXiv preprint arXiv:2204.13844. | CTR | Counterfactual | SIGIR | 2022 | Python/Torch |
Name | Paper | RecSys Task | Causal Inference Method | Venue | Year | Code |
---|---|---|---|---|---|---|
CBDF | Zhang, X., Jia, H., Su, H., Wang, W., Xu, J., & Wen, J. R. (2021, July). Counterfactual reward modification for streaming recommendation with delayed feedback. In Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval (pp. 41-50). | Streaming | Importance Sampling | SIGIR | 2021 | Python |