-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kindly need help to for several reproduction results #24
Comments
Thanks for your attention. I try to debug it! |
Thank you for the prompt response! |
As I can see, some nodes never appear in the edge list. I am not sure whether that is intended or not. For example, in I think we need to reorder the vertices to consecutive integers.
Also, for
|
Discussed in #23
Originally posted by ShuaiWang97 December 5, 2022
To the community,
Hope you had a great weekend.
Thank you so much for building this package! I am quite interested in hypergraph and learned a lot from the tutorial and source code. I tried to use the method and dataset from the package to reproduce several results. The performance on co-authorship dataset seems good but the performance on cocitation datasets seems a bit low. I checked the implements several times but did not find any problem. Can anyone please help me a bit?
The accuracy score on node classification of several cocitation datasets (
CocitationCora
,CocitationCiteseer
,CocitationPubmed
) by HGNN, HyperGCN, HGNN+ are followed and the code is attached. The way I change datasets and methods are just to changedata
andnet
variable. Any ideas are incredibly welcome. Thanks in advance.Best,
Shuai
The text was updated successfully, but these errors were encountered: