Feature Decomposition for Reducing Negative Transfer: a Novel Multi-task Learning Model for Recommender System
@article{zhou2023feature,
title={Feature Decomposition for Reducing Negative Transfer: A Novel Multi-task Learning Method for Recommender System (Student Abstract)},
author={Zhou, Jie and Yu, Qian and Luo, Chuan and Zhang, Jing},
year={2023},
}
├── code
├── aliccp
├── FDN.py
├── MMoE.py
├── PLE.py
├── run.sh
├── synthetic_dataset
├── FDN.py
├── MMoE.py
├── PLE.py
├── run.sh
├── data
├── aliccp
├── train_data
├── train_data.csv
├── test_data
├── test_data.csv
├── vocab
├── ID feature index files
├── reader.py
├── synthetic_dataset
├── train_data
├── test_data
├── synthesis_dataset_generation.py
├── README.md
cd code/aliccp
sh run.sh
cd code/synthetic_dataset
sh run.sh
- The work is also supported by the National Natural Science Foundation of China (No. 62202025 and 62002012).