H2GB
收藏资源简介:
H2GB数据集由麻省理工学院、IBM研究院和弗吉尼亚理工大学联合创建,是一个针对图学习中异质性和异质性问题的基准测试集。该数据集包含9个来自学术、金融、电子商务、社会科学和网络安全等5个领域的真实世界数据集,每个数据集都具有数百万节点和数千万边,旨在评估图学习方法在异质性和异质性环境下的性能。数据集的创建过程考虑了复杂的节点和边类型,以及它们之间的异质性关系,适用于解决金融欺诈检测、社交网络分析等领域的复杂问题。
The H2GB dataset, jointly developed by the Massachusetts Institute of Technology (MIT), IBM Research, and Virginia Tech, serves as a benchmark dataset for addressing the homophily and heterogeneity issues in graph learning. It consists of 9 real-world datasets spanning 5 domains including academia, finance, e-commerce, social sciences, and cybersecurity. Each individual dataset contains millions of nodes and tens of millions of edges, and is specifically designed to evaluate the performance of graph learning methods under homophilic and heterogeneous environments. The creation process of the dataset takes into account complex node and edge types as well as their heterogeneous interconnections, rendering it suitable for solving complex problems in fields such as financial fraud detection and social network analysis.
ℋ²GB 数据集文档
概述
ℋ²GB(Heterophilic and Heterogeneous Graph Benchmark)是一个建立在 PyTorch、PyTorch Geometric 和 GraphGym 之上的库。它包含了一系列图基准数据集、数据加载器、模块化图变换器框架(UnifiedGT)和评估器,旨在系统地评估图学习方法在异质性和异构性设置中的性能。
数据集
ℋ²GB 包含了来自五个领域的九个多样化的真实世界数据集:
- 学术界
- 金融
- 电子商务
- 社交
- 网络安全
功能
- UnifiedGT:一个模块化的图变换器框架,用于总结和系统比较现有图神经网络(GNNs)在新基准上的性能。
- 数据加载器:与 PyTorch Geometric 完全兼容,提供自动数据集下载、标准化的数据集分割和统一性能评估。
参考链接

- 1When Heterophily Meets Heterogeneity: New Graph Benchmarks and Effective Methods麻省理工学院计算机科学与人工智能实验室, IBM研究院, 弗吉尼亚理工大学 · 2024年



