-
Notifications
You must be signed in to change notification settings - Fork 54
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
Question about PubMed performance #7
Comments
The dataset spilt setting is different. DGI uses public spilt while GRACE uses 10% train, 10% valid, and 80% test random spilt. |
GRACE train/test split follows a 90% / 10% . Isn't that it? |
In paper,
train/valid/test split follows a 10%/10%/80%. And in code, train/test split follows a 10%/90%. |
Thanks for answering! So, no validation sets are used in the code? |
GCA?Are validation sets used in GCA? |
GCA utilizes validation sets, whereas GRACE does not incorporate validation sets. You can refer to their |
Hi,
In your paper, GRACE achieves 86.7% in Pubmed, and DGI achieves 86% in Pubmed. However, in the DGI paper, the performance of DGI only achieves 76.8% in Pubmed. I also notice you follow the DGI setting in your experiments. How did you make an improvement of almost 10% on DGI?
The text was updated successfully, but these errors were encountered: