Pytorch implementation for SIGIR 24 paper Aiming at the Target: Filter Collaborative Information for Cross-Domain Recommendation
python run_cut.py
Amazon, Douban datasets processed from RecBole-CDR
For Example, place the Amazon Cloth dataset in the following directory:
dataset/Amazon/AmazonCloth/AmazonCloth.inter
dataset/Amazon/AmazonCloth/AmazonCloth.item
numpy = '1.21.6'
python = '3.7.12'
recbole = '1.1.1'
torch = '1.13.1'
The implementation is based on the open-source recommendation library RecBole-CDR.