-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add CityNetwork dataset for testing long range dependency
#10115
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
Conversation
|
@wsad1 Hello Jinu! Thanks for helping us with the PR! Could you please help us review the new changes? Please let me know if you need any information from us! Best, |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
akihironitta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thank you for your contribution!
CityNetwork dataset for testing long range dependency
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10115 +/- ##
==========================================
- Coverage 86.11% 85.41% -0.70%
==========================================
Files 496 496
Lines 33655 33993 +338
==========================================
+ Hits 28981 29036 +55
- Misses 4674 4957 +283 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Thank you Akihiro for helping us with the PR!😃 |
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]](#10115) of the [_**CityNetwork**_](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.datasets.CityNetwork.html?highlight=city#torch_geometric.datasets.CityNetwork) dataset, we now release **_Total Influence_**, a measurement introduced in our [paper](https://arxiv.org/abs/2503.09008) 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 --------- Co-authored-by: Leon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Fey <[email protected]>
…eam#10263) 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[[pyg-team#10115]](pyg-team#10115) of the [_**CityNetwork**_](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.datasets.CityNetwork.html?highlight=city#torch_geometric.datasets.CityNetwork) dataset, we now release **_Total Influence_**, a measurement introduced in our [paper](https://arxiv.org/abs/2503.09008) 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 --------- Co-authored-by: Leon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Fey <[email protected]>
Dear PyG Team,
This is Leon from Oxford EngSci, our research group has just constructed a new dataset of four city networks for transductive node classification and we just released our paper on arXiv. We believe integrating our dataset into PyG will greatly help other researchers download and run this dataset more conveniently.
For your reference, this is the previous Pull Request page where we did not update the paper link.
Best regards,
Huidong (Leon) Liang