SkillAgentSearch skills...

FDN

Source code for paper: Feature Decomposition for Reducing Negative Transfer: A Novel Multi-task Learning Method for Recommender System

Install / Use

/learn @mrchor/FDN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Feature Decomposition for Reducing Negative Transfer: a Novel Multi-task Learning Model for Recommender System

Model Architecture

hustlin_erd

Bibtex:

@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},
}

Project structure

├── 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

Quick start

Ali-CCP: Alibaba Click and Conversion Prediction

cd code/aliccp
sh run.sh

Synthetic DataSet

cd code/synthetic_dataset
sh run.sh

Acknowledgement

  • The work is also supported by the National Natural Science Foundation of China (No. 62202025 and 62002012).
View on GitHub
GitHub Stars41
CategoryEducation
Updated1mo ago
Forks5

Languages

Python

Security Score

90/100

Audited on Feb 4, 2026

No findings