Category: A1 Team name: Loris; Dataset: Graphland Benchmark and WikiCS dataset#192
Open
Loris697 wants to merge 16 commits intogeometric-intelligence:mainfrom
Open
Category: A1 Team name: Loris; Dataset: Graphland Benchmark and WikiCS dataset#192Loris697 wants to merge 16 commits intogeometric-intelligence:mainfrom
Loris697 wants to merge 16 commits intogeometric-intelligence:mainfrom
Conversation
Introducing nodes with missing y
Collaborator
|
Hi @Loris697! Did you fill out the required Google Form with the information of your PR? We don't find an entry assigned to your PR. Thank you! |
Collaborator
Author
|
Hi @gbg141, my apologies. I was sure I had already completed the required Google Form. I’ve filled it out now. |
5 tasks
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
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.
Checklist
Pull Request: Integration of GraphLand Benchmark Datasets
This pull request integrates the datasets from the GraphLand benchmark into the repository. Specifically, I have added:
GraphLand is a benchmark of 14 different graph datasets for predicting node properties in a wide range of industrial applications. GraphLand allows you to evaluate graph ML models on graphs of different sizes, structures, and feature sets, all in a unified environment. Furthermore, GraphLand focus on previously unexplored research questions, such as the extent to which realistic temporal distributional changes in transductive and inductive settings affect the performance of graph ML models.
Furthermore, this pull request introduces both a configuration file and a dataloader for the Wiki-CS dataset . The dataset comprises nodes representing computer science articles, with edges defined by hyperlinks between them, and includes 10 classes corresponding to distinct subfields of computer science.
Reference:
Gleb Bazhenov, Oleg Platonov, Liudmila Prokhorenkova (2025). GraphLand: A Landscape of Benchmark Datasets for Graph Machine Learning. arXiv:2409.14500. https://arxiv.org/abs/2409.14500
Peter Mernyei, Catalina Cangea (2022). Wiki-CS: A Wikipedia-Based Benchmark for Graph Neural Networks .https://arxiv.org/abs/2007.02901
Additional context
While implementing this integration, I identified some limitations in the current framework that may require further development: