Skip to content
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

GNNs+FA results for the NeighborsMatch experiment #3

Closed
mengliu1998 opened this issue Jul 13, 2021 · 2 comments
Closed

GNNs+FA results for the NeighborsMatch experiment #3

mengliu1998 opened this issue Jul 13, 2021 · 2 comments

Comments

@mengliu1998
Copy link

Hi Uri,

Thank you for this amazing and insightful work. I have the following two questions about the experiment. Hope I can get your help.

(1) Did you run experiments for GNNs+FA on the NeighborsMatch dataset? If yes, could you share the results?

(2) I didn't find the results for GIN on the NeighborsMatch dataset when r=7/8. Is there any reason about this?

Best,
Meng

@urialon
Copy link
Contributor

urialon commented Jul 14, 2021

Hi @mengliu1998 ,
Thank you for your interest in our work!
I liked your "Non-local GNNs" work, by the way.

(1) Yes. I don't have the exact numbers, but if I remember correctly, at r=5, it was close to 100% for GAT, and something like 92% for the other GNNs. Sorry I don't have the exact results, but you can easily reproduce them using the flag --last_layer_fully_adjacent. The purpose of that section in the paper was to convince the reader that the problem actually exists, before suggesting a solution.

(2) Yes, the reason is just practical: because of its MLP in every layer, GIN took longer to train and required more GPU memory than the other GNNs. We could see that the general trend goes below 0.2 for r>6, so we eventually gave up running it for r=7,8. You can reproduce this as well, it just takes a lot of time to run.

By the way, you might find our follow-up paper interesting: How Attentive are Graph Attention Networks?

Let me know if you have any other questions.
Best,
Uri

@mengliu1998
Copy link
Author

Hi @urialon ,

I just noticed your reply. Sorry for the late response.

Thank you for your feedback to these questions, which solves my concerns very well.

Thank you for liking our Non-local GNNs. Yes, I have read this recent GATV2 paper. The analysis of "static" and "dynamic" attention is really insightful. Congratulations!

Best,
Meng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants