paper-with-me

홈 › Papers

GSLB: The Graph Structure Learning Benchmark

2023-10-08 · NeurIPS 2023 11 · ZHIXUN LI, Xin Sun, Yifan Luo, Yanqiao Zhu, Dingshuo Chen, Yingtao Luo, Xiangxin Zhou, Qiang Liu, Shu Wu, Liang Wang, Jeffrey Xu Yu

Graph Structure Learning (GSL) has recently garnered considerable attention due to its ability to optimize both the parameters of Graph Neural Networks (GNNs) and the computation graph structure simultaneously. Despite the proliferation of GSL methods developed in recent years, there is no standard experimental setting or fair comparison for performance evaluation, which creates a great obstacle to understanding the progress in this field. To fill this gap, we systematically analyze the performance of GSL in different scenarios and develop a comprehensive Graph Structure Learning Benchmark (GSLB) curated from 20 diverse graph datasets and 16 distinct GSL algorithms. Specifically, GSLB systematically investigates the characteristics of GSL in terms of three dimensions: effectiveness, robustness, and complexity. We comprehensively evaluate state-of-the-art GSL algorithms in node- and graph-level tasks, and analyze their performance in robust learning and model complexity. Further, to facilitate reproducible research, we have developed an easy-to-use library for training, evaluating, and visualizing different GSL methods. Empirical results of our extensive experiments demonstrate the ability of GSL and reveal its potential benefits on various downstream tasks, offering insights and opportunities for future research. The code of GSLB is available at: https://github.com/GSL-Benchmark/GSLB.

📄 PDF Abstract BibTeX arXiv:2310.05174

Code (1)

gsl-benchmark/gslb 공식 구현 pytorch

Tasks

Graph structure learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

UGSL: A Unified Framework for Benchmarking Graph Structure Learning

2023-08-21 · Bahare Fatemi, Sami Abu-El-Haija, Anton Tsitsulin, Mehran Kazemi 외

Graph neural networks (GNNs) demonstrate outstanding performance in a broad range of applications. While the majority of GNN applications assume that a graph structure is given, some recent methods substantially expanded…

BenchmarkingGraph structure learning

Deep graph learning for semi-supervised classification

2020-05-29 · Guangfeng Lin, Xiaobing Kang, Kaiyang Liao, Fan Zhao 외

Graph learning (GL) can dynamically capture the distribution structure (graph structure) of data based on graph convolutional networks (GCN), and the learning quality of the graph structure directly influences GCN for se…

ClassificationGeneral ClassificationGraph Learning

A New Graph Node Classification Benchmark: Learning Structure from Histology Cell Graphs

2022-11-11 · Claudia Vanea, Jonathan Campbell, Omri Dodi, Liis Salumäe 외

We introduce a new benchmark dataset, Placenta, for node classification in an underexplored domain: predicting microanatomical tissue structures from cell graphs in placenta histology whole slide images. This problem is …

Graph LearningGraph Neural NetworkNode Classificationwhole slide images

IPC: A Benchmark Data Set for Learning with Graph-Structured Data

2019-05-15 · Patrick Ferber, Tengfei Ma, Siyu Huo, Jie Chen 외

Benchmark data sets are an indispensable ingredient of the evaluation of graph-based machine learning methods. We release a new data set, compiled from International Planning Competitions (IPC), for benchmarking graph cl…

BenchmarkingGraph Classificationgraph construction

Can Language Models Solve Graph Problems in Natural Language?

2023-05-17 · NeurIPS 2023 11 · Heng Wang, Shangbin Feng, Tianxing He, Zhaoxuan Tan 외

Large language models (LLMs) are increasingly adopted for a variety of tasks with implicit graphical structures, such as planning in robotics, multi-hop question answering or knowledge probing, structured commonsense rea…

In-Context LearningKnowledge ProbingMulti-hop Question AnsweringQuestion Answering