PHE: Structure and Semantic Enhanced Pre-training of Graph Neural Networks for Large-Scale Heterogeneous Graphs
This is the Pytorch implementation for our TKDD'25 paper: PHE: Structure and Semantic Enhanced Pre-training of Graph Neural Networks for Large-Scale Heterogeneous Graphs.
# More details can be seen in ./code/requirements.txt.
torch==1.8.1+cu111
torch-cluster==1.5.9
torch-scatter==2.0.6
torch-sparse==0.6.10
torch-spline-conv==1.2.1
torch-geometric==1.4.3
You can download the datasets from link, [password] joha, and put them in the file ./code/OAG_dataset.
cd code && bash scripts.sh
The code is based on the open-source repositories: HGT and GPT-GNN, many thanks to the authors!
You are welcome to cite our paper:
@inproceedings{SunMa25,
author = {Sun, Shengyin and Chen, Ma and Chen, Jiehao},
title = {PHE: Structure and Semantic Enhanced Pre-Training of Graph Neural Networks for Large-Scale Heterogeneous Graphs},
year = {2025},
booktitle = {ACM Transactions on Knowledge Discovery from Data},
pages = {1–26}
}
