-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Added Total Influence - Measuring Long-range Dependency in GNN #10263
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10263 +/- ##
==========================================
- Coverage 86.11% 85.80% -0.31%
==========================================
Files 496 497 +1
Lines 33655 34083 +428
==========================================
+ Hits 28981 29245 +264
- Misses 4674 4838 +164 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
rusty1s
approved these changes
Jun 3, 2025
rusty1s
added a commit
that referenced
this pull request
Jun 4, 2025
Dear PyG Team, Following the previous PR [[#10263]](#10263) on the long-range measurement, we slightly modified the text description of the method and added a link to our paper. Sorry for the extra changes and thanks in advance for the quick review! Huidong --------- Co-authored-by: Leon <huidongl@omi-rapid-17.omirapid.oxford-man.ox.ac.uk> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de> Co-authored-by: Leon <huidongl@omi-rapid-14.omirapid.oxford-man.ox.ac.uk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear PyG Team,
Thank you for your effort in supporting our graph learning community!
This is Huidong from the Machine Learning Research Group at University of Oxford. As a follow-up to our recent PR[#10115] of the CityNetwork dataset, we now release Total Influence, a measurement introduced in our paper which quantifies the long-range dependency in GNNs. Additionally, we also fixed some typos and slightly modified the comment description of CityNetwork in this current PR.
Please let me know if you need further information from me. Thanks again for helping us with our work!
Huidong Liang
PhD Student @ MLRG
Department of Engineering Science
Univeristy of Oxford