zhiqiangzhongddu / HC-GNN

[DMKD-ECMLPKDD] Hierarchical Message-Passing Graph Neural Networks (https://arxiv.org/abs/2009.03717)
18 stars 7 forks source link

dataset #5

Open yyinhu opened 1 year ago

yyinhu commented 1 year ago

I would like to excuse you and ask you some questions about the email data set. According to what is described in your open source model code, the email data set contains two files, one is email.txt and the other is the email_labels.txt file. I I can't find this type of email data set. Can you share with me the download link of the data set? thank you for your help!

zhiqiangzhongddu commented 1 year ago

Hi, sure, I have uploaded the requested dataset files.

yyinhu commented 1 year ago

Thank you so much

yyinhu commented 1 year ago

Could you please explain the processing steps for the Pubmed dataset again? What type of Pubmed dataset are you using?

zhiqiangzhongddu commented 1 year ago

Most datasets are widely used benchmarks. The PubMed dataset is the same as the one used in GCN paper. Here is the link: to GCN data folder https://github.com/tkipf/gcn/tree/master/gcn/data. Also, you can directly call PyG https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/datasets/planetoid.html#Planetoid.