SOTAVerified

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

2019-05-15Code Available0· sign in to hype

Patrick Ferber, Tengfei Ma, Siyu Huo, Jie Chen, Michael Katz

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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 classification, regression, and related tasks. Apart from the graph construction (based on AI planning problems) that is interesting in its own right, the data set possesses distinctly different characteristics from popularly used benchmarks. The data set, named IPC, consists of two self-contained versions, grounded and lifted, both including graphs of large and skewedly distributed sizes, posing substantial challenges for the computation of graph models such as graph kernels and graph neural networks. The graphs in this data set are directed and the lifted version is acyclic, offering the opportunity of benchmarking specialized models for directed (acyclic) structures. Moreover, the graph generator and the labeling are computer programmed; thus, the data set may be extended easily if a larger scale is desired. The data set is accessible from https://github.com/IBM/IPC-graph-data.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IPC-groundedCNNAccuracy73.1Unverified
IPC-liftedCNNAccuracy86.9Unverified

Reproductions