Graph-Learning-Benchmarks / gli

🗂 Graph Learning Indexer: a contributor-friendly and metadata-rich platform for graph learning benchmarks. Dataloading, Benchmarking, Tagging, and more!
https://graph-learning-benchmarks.github.io/gli/
MIT License
42 stars 20 forks source link

Initial MUTAG Dataset Contribution #464

Open muzz-yasir opened 12 months ago

muzz-yasir commented 12 months ago

I used the MUTAG dataset available from DGL which caused some confusion with the heterogeneity as the raw dataset and the version on HuggingFace both appear to be a collection of homogenous graphs, whereas the DGL version is a single large heterogenous graph with unexplained node and edge types.

Hence, here I transformed the large heterogeneous graph into GLI format for any downstream use of the heterogeneity - however I'm open to also using the HuggingFace dataset in addition or instead.