jianjianGJ / hgcond

Apache License 2.0
2 stars 0 forks source link

Lack features of AMiner #1

Closed GooLiang closed 3 weeks ago

GooLiang commented 1 month ago

Thanks for your good work. When I load AMiner dataset, it not contain the .tensor files. data['author'].x = torch.load(root+'/AMiner/raw/author.tensor') data['paper'].x = torch.load(root+'/AMiner/raw/paper.tensor') data['venue'].x = torch.load(root+'/AMiner/raw/venue.tensor') Can you provide a way to obtain the above files?

jianjianGJ commented 1 month ago

Sorry, I overlooked that. I upload it on google drive

GooLiang commented 1 month ago

Thanks for your help, I would like to know by what method the features on google_drive are generated?

jianjianGJ commented 1 month ago

This is a dataset I collected a long time ago. I lost the code for generating features, and I can't remember it clearly. I may have downloaded it from the Internet. You can check **Latent Vector Representations Learned by metapath2vec & metapath2vec++. **