LGAIMay 29, 2025

A Benchmark Dataset for Graph Regression with Homogeneous and Multi-Relational Variants

arXiv:2505.23875v1h-index: 16
Originality Synthesis-oriented
AI Analysis

This provides a new benchmark for researchers working on graph regression methods, addressing a domain-specific gap in dataset diversity.

The authors tackled the lack of diverse public benchmarks for graph-level regression by introducing RelSC, a dataset built from program graphs with execution-time cost labels, and found that performance differences between homogeneous and multi-relational variants highlight the importance of structural representation.

Graph-level regression underpins many real-world applications, yet public benchmarks remain heavily skewed toward molecular graphs and citation networks. This limited diversity hinders progress on models that must generalize across both homogeneous and heterogeneous graph structures. We introduce RelSC, a new graph-regression dataset built from program graphs that combine syntactic and semantic information extracted from source code. Each graph is labelled with the execution-time cost of the corresponding program, providing a continuous target variable that differs markedly from those found in existing benchmarks. RelSC is released in two complementary variants. RelSC-H supplies rich node features under a single (homogeneous) edge type, while RelSC-M preserves the original multi-relational structure, connecting nodes through multiple edge types that encode distinct semantic relationships. Together, these variants let researchers probe how representation choice influences model behaviour. We evaluate a diverse set of graph neural network architectures on both variants of RelSC. The results reveal consistent performance differences between the homogeneous and multi-relational settings, emphasising the importance of structural representation. These findings demonstrate RelSC's value as a challenging and versatile benchmark for advancing graph regression methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes