Jhy1993 / HAN

Heterogeneous Graph Neural Network
1.06k stars 220 forks source link

ACM dataset #25

Open shirinmous opened 4 years ago

shirinmous commented 4 years ago

i have downloaded AMC3025.mat file and in that file there are features for 3025 papers and three adj matrices for PLP, PTP and PAP relations with size 3025* 3025. we don't have corresponding heterogeneous graph as described in the paper with authors and subjects. for applying other methods to this dataset i need the complete heterogeneous graph. how do i download the heterogeneous graph?

Yonggie commented 3 years ago

same question, waiting for answer...

kkkchan commented 3 years ago

same question, waiting for answer...

kkkchan commented 3 years ago

same question, waiting for answer...

After preprocessing ACM dataset myself, I got it. The meaning of these words(I guess):

enoche commented 3 years ago

@kkkchan Hi, could u sharing the script on how to process the ACM dataset? The original processing_dblp.py cannot run.

kkkchan commented 3 years ago

@kkkchan Hi, could u sharing the script on how to process the ACM dataset? The original processing_dblp.py cannot run.

@enoche It's in the same notebook of other code, which hasn't been finished yet. you can refer to this https://github.com/seongjunyun/Graph_Transformer_Networks/blob/master/Data_Preprocessing.ipynb

InfluenceFunction commented 3 years ago

How to obtain meta-path of ACM dataset?