pith. sign in

arxiv: 2409.14500 · v5 · submitted 2024-09-22 · 💻 cs.LG · cs.AI

GraphLand: Evaluating Graph Machine Learning Models on Diverse Industrial Data

Pith reviewed 2026-05-23 20:25 UTC · model grok-4.3

classification 💻 cs.LG cs.AI
keywords graph benchmarknode property predictiongraph foundation modelsindustrial graphsGNN evaluationGBDT baselinestemporal shiftstransductive inductive
0
0 comments X

The pith

GraphLand benchmark of 14 industrial datasets shows general-purpose graph foundation models fail to match competitive baselines.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces GraphLand, a collection of 14 node property prediction datasets drawn from varied industrial domains, to test whether graph machine learning models can handle realistic diversity in size, structure, and features. Existing benchmarks rely too heavily on a few academic citation networks, which limits claims about transferability for models positioned as graph foundation models. The work compares standard GNNs, gradient-boosted decision trees supplied with graph-derived inputs, and available foundation models under temporal splits in both transductive and inductive regimes. It finds that foundation models do not reach competitive accuracy while GBDTs sometimes serve as strong baselines. A sympathetic reader would care because the results question whether current foundation-model designs are ready for the distributional variety encountered in practice.

Core claim

GraphLand supplies 14 datasets from different industrial applications, each with its own scale, topology, and input features, for the task of node property prediction. When GNNs, GBDT models augmented with graph-based features, and existing general-purpose graph foundation models are evaluated on these datasets using temporal train-test splits under both transductive and inductive protocols, the foundation models do not produce competitive results while the GBDT variants can be very strong baselines in several cases.

What carries the argument

GraphLand benchmark: a unified set of 14 diverse industrial graph datasets for node property prediction that supports controlled comparison under temporal distributional shifts.

If this is right

  • Graph models must accommodate wide variation in graph size, density, and feature types across domains.
  • Temporal distributional shifts under transductive and inductive settings measurably degrade performance for many current approaches.
  • Gradient-boosted trees supplied with explicit graph-derived features remain competitive or superior on industrial node-prediction tasks.
  • General-purpose graph foundation models require additional development before they transfer reliably to new industrial graphs.
  • Evaluation protocols for graph models should routinely include realistic temporal splits rather than random ones.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Future graph foundation model papers could adopt GraphLand as a required transfer test alongside academic citation networks.
  • The same collection could be reused to benchmark domain-adaptation techniques or feature-engineering methods for graphs.
  • If later foundation models close the gap on these datasets, it would indicate progress toward practical cross-domain transfer.
  • Similar benchmark collections could be assembled for other structured data types such as time series or relational tables.

Load-bearing premise

The 14 collected datasets are representative of the range of industrial graph problems and the chosen temporal splits faithfully capture the distributional shifts seen in practice.

What would settle it

A graph foundation model that matches or exceeds the accuracy of the strongest GBDT baselines on a majority of the 14 GraphLand datasets when evaluated with the paper's temporal transductive and inductive splits would falsify the central claim.

read the original abstract

Although data that can be naturally represented as graphs is widespread in real-world applications across diverse industries, popular graph ML benchmarks for node property prediction only cover a surprisingly narrow set of data domains, and graph neural networks (GNNs) are often evaluated on just a few academic citation networks. This issue is particularly pressing in light of the recent growing interest in designing graph foundation models. These models are supposed to be able to transfer to diverse graph datasets from different domains, and yet the proposed graph foundation models are often evaluated on a very limited set of datasets from narrow applications. To alleviate this issue, we introduce GraphLand: a benchmark of 14 diverse graph datasets for node property prediction from a range of different industrial applications. GraphLand allows evaluating graph ML models on a wide range of graphs with diverse sizes, structural characteristics, and feature sets, all in a unified setting. Further, GraphLand allows investigating such previously underexplored research questions as how realistic temporal distributional shifts under transductive and inductive settings influence graph ML model performance. To mimic realistic industrial settings, we use GraphLand to compare GNNs with gradient-boosted decision trees (GBDT) models that are popular in industrial applications and show that GBDTs provided with additional graph-based input features can sometimes be very strong baselines. Further, we evaluate currently available general-purpose graph foundation models and find that they fail to produce competitive results on our proposed datasets.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 2 minor

Summary. The paper introduces GraphLand, a benchmark of 14 diverse industrial graph datasets for node property prediction tasks. It evaluates standard GNNs against GBDT models augmented with graph-derived features under temporal transductive and inductive splits, and further tests currently available general-purpose graph foundation models, concluding that the latter fail to produce competitive results while GBDTs can serve as strong baselines in realistic industrial settings.

Significance. If the 14 datasets and chosen evaluation protocols are representative of industrial distributional shifts, the work would usefully expand the narrow set of academic citation networks used for GNN and foundation-model evaluation, while providing concrete evidence that graph foundation models require further development to handle diverse real-world graphs. The release of a unified benchmark with temporal splits is a positive contribution.

major comments (3)
  1. [§4] §4 (Datasets): The justification that the 14 collected graphs are sufficiently representative of the range of industrial node-prediction problems is load-bearing for the central claim that graph foundation models 'fail to produce competitive results.' No quantitative comparison of dataset statistics (node/edge counts, feature types, density, temporal length) against production graphs or against existing benchmarks is provided to support this representativeness.
  2. [§5.2] §5.2 (Evaluation protocols): The claim that the temporal splits and transductive/inductive settings faithfully reproduce real industrial covariate and concept shifts is not supported by any diagnostic (e.g., distribution-shift metrics or comparison to deployment logs). This assumption directly underpins the headline finding that foundation models underperform.
  3. [Table 3] Table 3 (or equivalent results table): The reported performance gaps between foundation models and GBDT baselines lack error bars or statistical significance tests across the 14 datasets, making it impossible to assess whether the 'failure to produce competitive results' is robust or driven by a few outlier datasets.
minor comments (2)
  1. [Abstract] The abstract states the main findings but supplies no quantitative results, error bars, or dataset statistics; moving at least one summary table or key metric into the abstract would improve readability.
  2. [§3] Notation for transductive vs. inductive settings is introduced without an explicit definition or reference to prior work on temporal graph splits.

Simulated Author's Rebuttal

3 responses · 1 unresolved

We thank the referee for the constructive feedback on GraphLand. The comments raise important points about dataset representativeness, validation of evaluation protocols, and statistical presentation of results. We address each major comment below and indicate where revisions will be incorporated.

read point-by-point responses
  1. Referee: [§4] §4 (Datasets): The justification that the 14 collected graphs are sufficiently representative of the range of industrial node-prediction problems is load-bearing for the central claim that graph foundation models 'fail to produce competitive results.' No quantitative comparison of dataset statistics (node/edge counts, feature types, density, temporal length) against production graphs or against existing benchmarks is provided to support this representativeness.

    Authors: We appreciate this observation. The manuscript already details the diversity of the 14 datasets across industrial domains, node/edge scales (thousands to millions), feature types, densities, and temporal spans. We will add a supplementary table providing quantitative comparisons of these statistics against popular academic benchmarks such as Cora, CiteSeer, and ogbn-arxiv. Direct comparisons against proprietary production graphs are not feasible due to confidentiality. revision: partial

  2. Referee: [§5.2] §5.2 (Evaluation protocols): The claim that the temporal splits and transductive/inductive settings faithfully reproduce real industrial covariate and concept shifts is not supported by any diagnostic (e.g., distribution-shift metrics or comparison to deployment logs). This assumption directly underpins the headline finding that foundation models underperform.

    Authors: The temporal splits follow chronological ordering to emulate realistic industrial training-on-past/test-on-future scenarios. We agree additional diagnostics are valuable and will report distribution-shift metrics (e.g., covariate shift via feature divergences) in the revision. Direct comparison to deployment logs is not possible, as the released datasets are anonymized and we lack access to internal logs. revision: partial

  3. Referee: [Table 3] Table 3 (or equivalent results table): The reported performance gaps between foundation models and GBDT baselines lack error bars or statistical significance tests across the 14 datasets, making it impossible to assess whether the 'failure to produce competitive results' is robust or driven by a few outlier datasets.

    Authors: We agree this would improve robustness assessment. We will update all result tables to include error bars from multiple random seeds and add statistical significance tests (e.g., Wilcoxon signed-rank) across the 14 datasets. revision: yes

standing simulated objections not resolved
  • Direct quantitative comparisons to actual production graphs or deployment logs, which are unavailable due to data confidentiality and lack of access to proprietary internal logs.

Circularity Check

0 steps flagged

No circularity: empirical benchmark paper with direct comparisons only

full rationale

This paper introduces 14 new industrial graph datasets and reports direct empirical performance numbers for GNNs, GBDTs, and foundation models under specified splits. No equations, derivations, fitted parameters renamed as predictions, or load-bearing self-citations appear anywhere in the manuscript. All results are obtained by running models on the released data; the central claim (foundation models underperform) is a straightforward experimental observation whose validity rests on dataset representativeness rather than any self-referential reduction. The work is therefore self-contained against external benchmarks and receives the default non-circularity finding.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

This is an empirical benchmark paper; no mathematical derivations, fitted parameters, axioms, or new postulated entities are introduced.

pith-pipeline@v0.9.0 · 5792 in / 1045 out tokens · 20780 ms · 2026-05-23T20:25:48.150162+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Implicit Regularization of Mini-Batch Training in Graph Neural Networks

    cs.LG 2026-05 unverdicted novelty 6.0

    Random node sampling in GNN mini-batches implicitly minimizes sampled loss plus a gradient-variance regularizer, yielding performance equal or superior to full-graph training on most datasets.