You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is the code and the supplementary of "Federated Recommendation with Additive Personalization"
Precautions Before Use:
FedRAP is highly sensitive to its hyperparameter combinations.
Even slight deviations from the settings reported in the original paper can lead to substantial performance divergences.
As such, practitioners should perform a fine-grained, dataset-specific hyperparameter search to reproduce the reported results and achieve optimal performance on their own benchmarks.
Requirements
The code is implemented with Python >= 3.8 and torch~=1.13.1+cu117;
Other requirements can be installed by pip install -r requirements.txt.
Quick Start
First create two folders: ./logs and ./results;
Put datasets into the path [parent_folder]/datasets/;
If you find this paper useful in your research, please consider citing:
@inproceedings{
li2024federated,
title={Federated Recommendation with Additive Personalization},
author={Zhiwei Li and Guodong Long and Tianyi Zhou},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=xkXdE81mOK}
}
Contact
This project is free for academic usage. You can run it at your own risk.
For any other purposes, please contact Mr. Zhiwei Li ()
About
The Code for "Federated Recommender with Additive Personalization"