This repository contains the code for the paper "Invariant Debiasing Learning for Recommendation via Biased Imputation," which has been accepted by Information Processing and Management(IPM).
- Python Version: 3.8.0
-
Download Datasets:
-
Configure Datasets Paths:
- Configure local datasets paths in
global_config.py
.
- Configure local datasets paths in
- Configure local paths for results saving in
global_config.py
- Run
main_xxx.py
to train models
If you use this project in your research, please cite the following paper:
@article{bai2025invariant,
title={Invariant debiasing learning for recommendation via biased imputation},
author={Bai, Ting and Chen, Weijie and Yang, Cheng and Shi, Chuan},
journal={Information Processing \& Management},
volume={62},
number={3},
pages={104028},
year={2025},
publisher={Elsevier}
}