This is the source code of KDD21 paper "Attentive Heterogeneous Graph Embedding for Job Mobility Prediction", where the file structure is shown below. Although we cannot publish our dataset for the security problem, you can find the input&output format of our model in source_data/dataset.py. Feel free to contact us if you have any issues.
- file structure
.
βββ LICENSE
βββ README.md
βββ main.py
βββ model
βΒ Β βββ __pycache__
βΒ Β βΒ Β βββ ahead.cpython-38.pyc
βΒ Β βΒ Β βββ config.cpython-38.pyc
βΒ Β βΒ Β βββ dgru.cpython-38.pyc
βΒ Β βΒ Β βββ hgcn.cpython-38.pyc
βΒ Β βΒ Β βββ utils.cpython-38.pyc
βΒ Β βββ ahead.py
βΒ Β βββ config.py
βΒ Β βββ dgru.py
βΒ Β βββ hgcn.py
βΒ Β βββ utils.py
βββ model_save
βΒ Β βββ ahead_duration
βββ requirements.txt
βββ source_data
βββ dataset.py
βββ mock_company_ppr.npy
βββ mock_dur_of_company.npy
βββ mock_dur_of_title.npy
βββ mock_external_graph.npy
βββ mock_internal_graph.npy
βββ mock_pid_str_dict.json
βββ mock_final_records.npy
βββ mock_skill_embedding.npy
βββ mock_title_ppr.npy
- code running
pip install requirements.txt
python main.py
If you find Ahead useful in your research, we ask that you cite the following paper
@inproceedings{zhang2021attentive,
title={Attentive heterogeneous graph embedding for job mobility prediction},
author={Zhang, Le and Zhou, Ding and Zhu, Hengshu and Xu, Tong and Zha, Rui and Chen, Enhong and Xiong, Hui},
booktitle={Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery \& Data Mining},
pages={2192--2201},
year={2021}
}