ConceptioArchivearXiv CS
arXiv CSopen access

The Post-GCN Decade Revisited: Curvature-Stratified Evaluation of Relational Learning

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

arXiv:2606.06397v1 [cs.LG] 4 Jun 2026

The Post-GCN Decade Revisited: Curvature-Stratified Evaluation of Relational Learning

Shuo Wang1,2∗ Xiangyu Wang1∗ Quanxin Wang1 Bailin Wu1 Bokui Wang1 1 1 1 3 Shunyang Huang Boyan Deng Haonan Liu Ruiyi Fang Zhenxiang Xu1,4 3 1† Boyu Wang Zhao Kang 1 University of Electronic Science and Technology of China 2 Tsinghua University 3 Western University 4 Zhejiang University [email protected] [email protected]

Abstract Current evaluation practices in relational learning rely heavily on flat leaderboards that average performance across heterogeneous datasets, implicitly assuming a uniform underlying structure. We show that this assumption introduces systematic bias: it obscures geometry-dependent performance variations and can lead to misleading conclusions about model generalization. In this work, we identify intrinsic geometry as a key latent factor governing model effectiveness. We demonstrate that conventional aggregated metrics mask critical performance trade-offs that only become visible when datasets are stratified by their geometric properties. To address this issue, we introduce a curvature-stratified evaluation framework that partitions datasets into positive, negative, and near-zero curvature regimes. Our benchmark evaluates 18 representative models—including Graph Convolutional Networks (GCNs), Graph Foundation Models (GFMs), and tabular learning methods—across 14 datasets. We find that model rankings are highly stable within each curvature regime but shift significantly across regimes, indicating that performance is fundamentally geometry-dependent rather than universally transferable. Notably, we identify regimes where GFMs offer diminishing returns compared to geometry-aligned GNNs. Based on these findings, we propose a geometry-aware evaluation protocol that yields more reliable and interpretable comparisons than standard aggregated benchmarks. We release all code, curvature-stratified dataset splits, and evaluation tools to support reproducible and rigorous assessment of future relational learning methods. Code and datasets are provided in our project homepage: https://sirbabbage.github.io/CurvBench_HOME/.

1

Introduction

Relational learning seeks to model data where instances are interconnected through explicit or implicit dependencies [1, 2]. This structure is ubiquitous, spanning citation networks and molecular graphs to tabular schemas linked by foreign-key joins [3, 4, 5]. Despite their disparate origins, these settings share a fundamental abstraction: relations induce paths and higher-order connectivity that define the data’s underlying topology [6, 7]. This perspective allows us to treat both graph-structured and table-derived data as instances of a common finite-metric space, amenable to unified relational analysis [2]. Over the past decade, Graph Convolutional Networks (GCNs) have emerged as the dominant paradigm, leveraging message-passing to capture neighborhood dependencies [8, 9, 10, 11]. More ∗ †

These authors contributed equally. Corresponding author.

Preprint.

recently, the field has moved toward high-capacity Graph Foundation Models (GFMs) [12, 13, 14, 15] and non-Euclidean architectures [16, 17]. This rapid expansion has been fueled by large-scale benchmarks that provide a standardized arena for competition [18]. However, these benchmarks almost exclusively rely on "flat" leaderboards: performance is averaged across heterogeneous datasets, implicitly assuming that "relational data" is a monolithic category with a uniform underlying structure [4, 19, 20]. We argue that this assumption is fundamentally flawed and has led to a systematic evaluation bias. Relational datasets differ not only in scale or sparsity but in their intrinsic geometry—the latent curvature that governs how information propagates and how representations collapse [7, 21, 22, 17]. By aggregating results across geometrically distinct datasets (e.g., merging tree-like citation networks with grid-like molecules), current evaluation protocols marginalize over structural differences [4, 19]. This obscures systematic performance trade-offs, making it impossible to discern whether a model’s success is due to architectural superiority or a lucky alignment with the dominant geometry of the benchmark’s dataset mix [20, 18]. While a growing body of work has introduced hyperbolic, spherical, and mixed-curvature models to match specific data topologies, the evaluation paradigm has remained stagnant [16, 23, 24, 25]. Models designed for specialized geometric regimes are still judged by global averages that hide their true utility [26, 27, 28, 29]. This creates a geometric mismatch between model design and model assessment: we design for curvature, yet we evaluate for the "average". In this work, we bridge this gap by showing that intrinsic geometry is a key latent factor governing model effectiveness. We demonstrate that conventional aggregated metrics mask critical performance shifts that only become visible when datasets are stratified by their geometric properties. We find that while model rankings are remarkably stable within a homogeneous geometric regime, they often flip when moving across regimes. Notably, we identify structural conditions where emerging GFMs offer diminishing returns compared to simpler, geometry-aligned GNNs. To address this, we introduce C URV B ENCH, a curvature-stratified audit framework for relational learning. C URV B ENCH partitions 14 diverse datasets into positive, negative, and near-zero curvature regimes. By evaluating 18 representative models across these strata, we shift the focus from a single global leaderboard to regime-conditioned diagnostics. Our contributions are as follows: • We develop a framework based on curvature statistics (mean and skewness) to categorize both graph and tabular datasets into geometrically meaningful regimes. • We evaluate 18 methods—spanning GCNs, GFMs, and tabular models—revealing that performance is fundamentally geometry-dependent rather than universally transferable. • We formalize a regime-stratified methodology that replaces flat leaderboards with geometryaware comparisons, providing more reliable and interpretable insights for model selection. • We release all code, curvature-stratified splits, and diagnostic tools to support a more rigorous and structurally-aware assessment of future relational learning research.

2

Graph Curvature

Graphs as finite metric spaces. Let G = (V, E, X) be an attributed graph with adjacency matrix A. We regard G as a finite metric space (V, dG ), where dG (u, v) is the shortest-path distance between nodes u and v. For disconnected graphs, all quantities are computed over finite-distance pairs. Let N (m) = {v ∈ V : (m, v) ∈ E},

diamf (G) =

max u,v: dG (u,v)<∞

dG (u, v).

Midpoint curvature residual. For a center node m, we approximate a local metric section by an unordered neighbor pair {b, c} ⊂ N (m), and use an anchor node a ̸= m to probe deviation from Euclidean midpoint geometry [30, 31]. For every valid quadruple (a, b, c; m), we define  1 1 ∆G (a, b, c; m) = dG (a, m)2 + dG (b, c)2 − dG (a, b)2 + dG (a, c)2 , 4 2 and the normalized midpoint curvature residual ξG (a, b, c; m) = 2

∆G (a, b, c; m) . 2dG (a, m)

(1)

In Euclidean midpoint geometry, ξG = 0. Negative values signify thinner-than-Euclidean local triangles and geodesic divergence, whereas positive values indicate fatter-than-Euclidean local geometry. Consequently, the sign and distribution of ξG provide a robust discrete signal for identifying the local curvature regime [7, 21]. Node-level curvature. Let  Pm = {b, c} : b, c ∈ N (m), b < c ,

Am = {a ∈ V \ {m} : 0 < dG (a, m) < ∞}.

The raw curvature estimate of node m is X 1 κ bG (m) = |Pm |

X 1 ξG (a, b, c; m), |Am |

{b,c}∈Pm

(2)

a∈Am

with κ bG (m) = 0 when |Pm | = 0. For cross-dataset comparison, we use the diameter-normalized relative curvature κ bG (m) κG (m) = . (3) diamf (G) Graph-level curvature distribution. CURVBENCH represents P each graph by the empirical distribution of its node-level relative curvature values µG = |V1 | m∈V θκG (m) , where θx denotes the Dirac measure, i.e., a unit point mass at value x. Thus, µG is the P empirical distribution of {κG (m) : m ∈ V }. We summarize µG by its mean curvature κ̄(G) = |V1 | m∈V κG (m) and by its curvature skewness. Let

σκ (G) =

1 X 2 (κG (m) − κ̄(G)) |V |

!1/2 .

(4)

m∈V

The curvature skewness is the third standardized central moment [32]  X  κG (m) − κ̄(G) 3   1 , σκ (G) > 0, σκ (G) γκ (G) = |V | m∈V   0, σκ (G) = 0.

(5)

While κ̄(G) quantifies the average signed curvature, γκ (G) captures the asymmetry of the curvature distribution. Specifically, positive values denote a right-skewed tail of high-curvature nodes, negative values indicate a left-skewed tail of low-curvature nodes, and values near zero suggest a balanced distribution. Detailed code and descriptions for metrics are given in Appendix E.

3

The Setup of C URV B ENCH

3.1

Datasets Table 1: Statistics of natural graph datasets. Regime

Dataset

Domain

#Nodes

#Edges

#Homophily

#Avg Degree

#Features

#Classes

#Mean Curv κ̄(G)

#Skewness γκ (G)

Near-zero

Cora [33] Citeseer [33] PubMed [33]

Citation Citation Citation

2,708 3,327 19,717

5,278 4,552 44,324

0.8100 0.7355 0.8024

3.90 2.74 4.50

1,433 3,703 500

7 6 3

0.00749 0.00222 0.00678

0.08401 0.38363 0.43122

Positive

Cornell [34] Airport [17] Actor [34]

Webpage/WebKB Transportation Wikipedia

183 7,543 7,600

298 18,508 30,019

0.1309 0.4289 0.2188

1.63 4.91 3.95

1,703 7,543 932

5 4 5

0.01050 0.00213 0.12039

0.81561 1.33127 1.30001

Negative

Disease [17] Telecom [35] CS_Phds [36]

Epidemiological Telecommunication Academic/Social

1,044 41,143 1,025

1,042 41,424 1,043

0.8752 0.5620 0.2819

0.998 1.01 2.04

1,000 240 16

2 3 4

-0.00335 -1.14371 -0.00301

-1.48057 -11.82744 -1.53958

CURVBENCH evaluates 14 relational datasets, including nine natural graphs and five table-derived graphs, spanning diverse scales, homophily levels, and application domains. Geometric descriptors—mean curvature κ̄(G) and curvature skewness γκ (G)— characterize the underlying structural regimes. This distinction is crucial, as near-zero mean curvature alone can obscure highly asymmetric curvature distributions. Based on these metrics, we partition datasets in Table 1 into three regimes: (i) near-zero geometry, where |κ̄(G)| < 0.01 and |γκ (G)| < 0.5; (ii) positively curved; 3

Table 2: Statistics of table-derived datasets. Dataset

Domain

#Orig. Tables

#Rows

#Columns

#Nodes

#Edges

#Avg Degree

#Features

#Classes

#Mean Curv κ̄(G)

#Skewness γκ (G)

Carcinogenesis [37] Hepatitis PTE [38] Toxicology F1 [2]

Medicine Medicine Medicine Medicine Sports

6 7 38 4 9

27,570 12,927 29,762 49,239 97,606

23 26 76 11 77

28,027 12,927 29,850 49,813 97,606

8,982 13,016 18,805 18,267 192,560

0.6410 2.0138 1.2600 0.7334 3.9457

300 300 300 300 300

3 3 3 3 40

0.00034 0.00024 0.00031 0.00021 1.11301

9.42658 4.21239 9.74080 12.06911 -2.26907

and (iii) negatively curved. Table-derived graphs in Table 2 exhibit a geometry pattern that is not captured by mean curvature alone. Four medical datasets have nearly zero mean curvature, κ̄(G) ∈ [0.00021, 0.00034], but extremely positive skewness γκ (G) ∈ [4.21, 12.07], indicating strong positive curvature tails despite an apparently flat average profile. This curvature-aware taxonomy enables stratified evaluation, allowing model performance to be analyzed through geometryconditioned inductive biases rather than relying on aggregate rankings. 3.2

Compared models

We evaluate 18 representative models grouped by their geometric inductive biases, enabling performance to be interpreted through curvature-conditioned behavior rather than a single aggregate leaderboard. Geometry-agnostic and Euclidean methods. This group includes MLP as a feature-only baseline, along with GCN, GAT, and GraphSAGE as standard flat-space message passing architectures, and PCNet for Euclidean spectral filtering [8, 10, 9, 39]. These models serve as a reference regime, capturing scenarios where flat aggregation and feature separability are sufficient, particularly in near-zero-curvature settings. Hyperbolic methods. HGNN, HGCN, HAT, and HyboNet embed graph representations in negatively curved spaces via Riemannian message passing, hyperboloid convolution, or hyperbolic attention [24, 17, 40, 41]. They test whether fixed negative-curvature inductive biases are advantageous for hierarchical or tree-like structures. Flexible-geometry methods. QGCN and CUSP relax the assumption of a single global geometry by employing pseudo-Riemannian metrics or mixed-curvature spectral filtering [28, 29]. These models are designed for graphs with heterogeneous local structure, where multiple geometric regimes may coexist. Adaptive Riemannian method. GraphMoRE dynamically assigns nodes to geometry-specific experts through topology-aware gating, constructing personalized mixed-curvature representations [42]. This setting tests whether local curvature heterogeneity is better handled through adaptive routing rather than fixed global geometry. Graph foundation models (GFMs). We include recent GFMs to examine whether multi-domain pre-training mitigates or preserves curvature-dependent behavior. GCOPE [13], MDGPT [14], and SAMGPT [43] rely on token-based or prompt-based adaptation; MDGFM [15] incorporates structure learning; GraphGluing [44] performs manifold-level alignment; and SA2GFM [45] injects hierarchical structural semantics. Together, this suite enables a systematic comparison between classical geometric models and modern pretrain-and-adapt approaches under a unified curvature-stratified evaluation protocol. 3.3

Implementation details

Dataset settings for GFMs. We follow the standard evaluation protocol used in prior GFM studies. Specifically, we adopt a 3-fold split in which six datasets are used for pre-training and the remaining three for tuning and evaluation. To ensure geometric diversity, the pre-training set includes two datasets from each curvature regime. Detailed dataset splits and configurations are provided in Appendix B. Hyperparameter optimization. To ensure fair and reproducible comparisons, we adopt default hyperparameters from the original implementations whenever available, and perform grid search over key hyperparameters within predefined ranges for each method. For each dataset–task pair, we report the best-performing configuration based on validation performance. All results are averaged over five 4

random seeds, and we report the mean along with standard deviation. More implementation details are summarized in Appendix C.

4

Motivation and Theoretical Grounding

CURVBENCH is motivated by two fundamental questions. First, why should graph curvature influence the suitability of a representation geometry? Second, if curvature systematically affects model behavior, how should models be compared across heterogeneous regimes? Standard evaluation protocols implicitly assume that a single aggregate leaderboard provides a meaningful comparison. Formally, a model M is evaluated under a benchmark mixture as X Rπ,t (M ) = πr Rr,t (M ), r∈R

where r indexes curvature regimes in R, t denotes the task, and πr are mixture weights over regimes. Rr,t (M ) denotes the average evaluation score of model M on task t within curvature regime r. However, this aggregation obscures regime-dependent behavior. If two models exchange their relative performance across regimes, then varying the mixture weights π can reverse their global ranking while leaving all per-dataset results unchanged. Consequently, a global leaderboard is not an intrinsic property of a model, but rather a function of the benchmark composition. This observation motivates a shift from global rankings to regime-conditioned evaluation. CURVBENCH preserves two key structures: (i) curvature mismatch as a fundamental limitation on representation geometry, and (ii) regime-conditioned performance gaps as indicators of preference variation across geometric settings. All proofs in this section are in Appendix D. 4.1

Curvature mismatch as a metric obstruction

Let (V, dG ) be the finite metric space induced by a graph G, and let h : V → M be an embedding into a representation metric space (M, dM ). A quadruple q = (a, b, c; m) is valid if b ̸= c, b, c ∈ N (m), and 0 < dG (a, m) < ∞. For any metric space (X , dX ) whose underlying points contain a, b, c, m, we define  dX (a, m)2 + 14 dX (b, c)2 − 12 dX (a, b)2 + dX (a, c)2 , (6) ξX (q) = 2dX (a, m) where ξX (q) is the midpoint curvature residual used by CURVBENCH, written for an arbitrary metric space. Since ξX is homogeneous of degree one in distances, we compare graph and representation metrics after a global scale calibration [46, 47]. For λ > 0, define disλ∞ (h; G, M) =

max u,v: dG (u,v)<∞

|dM (h(u), h(v)) − λdG (u, v)| .

(7)

For any valid quadruple q = (a, b, c; m), we denote by h(q) = (h(a), h(b), h(c); h(m)) the corresponding quadruple after embedding. Theorem 4.1 (Curvature mismatch lower-bounds metric distortion). Let D = diamf (G) and δ = disλ∞ (h; G, M). If δ < λ/2, then for every valid quadruple q in G, |ξM (h(q)) − λξG (q)| ≤ CD δ,

(8)

where one admissible constant is CD = 12 + 85 (2D + 1)2 + 54 (2D + 1). Consequently, for any distribution QG over valid quadruples, Eq∼QG [|ξM (h(q)) − λξG (q)|] ≤ CD disλ∞ (h; G, M).

(9)

For an embedding class H, define DistλH (G, M) = inf h∈H disλ∞ (h; G, M), and λ ηH (G, M) = inf Eq∼QG [|ξM (h(q)) − λξG (q)|] . h∈H

If DistλH (G, M) < λ/2, then DistλH (G, M) ≥ 5

λ ηH (G, M) . CD

(10)

(11)

The result follows from the fact that ξ is Lipschitz with respect to the four distances d(a, m), d(b, c), d(a, b), and d(a, c), provided the denominator is bounded away from zero; the condition δ < λ/2 ensures this for all valid quadruples. This establishes a direct link between metric distortion and curvature preservation: any embedding that approximately preserves pairwise distances must also preserve midpoint curvature residuals up to controlled error. Conversely, systematic mismatch in curvature residuals certifies the presence of non-negligible metric distortion. This provides a geometric explanation for curvature-dependent model behavior. Euclidean representations are naturally aligned with near-zero residuals, hyperbolic representations with negative residuals, and mixed or adaptive geometries with graphs whose curvature varies across regions. 4.2

Regime-conditioned orders estimate preference variation

The previous result explains why different curvature regimes may favor different representation geometries. We now show what CURVBENCH measures when it compares model orders within and across regimes. Let M0 = {M1 , . . . , MN } be the evaluated models. For a graph G and task t, let ℓi (G) be the empirical loss of model Mi . For tolerance ϵ ≥ 0, define the pairwise comparison state  ϵ Zij (G) = signϵ ℓj (G) − ℓi (G) , signϵ (x) = sign(x)1{|x| ≥ ϵ}. (12) The state 0 treats statistically indistinguishable models as incomparable, so the induced order is partial rather than artificially total. For each regime r ∈ R, define  ϵ pzij,r = PG∼Dr,t Zij (G) = z , z ∈ {−1, 0, +1}. (13) The normalized distance between two empirical partial orders is 1 X  ϵ ϵ 1 Zij (G) ̸= Zij (G′ ) . (14) dϵ (G, G′ ) = N  2

i<j

Theorem 4.2 (Within–cross order gap is between-regime preference variance). Assume K = |R| ≥ 2 regimes are sampled uniformly. Let G, G′ be independent graphs. Under within-regime sampling, both graphs are drawn from the same randomly selected regime. Under cross-regime sampling, they are drawn from two different randomly selected regimes. Then E [dϵ (G, G′ ) | cross] − E [dϵ (G, G′ ) | within] X X  K = Varr∼Unif(R) pzij,r ≥ 0. (15)  N (K − 1) 2 i<j z∈{−1,0,+1} The gap is zero if and only if every model-pair comparison distribution {pzij,r }z is invariant across curvature regimes. P z 2 For a fixed model P zpairz(i, j), within-regime agreement depends on z (pij,r ) , while cross-regime depends on z pij,r pij,s for r ̸= s. The difference between these quantities is exactly the variance of the comparison-state probabilities across regimes. Averaging over all model pairs yields Eq. (15). Therefore, the within–cross order gap is not merely an empirical observation; it provides a direct estimate of between-regime variation in model preferences. If curvature has no effect on model behavior, then pzij,r is invariant across regimes and the gap vanishes. Conversely, if different curvature regimes favor different inductive biases, the variance is strictly positive, and cross-regime rankings are necessarily less stable. A global leaderboard collapses this variability into a single aggregate score, obscuring regimedependent behavior. In contrast, regime-conditioned partial orders preserve this information, enabling a more faithful comparison of models across heterogeneous graph geometries.

5

Experimental Results and Analyses

5.1

Curvature-stratified Model Rankings

Rather than relying on a single global leaderboard, we evaluate whether model-induced rankings are more consistent within the same curvature regime than across different regimes. This aligns with 6

the central premise of CURVBENCH: model performance is governed by the interaction between a model’s geometric inductive bias and the intrinsic geometry of the graph. Table 3: Performance on Node Classification task. We highlight the top-3 results with red bolded, red and bolded. Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCN GAT GraphSAGE MLP PCNet

80.36±0.71 80.72±0.70 88.30±0.21 56.12±1.05 88.08±0.44

68.68±0.65 67.50±1.64 74.89±0.65 54.18±0.87 75.59±0.25

78.12±0.28 77.08±0.32 88.48±0.05 71.27±0.38 89.97±0.11

79.18±0.98 82.82±0.78 48.80±0.27 85.07±0.55 45.51±0.13

38.37±3.52 44.32±4.52 73.51±3.52 68.10±2.26 61.08±4.52

31.31±0.62 28.67±0.60 32.84±0.56 37.46±0.62 33.45±0.97

83.82±5.58 90.62±1.41 95.60±1.45 79.90±0.00 78.56±0.92

85.85±0.64 79.73±0.19 92.90±3.08 88.15±0.04 87.49±0.04

35.51±2.87 26.83±0.00 26.73±6.15 26.83±0.00 31.51±0.44

HAT HGNN HyboNet HGCNN

81.60±0.32 78.52±0.63 75.16±0.84 76.74±0.78

70.99±0.28 67.62±0.81 70.23±1.20 67.22±1.01

78.74±0.46 76.54±0.43 73.58±0.45 75.88±0.33

59.22±5.53 83.51±2.47 60.88±4.17 60.23±2.20

36.84±0.03 61.08±1.32 36.22±1.06 61.08±0.96

34.64±0.44 28.92±0.68 26.67±1.32 28.80±0.23

77.51±0.30 77.72±2.15 77.01±4.59 77.92±1.56

87.92±0.02 93.16±0.97 62.03±7.32 93.16±1.70

26.82±0.00 24.41±2.87 26.73±0.19 43.63±2.86

CUSP QGCN

76.94±0.95 79.80±0.41

68.20±1.28 67.32±0.26

66.36±2.31 75.90±1.03

58.65±2.24 61.07±0.74

40.54±1.00 54.59±2.02

24.81±1.26 26.74±0.55

85.79±1.87 83.31±1.42

66.73±5.01 98.25±0.05

29.65±3.47 45.39±2.33

GraphMoRE

81.06±0.33

68.30±0.78

76.34±1.12

90.42±1.32

40.54±3.42

24.49±0.81

96.11±0.77

93.40±0.31

37.45±2.82

Table 4: AUC results on Link Prediction (LP) task. Datasets and baselines are divided into different regimes. We highlight the top-3 results with red bolded, red and bold. Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCN GAT GraphSAGE MLP PCNet

91.87±1.01 92.07±0.42 72.74±2.42 83.08±0.96 74.40±1.94

92.09±0.87 92.83±0.62 74.40±1.73 88.88±1.54 72.24±1.38

92.82±0.31 91.77±0.20 84.02±1.16 86.97±0.56 93.39±0.27

94.79±0.57 93.80±0.45 79.04±0.83 91.67±0.62 79.67±0.78

64.60±5.81 70.06±8.74 58.59±9.80 66.06±6.03 54.61±9.92

80.11±0.65 80.48±0.88 61.34±1.21 69.95±0.67 61.69±0.68

47.78±4.97 49.64±5.47 49.95±0.11 50.72±4.98 59.11±3.97

71.53±0.40 73.87±0.61 60.52±1.05 73.76±0.76 64.61±1.02

42.50±0.98 61.35±4.24 36.91±0.02 50.00±0.00 84.28±1.22

HGNN HGCNN HyboNet

74.33±0.49 83.54±1.72 87.88±2.11

86.29±0.38 88.03±0.66 77.40±0.82

92.23±0.20 93.83±0.06 91.19±0.60

92.81±0.27 93.33±0.56 96.29±0.63

66.02±5.47 69.75±0.58 66.99±3.77

68.79±0.32 79.37±0.35 82.18±1.05

51.87±1.77 62.59±7.89 40.56±2.89

76.23±0.20 56.01±1.70 49.84±0.61

49.72±4.45 52.45±1.46 62.54±4.50

CUSP QGCN

88.33±1.56 88.00±0.42

93.98±1.40 87.24±0.59

63.74±0.70 93.51±0.20

75.74±0.98 95.92±0.14

64.67±7.20 62.58±3.66

71.93±1.11 79.19±0.41

27.20±5.78 72.74±1.53

68.39±0.75 65.64±0.67

40.34±5.84 54.29±1.50

GraphMoRE

96.50±0.36

98.39±0.18

98.63±0.20

96.30±0.42

64.19±4.81

85.54±0.45

74.22±2.30

72.92±0.44

42.10±7.47

Observation 1: Curvature regimes induce coherent top-model partial orders. We first test whether curvature regimes organize model behavior by comparing dataset-induced model rankings. For each dataset, models are sorted by mean performance and converted into a top-3 truncated ranking: the top three models retain their exact ranks, while all remaining models are grouped into a shared lower tier. This focuses the analysis on the dominant inductive biases revealed by the benchmark. On node classification, the proposed curvature grouping yields substantially higher within-regime than cross-regime ranking consistency. The average top-3 truncated Spearman correlation [48] is 0.539 within regimes versus 0.036 across regimes, corresponding to a gap of 0.503. The same trend holds for Kendall correlation (0.512 vs. 0.031) [49] and top-3 Jaccard overlap (0.567 vs. 0.159) [50]. Importantly, among all 280 balanced 3-3-3 partitions of the nine datasets, the proposed curvature grouping achieves the largest within-minus-cross gap under all three metrics, yielding an exact regrouping significance of p = 1/280 = 0.0036. Results in Table 3 and Table 4 provide strong evidence that curvature is not merely a post-hoc descriptor, but a meaningful organizing principle for model behavior. Datasets within the same curvature regime exhibit substantially more similar top-model preferences than datasets across regimes, supporting the use of curvature-conditioned partial orders rather than a single global leaderboard. Observation 2: Curvature regimes reorganize effective inductive biases. We next examine which model families dominate top-performing positions across regimes. Models are grouped by their geometric inductive biases: Euclidean, fixed hyperbolic, mixed or pseudo-Riemannian, and adaptive Riemannian. The composition of top-performing models changes markedly with curvature. In the near-zero regime, Euclidean methods dominate, winning all three datasets and occupying 66.7% of the top-3 positions. Moreover, Cora, Citeseer, and PubMed share an almost identical top-3 set—GraphSAGE, PCNet, and HAT—up to minor rank variations, indicating that flat aggregation and spectral filtering are well aligned with near-zero curvature structure. 7

In the positive regime, Euclidean models remain competitive, winning two of three datasets and accounting for 55.6% of top-3 placements. However, the inductive bias shifts: MLP appears in the top-3 across all datasets, suggesting that in positively curved (compact or clustered) graphs, node attributes become more predictive than relational structure. The negative regime exhibits the most pronounced reorganization. Mixed and adaptive Riemannian methods win all three datasets and occupy 55.6% of top-3 positions, while Euclidean methods drop to 0%. This sharp transition indicates that Euclidean models are not inherently weak, but rather regime-limited: their failure in negatively curved graphs reflects a mismatch between flat geometry and hierarchical or tree-like structure. We further quantify this interaction via variance decomposition after per-dataset normalization. Incorporating a family-by-regime interaction term increases explained variance from 0.0596 to 0.1063, with the interaction accounting for 43.95% of the explained variance. Results show that model performance is governed by the alignment between geometric inductive bias and graph curvature, rather than by a globally dominant model family. 5.2

Geometry-conditioned behavior of Graph Foundation Models

Table 5: Performance of GFMs under 1-shot and 5-shot scenarios. OOM means Out-Of-Memory. 1-shot scenario Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCOPE MDGPT MDGFM SAMGPT GraphGluing SA2GFM

33.19±6.05 44.58±7.83 43.27±7.28 44.64±14.94 32.22±1.33 40.25±8.05

37.38±7.46 39.04±10.53 41.20±6.31 36.03±8.41 28.48±6.59 29.98±7.81

41.49±4.35 53.36±10.72 51.52±9.34 45.24±8.45 45.90±4.70 45.79±8.90

19.22±8.35 18.28±17.07 18.70±5.03 19.12±9.20 41.37±2.77 25.63±5.95

24.62±9.36 29.26±6.27 35.14±9.02 33.84±8.54 32.51±11.25 20.99±5.45

24.30±1.85 20.01±4.33 20.74±2.15 19.72±5.88 24.10±2.25 18.53±2.09

73.08±12.69 52.42±9.43 57.84±10.77 60.28±11.04 79.67±0.18 51.12±13.39

54.82±13.10 36.56±12.55 OOM 45.12±13.49 OOM OOM

26.21±2.11 25.29±2.30 25.56±2.11 25.36±6.92 26.15±2.45 25.92±2.75

Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCOPE MDGPT MDGFM SAMGPT GraphGluing SA2GFM

61.40±1.88 60.86±4.86 64.93±4.43 64.62±9.89 52.52±6.06 50.91±6.57

52.42±5.26 58.68±6.93 58.10±4.55 53.76±5.70 44.05±2.08 38.25±4.18

58.56±1.79 59.86±6.83 65.65±5.30 56.16±7.27 66.14±1.71 53.40±8.94

20.95±4.32 22.78±10.44 19.92±3.88 21.28±6.74 42.46±1.11 25.95±9.77

68.03±4.33 44.98±7.18 60.10±7.78 52.24±6.18 40.33±10.72 22.83±7.34

24.55±2.07 21.28±4.21 21.12±1.67 19.92±6.24 23.47±1.75 19.35±2.96

79.44±0.58 54.68±9.71 63.55±8.69 68.32±9.88 80.42±0.73 56.77±10.84

72.16±8.37 38.74±9.13 OOM 58.56±11.62 OOM OOM

26.70±1.95 26.86±2.27 26.81±2.42 27.12±6.40 26.63±1.67 26.05±1.87

5-shot scenario

We further evaluate recent GFMs under the same curvature-stratified protocol. The evaluated methods span representative transfer mechanisms, including virtual-node coordination, domain/structure tokenization, topology alignment, Riemannian gluing, and structure-aware augmentation. This setup enables a sharper question: do GFMs eliminate the need for curvature-aware evaluation, or merely introduce new geometry-conditioned inductive biases? Observation 3: 1-shot GFM rankings remain curvature-conditioned. The 1-shot regime is most diagnostic, as performance is dominated by transferred inductive bias rather than target supervision. Under top-3 truncated rankings, model orderings are substantially more consistent within curvature regimes than across them: Spearman correlation increases from −0.102 to 0.269, and Kendall correlation from −0.086 to 0.222. Among all 280 balanced 3-3-3 partitions of the nine datasets, our curvature grouping ranks in the top 5% (Spearman) and 6.1% (Kendall), confirming that it captures a meaningful axis of transfer behavior. Crucially, the leading GFM varies by regime. On near-zero graphs, MDGPT and MDGFM achieve the best 1-shot means (45.66 and 45.33), indicating that token- or prompt-based alignment is well-suited to citation-like structures. On positive graphs, GraphGluing becomes dominant (mean 32.66), largely driven by Airport. On negative graphs, GraphGluing again achieves the strongest available-case performance, while GCOPE is the best complete-coverage method due to OOM failures of several competitors on Telecom. Overall, GFMs do not collapse CURVBENCH into a geometry-agnostic leaderboard. Instead, performance depends on how inductive biases interact with curvature. A flat 1-shot average favors GraphGluing if OOM cases are ignored, whereas a complete-coverage view favors GCOPE. The regime-aware view is more informative: MDGPT/MDGFM excel on near-zero graphs, GraphGluing dominates structurally demanding regimes when feasible, and GCOPE offers the most robust coverage. 8

Observation 4: Extra labels reveal a geometry–scalability frontier. Increasing supervision from 1-shot to 5-shot yields highly uneven gains across regimes. Averaged over GFMs, near-zero graphs improve by 15.95, positive graphs by 6.97, and negative graphs by only 4.49. Dataset-level trends reinforce this pattern: Airport gains 1.84, Actor 0.38, and CS_Phds 0.95. This suggests that citation-like graphs are primarily label-limited, whereas several non-citation graphs remain geometryor structure-limited even with additional supervision. This exposes a fundamental trade-off. Geometry-intensive methods such as GraphGluing can achieve strong performance on structurally distinctive regimes, but their advantage is conditional on scalability. In contrast, lighter coordination or prompting approaches—especially GCOPE—are less specialized but provide broader coverage and stronger label elasticity (e.g., GCOPE improves by 14.43 and is among the few methods that handle Telecom). Therefore, GFM evaluation should jointly report curvature regime, shot elasticity, and feasibility, as OOM behavior is itself a manifestation of transfer difficulty rather than an implementation detail. 5.3

Performance on table-derived graphs Table 6: Performance on table-derived graphs. Baselines

Carcinogenesis

Hepatitis

PTE

Toxicology

F1

GCN GAT GraphSAGE MLP PCNet

57.27±5.07 60.30±4.59 65.45±1.27 54.55±0.00 53.03±2.14

83.19±0.44 79.80±1.29 81.80±1.30 70.80±1.78 84.20±1.92

79.66±1.82 78.33±3.11 81.67±0.00 79.00±0.91 81.00±1.49

54.78±1.58 52.75±1.29 55.07±1.02 55.07±0.20 52.46±0.65

4.70±0.70 4.25±0.14 4.10±0.14 3.96±0.40 3.90±0.27

HGNN HAT HGCNN HyboNet

62.42±2.42 70.84±1.47 61.21±1.21 43.63±1.76

66.80±0.40 59.19±0.44 64.20±0.40 67.59±5.38

77.00±1.25 85.66±3.02 65.33±3.86 43.33±5.55

53.33±2.13 40.57±4.09 51.59±1.48 44.92±5.55

4.02±0.46 40.84±5.77 4.73±0.16 4.11±0.21

CUSP QGCN

57.57±7.66 63.33±2.42

80.40±1.20 67.20±2.23

51.66±10.90 55.33±1.25

54.87±0.57 53.04±2.35

5.04±0.25 4.47±0.50

GraphMoRE

54.55±5.07

81.00±1.67

78.33±1.05

53.91±0.58

4.16±0.12

Observation 5: Table-derived graphs expose tail-driven geometry. As shown in Table ??, model behavior on table-derived graphs is highly non-uniform. HAT wins three of five datasets and dominates F1 (40.84 vs. 5.04), but drops to the bottom tier on Hepatitis and Toxicology, where Euclidean methods remain strong. This suggests a construction-induced mixed regime: performance depends less on mean curvature κ̄(G) and more on asymmetric (tail) curvature mass introduced by table construction. Hyperbolic attention acts as a high-variance specialist, excelling when curvature tails are pronounced, while Euclidean methods provide more stable baselines. Rank-Shift Heatmap GraphSAGE (flat #1)

1

4

2

1

GraphMore (flat #2)

3

2

1

4

PCNet (flat #3)

2

6

3

2

8 6

GCN (flat #4)

·

3

1

1

4

HGNN (flat #5)

3

3

3

2

2

GAT (flat #6)

·

3

1

2

0

Rank shift vs. Flat Avg

Models ordered by flat average

Thus, both κ̄(G) and γκ (G) are needed to explain performance; a flat average obscures this specialist–robustness trade-off.iled curvature profiles, where a small subset of nodes or edges carries disproportionately large geometric signal.

4 3 3 6 HAT (flat #7) To sum up, Figure 1 demonstrates 2 1 · 6 3 QGCN (flat #8) that model rankings are highly sen· 3 5 1 HGCNN (flat #9) sitive to the underlying data regime. 4 2 9 1 2 MLP (flat #10) A model’s standing can shift substan6 · · · 2 CUSP (flat #11) tially once evaluation is conditioned 8 2 · · · on curvature-stratified datasets, inHyboNet (flat #12) e d ro ve dicating that model performance is iv ve ti ze at ri si rPo Neg Nea Table-de Curvature-stratified views not an intrinsic, context-independent k = k places better than the flat leaderboard | k = k places worse | · = unchanged property. Additional analyses in Appendix G reinforce these conclusions Figure 1: Rank-shift heatmap. through several diagnostic lenses: We find that flat leaderboards induce significant task-dependent rank distortions, obscuring localized performance gains; While broad within-

9

task trends remain stable, specific metric choices can alter the composition of "top-tier" model sets, particularly in non-flat regimes; Node Classification and Link Prediction emphasize distinct structural signals, even when evaluated within the same curvature regime; Evaluation of GFMs must transcend few-shot accuracy to include label elasticity and coverage. Together, these results demonstrate that a reliable evaluation of relational learning must jointly account for geometry, task objectives, metric selection, and computational feasibility. Reducing model capability to a single aggregate score is no longer sufficient for the current research landscape.

6

Conclusion and Future Work

We introduced C URV B ENCH, a comprehensive curvature-stratified benchmark for relational learning. Our evaluation demonstrates that conventional flat leaderboards often obscure significant regimedependent behaviors; while model rankings remain coherent within specific curvature regimes, they shift substantially across different geometries, tasks, and metrics. Consequently, model efficacy should be interpreted as the alignment between a model’s inductive bias and the structural geometry of the data, rather than a singular, context-independent score. Reliable assessment must therefore transcend simple accuracy to incorporate label elasticity, coverage, specialist–robustness trade-offs, and computational efficiency. These findings suggest two parallel trajectories for the field. First, evaluation protocols must move toward stratified, coverage-aware diagnostics that reveal the specific conditions under which a model succeeds. Second, future relational learning systems should transition from fixed inductive biases toward geometry-adaptive architectures capable of inferring, selecting, or composing appropriate biases directly from the data. By making benchmark design structurally aware, we can better characterize the fundamental strengths and limitations of the next generation of graph and foundation models.

10

References [1] Matthias Fey, Weihua Hu, Kexin Huang, Jan Eric Lenssen, Rishabh Ranjan, Joshua Robinson, Rex Ying, Jiaxuan You, and Jure Leskovec. Relational deep learning: Graph representation learning on relational databases. arXiv preprint arXiv:2312.04615, 2023. [2] Joshua Robinson, Rishabh Ranjan, Weihua Hu, Kexin Huang, Jiaqi Han, Alejandro Dobles, Matthias Fey, Jan Eric Lenssen, Yiwen Yuan, Zecheng Zhang, Xinwei He, and Jure Leskovec. Relbench: A benchmark for deep learning on relational databases. In Advances in Neural Information Processing Systems, Datasets and Benchmarks Track, 2024. [3] Christopher Morris, Nils M. Kriege, Franka Bause, Kristian Kersting, Petra Mutzel, and Marion Neumann. Tudataset: A collection of benchmark datasets for learning with graphs. arXiv preprint arXiv:2007.08663, 2020. [4] Zhenqin Wu, Bharath Ramsundar, Evan N. Feinberg, Joseph Gomes, Caleb Geniesse, Aneesh S. Pappu, Karl Leswing, and Vijay Pande. Moleculenet: A benchmark for molecular machine learning. Chemical Science, 9(2):513–530, 2018. [5] Myung Jun Kim, Leo Grinsztajn, and Gael Varoquaux. Carte: Pretraining and transfer for tabular learning. In International Conference on Machine Learning, pages 23843–23866. PMLR, 2024. [6] Michael M. Bronstein, Joan Bruna, Taco Cohen, and Petar Veličković. Geometric deep learning: Grids, groups, graphs, geodesics, and gauges. arXiv preprint arXiv:2104.13478, 2021. [7] Yann Ollivier. Ricci curvature of markov chains on metric spaces. Journal of Functional Analysis, 256(3):810–864, 2009. [8] Thomas N. Kipf and Max Welling. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Representations, 2017. [9] William L. Hamilton, Rex Ying, and Jure Leskovec. Inductive representation learning on large graphs. In Advances in Neural Information Processing Systems, 2017. [10] Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, and Yoshua Bengio. Graph attention networks. In International Conference on Learning Representations, 2018. [11] Michael Schlichtkrull, Thomas N. Kipf, Peter Bloem, Rianne van den Berg, Ivan Titov, and Max Welling. Modeling relational data with graph convolutional networks. In European Semantic Web Conference, pages 593–607. Springer, 2018. [12] Zehong Wang, Zheyuan Liu, Tianyi Ma, Jiazheng Li, Zheyuan Zhang, Xingbo Fu, Yiyang Li, Zhengqing Yuan, Wei Song, Yijun Ma, Qingkai Zeng, Xiusi Chen, Jianan Zhao, Jundong Li, Meng Jiang, Pietro Liò, Nitesh Chawla, Chuxu Zhang, and Yanfang Ye. Graph foundation models: A comprehensive survey. arXiv preprint arXiv:2505.15116, 2025. [13] Haihong Zhao, Aochuan Chen, Xiangguo Sun, Hong Cheng, and Jia Li. All in one and one for all: A simple yet effective method towards cross-domain graph pretraining. In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, 2024. [14] Xingtong Yu, Chang Zhou, Yuan Fang, and Xinming Zhang. Text-free multi-domain graph pre-training: Toward graph foundation models. arXiv preprint arXiv:2405.13934, 2024. [15] Shuo Wang, Bokui Wang, Zhixiang Shen, Boyan Deng, and Zhao Kang. Multi-domain graph foundation models: Robust knowledge transfer via topology alignment. In International Conference on Machine Learning, 2025. [16] Maximilian Nickel and Douwe Kiela. Poincaré embeddings for learning hierarchical representations. In Advances in Neural Information Processing Systems, 2017. [17] Ines Chami, Zhitao Ying, Christopher Ré, and Jure Leskovec. Hyperbolic graph convolutional neural networks. In Advances in Neural Information Processing Systems, 2019. 11

[18] Jiaxuan You, Rex Ying, and Jure Leskovec. Design space for graph neural networks. In Advances in Neural Information Processing Systems, 2020. [19] Weihua Hu, Matthias Fey, Marinka Zitnik, Yuxiao Dong, Hongyu Ren, Bowen Liu, Michele Catasta, and Jure Leskovec. Open graph benchmark: Datasets for machine learning on graphs. In Advances in Neural Information Processing Systems, 2020. [20] Vijay Prakash Dwivedi, Chaitanya K. Joshi, Anh Tuan Luu, Thomas Laurent, Yoshua Bengio, and Xavier Bresson. Benchmarking graph neural networks. Journal of Machine Learning Research, 24(43):1–48, 2023. [21] Robin Forman. Bochner’s method for cell complexes and combinatorial ricci curvature. Discrete & Computational Geometry, 29(3):323–374, 2003. [22] Chien-Chun Ni, Yu-Yao Lin, Jie Gao, Xianfeng David Gu, and Emil Saucan. Ricci curvature of the internet topology. In IEEE Conference on Computer Communications, pages 2758–2766. IEEE, 2015. [23] Octavian-Eugen Ganea, Gary Bécigneul, and Thomas Hofmann. Hyperbolic neural networks. In Advances in Neural Information Processing Systems, 2018. [24] Qi Liu, Maximilian Nickel, and Douwe Kiela. Hyperbolic graph neural networks. In Advances in Neural Information Processing Systems, 2019. [25] Ondrej Skopek, Octavian-Eugen Ganea, and Gary Bécigneul. Mixed-curvature variational autoencoders. In International Conference on Learning Representations, 2020. [26] Gregor Bachmann, Gary Bécigneul, and Octavian-Eugen Ganea. Constant curvature graph convolutional networks. Proceedings of Machine Learning Research, 119:486–496, 2020. [27] Albert Gu, Frederic Sala, Beliz Gunel, and Christopher Ré. Learning mixed-curvature representations in product spaces. In International Conference on Learning Representations, 2019. [28] Bo Xiong, Shichao Zhu, Nico Potyka, Shirui Pan, Chuan Zhou, and Steffen Staab. Pseudoriemannian graph convolutional networks. In Advances in Neural Information Processing Systems, 2022. [29] Karish Grover, Haiyang Yu, Xiang Song, Qi Zhu, Han Xie, Vassilis N. Ioannidis, and Christos Faloutsos. Spectro-riemannian graph neural networks. In International Conference on Learning Representations, 2025. [30] Dmitri Burago, Yuri Burago, and Sergei Ivanov. A Course in Metric Geometry, volume 33 of Graduate Studies in Mathematics. American Mathematical Society, Providence, RI, 2001. [31] Martin R. Bridson and André Haefliger. Metric Spaces of Non-Positive Curvature, volume 319 of Grundlehren der mathematischen Wissenschaften. Springer, Berlin, Heidelberg, 1999. [32] D. N. Joanes and C. A. Gill. Comparing measures of sample skewness and kurtosis. Journal of the Royal Statistical Society: Series D (The Statistician), 47(1):183–189, 1998. [33] Zhilin Yang, William Cohen, and Ruslan Salakhutdinov. Revisiting semi-supervised learning with graph embeddings. arXiv (Cornell University), 2022. [34] Hongbin Pei, Bingzhe Wei, Kevin Chang, Yu Lei, and Bo Yang. Geom-gcn: Geometric graph convolutional networks. ICLR, 2020. [35] Min Zhou, Bisheng Li, Menglin Yang, and Lujia Pan. Telegraph: A benchmark dataset for hierarchical link prediction. arXiv (Cornell University), abs/2204.07703, 2022. [36] Ryan A. Rossi and Nesreen K. Ahmed. The network data repository with interactive graph analytics and visualization. In AAAI, 2015. 12

[37] SH Muggleton. The predictive toxicology evaluation challenge. In IJCAI-97: Proceedings of the Fifteenth International Joint Conference on Artificial Intelligence, Nagoya, Japan, August 23-29, 1997, volume 2, page 4. Morgan Kaufmann, 1997. [38] Alev Mutlu and Pinar Karagoz. Policy-based memoization for ilp-based concept discovery systems. Journal of Intelligent Information Systems, 46(1):99–120, 2016. [39] Bingheng Li, Erlin Pan, and Zhao Kang. Pc-conv: Unifying homophily and heterophily with two-fold filtering. In Proceedings of the AAAI conference on artificial intelligence, volume 38, pages 13437–13445, 2024. [40] Yiding Zhang, Xiao Wang, Chuan Shi, Xunqiang Jiang, and Yanfang Ye. Hyperbolic graph attention network. IEEE Transactions on Big Data, 8(6):1690–1701, 2021. [41] Weize Chen, Xu Han, Yankai Lin, Hexu Zhao, Zhiyuan Liu, Peng Li, Maosong Sun, and Jie Zhou. Fully hyperbolic neural networks. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 5672–5686, 2022. [42] Zihao Guo, Qingyun Sun, Haonan Yuan, Xingcheng Fu, Min Zhou, Yisen Gao, and Jianxin Li. Graphmore: Mitigating topological heterogeneity via mixture of riemannian experts. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 11754–11762, 2025. [43] Xingtong Yu, Zechuan Gong, Chang Zhou, Yuan Fang, and Hui Zhang. Samgpt: Text-free graph foundation model for multi-domain pre-training and cross-domain adaptation. In Proceedings of the ACM Web Conference, 2025. [44] Li Sun, Zhenhao Huang, Silei Chen, Lanxu Yang, Junda Ye, Sen Su, and Philip S. Yu. Multidomain riemannian graph gluing for building graph foundation models. In International Conference on Learning Representations, 2026. [45] Junhua Shi, Qingyun Sun, Haonan Yuan, and Xingcheng Fu. Sa2 gfm: Enhancing robust graph foundation models with structure-aware semantic augmentation. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 15716–15724, 2026. [46] Jean Bourgain. On lipschitz embedding of finite metric spaces in hilbert space. Israel Journal of Mathematics, 52(1-2):46–52, 1985. [47] Nathan Linial, Eran London, and Yuri Rabinovich. The geometry of graphs and some of its algorithmic applications. Combinatorica, 15(2):215–245, 1995. [48] Charles Spearman. The proof and measurement of association between two things. The American Journal of Psychology, 15(1):72–101, 1904. [49] Maurice G. Kendall. A new measure of rank correlation. Biometrika, 30(1/2):81–93, 1938. [50] Paul Jaccard. Étude comparative de la distribution florale dans une portion des alpes et du jura. Bulletin de la Société Vaudoise des Sciences Naturelles, 37:547–579, 1901. [51] Yiding Zhang, Xiao Wang, Chuan Shi, Nian Liu, and Guojie Song. Lorentzian graph convolutional networks. In Proceedings of The Web Conference, pages 1249–1261, 2021. [52] Haifeng Li, Jun Cao, Jiawei Zhu, Yu Liu, Qing Zhu, and Guohua Wu. Curvature graph neural network. Information Sciences, 592:50–66, 2022. [53] Haitao Mao, Zhikai Chen, Wenzhuo Tang, Jianan Zhao, Yao Ma, Tong Zhao, Neil Shah, Mikhail Galkin, and Jiliang Tang. Position: Graph foundation models are already here. In Proceedings of the 41st International Conference on Machine Learning, 2024. [54] Peter W Battaglia, Jessica B Hamrick, Victor Bapst, Alvaro Sanchez-Gonzalez, Vinicius Zambaldi, Mateusz Malinowski, Andrea Tacchetti, David Raposo, Adam Santoro, Ryan Faulkner, et al. Relational inductive biases, deep learning, and graph networks. arXiv preprint arXiv:1806.01261, 2018. 13

[55] Qingyun Sun, Haonan Yuan, Yi Huang, Ziwei Zhang, Xingcheng Fu, Ruijie Wang, Haoyi Zhou, Jia Wu, Jianxin Li, and Philip S Yu. A survey on foundation models for structured data: Tabular, time series, and graphs. 2026. [56] Dmitry Eremeev, Gleb Bazhenov, Oleg Platonov, Artem Babenko, and Liudmila Prokhorenkova. Turning tabular foundation models into graph foundation models. arXiv preprint arXiv:2508.20906, 2025. [57] Enjun Du, Siyi Liu, and Yongqi Zhang. Graphoracle: Efficient fully-inductive knowledge graph reasoning via relation-dependency graphs. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 19055–19063, 2026. [58] Qingsong Lv, Ming Ding, Qiang Liu, Yuxiang Chen, Wenzheng Feng, Siming He, Chang Zhou, Jianguo Jiang, Yuxiao Dong, and Jie Tang. Are we really making much progress? revisiting, benchmarking and refining heterogeneous graph neural networks. In Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining, pages 1150–1160, 2021. [59] Nurul A Asif, Yeahia Sarker, Ripon K Chakrabortty, Michael J Ryan, Md Hafiz Ahamed, Dip K Saha, Faisal R Badal, Sajal K Das, Md Firoz Ali, Sumaya I Moyeen, et al. Graph neural network: A comprehensive review on non-euclidean space. Ieee Access, 9:60588–60606, 2021. [60] Junda Ye, Zhongbao Zhang, Li Sun, and Siqiang Luo. Mose: Unveiling structural patterns in graphs via mixture of subgraph experts. arXiv preprint arXiv:2509.09337, 2025. [61] Shuo Wang, Shunyang Huang, Jinghui Yuan, Zhixiang Shen, and Zhao Kang. Cooperation of experts: Fusing heterogeneous information with large margin. In International Conference on Machine Learning, pages 63169–63185. PMLR, 2025. [62] Zihao Guo, Qingyun Sun, Haonan Yuan, Xingcheng Fu, Min Zhou, Yisen Gao, and Jianxin Li. Graphmore: Mitigating topological heterogeneity via mixture of riemannian experts. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 11754–11762, 2025.

14

Contents 1

Introduction

1

2

Graph Curvature

2

3 The Setup of C URV B ENCH

4

5

6

3

3.1

Datasets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

3

3.2

Compared models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

4

3.3

Implementation details . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

4

Motivation and Theoretical Grounding

5

4.1

Curvature mismatch as a metric obstruction . . . . . . . . . . . . . . . . . . . . .

5

4.2

Regime-conditioned orders estimate preference variation . . . . . . . . . . . . . .

6

Experimental Results and Analyses

6

5.1

Curvature-stratified Model Rankings . . . . . . . . . . . . . . . . . . . . . . . . .

6

5.2

Geometry-conditioned behavior of Graph Foundation Models . . . . . . . . . . . .

8

5.3

Performance on table-derived graphs . . . . . . . . . . . . . . . . . . . . . . . . .

9

Conclusion and Future Work

10

A Baselines

17

A.1 Topology-Agnostic and Euclidean Baselines . . . . . . . . . . . . . . . . . . . . .

17

A.2 Spectral and Homophily/Heterophily-Aware Euclidean Models . . . . . . . . . . .

17

A.3 Pseudo- and Mixed-Curvature Models . . . . . . . . . . . . . . . . . . . . . . . .

18

A.4 Adaptive Riemannian Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

18

A.5 Graph Foundation Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

19

A.6 Discussion: Why These Models? . . . . . . . . . . . . . . . . . . . . . . . . . . .

19

B Detailed Description of Datasets

19

C Implementation Details

21

D Proofs for Section 4

21

D.1 Proof of Theorem 4.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

21

D.2 Proof of Theorem 4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22

E Details of Metrics

23

E.1 Discrete Sectional Curvature . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

23

E.2 Curvature Skewness . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

24

E.3 Why Both Metrics Are Needed . . . . . . . . . . . . . . . . . . . . . . . . . . . .

25

E.4 Ranking consistency metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

25

15

F Related Work

26

G Additional Experiments and Observations

27

H Efficiency analysis

31

16

A

Baselines

A.1

Topology-Agnostic and Euclidean Baselines

MLP. We first include a multi-layer perceptron (MLP) as a topology-agnostic baseline. MLP uses node features as input and does not perform message passing over the graph. In the context of our curvature-aware evaluation, MLP plays an important diagnostic role: it measures how much predictive signal can be explained by attributes alone, without using the graph metric induced by edges. If MLP performs competitively on a dataset, the task may be dominated by feature separability rather than geometric structure. Conversely, a substantial gap between MLP and topology-aware models indicates that relational information is necessary. Thus, MLP serves as a curvature-null control that helps separate feature-level effects from geometry-induced inductive bias. GCN. Graph Convolutional Network (GCN) is one of the most widely used Euclidean messagepassing baselines [8]. It propagates information through a normalized adjacency operator and performs feature smoothing over local neighborhoods. From a geometric perspective, GCN assumes that neighbor aggregation in a flat Euclidean representation space is sufficient to capture the taskrelevant graph structure. This makes GCN a natural reference point for evaluating whether nonEuclidean models provide additional benefits beyond standard Euclidean smoothing. Since GCN is also known to behave similarly to a low-pass graph filter, its performance across curvature regimes helps reveal whether flat local aggregation is robust to graphs with positive, negative, or near-zero curvature. GAT. Graph Attention Network (GAT) extends Euclidean message passing by learning attention weights over neighboring nodes [10]. Instead of assigning fixed normalized weights as in GCN, GAT adaptively determines the relative importance of each neighbor during aggregation. This improves the flexibility of local message passing but still operates in Euclidean space. In our benchmark, GAT is used to test whether adaptive neighbor weighting alone can compensate for curvature mismatch. If GAT improves over GCN within a curvature regime, the gain can be attributed to local anisotropic aggregation; if it remains inferior to geometry-aware models, this suggests that attention in a flat space is not sufficient to capture the underlying graph metric. GraphSAGE. GraphSAGE is an inductive Euclidean GNN that generates node representations by sampling and aggregating features from local neighborhoods [9]. Compared with transductive embedding methods, GraphSAGE learns an aggregation function that can generalize to unseen nodes or graphs. We include GraphSAGE because it represents a widely adopted scalable message-passing paradigm and provides a strong Euclidean baseline for both effectiveness and efficiency. In the curvature-aware setting, GraphSAGE helps evaluate whether inductive neighborhood aggregation can remain stable across different geometric regimes, especially when the local graph metric varies significantly across datasets. A.2

Spectral and Homophily/Heterophily-Aware Euclidean Models

In addition to classical spatial GNNs, we include spectral or filter-based Euclidean models to distinguish curvature effects from frequency-domain effects. These methods do not explicitly change the representation manifold, but they modify how graph signals are propagated across the spectrum. PCNet. PCNet instantiates PC-Conv, a two-fold filtering mechanism designed to unify homophilic and heterophilic aggregation [39]. It combines a local low-pass filter with a heterophilic graph heat kernel and uses Poisson-Charlier polynomial filters to capture multi-order information. Although PCNet remains Euclidean, it is important for C URV B ENCH because it addresses a different structural axis from curvature: the compatibility between graph topology and label smoothness. Including PCNet allows us to examine whether performance variations attributed to curvature can instead be explained by homophily, heterophily, or spectral filtering flexibility. This distinction is crucial because curvature and homophily are correlated in some datasets but are not equivalent geometric properties. Hyperbolic models are designed for negatively curved spaces, where volume grows exponentially with radius. Such geometry is well suited to graphs with hierarchical, tree-like, or scale-free structures. These models directly embody the hypothesis that representation geometry should match graph geometry, making them central to our benchmark. 17

HGNN. Hyperbolic Graph Neural Network (HGNN) generalizes GNN operations to Riemannian manifolds through differentiable exponential and logarithmic maps [24]. Its message passing is performed by mapping node representations between the hyperbolic manifold and tangent spaces. In C URV B ENCH, HGNN serves as an early representative of manifold-based graph learning. It tests whether replacing Euclidean hidden representations with hyperbolic ones improves performance on negatively curved graphs, and whether such benefits persist outside the regime for which hyperbolic geometry is theoretically motivated. HGCN. Hyperbolic Graph Convolutional Network (HGCN) extends GCN to the hyperboloid model of hyperbolic space [17]. It maps Euclidean input features into hyperbolic representations, performs neighborhood aggregation through tangent-space operations, and learns layer-wise curvature parameters. HGCN is particularly relevant to our benchmark because its design explicitly targets hierarchical and scale-free graphs. Evaluating HGCN across positive-, negative-, and near-zero-curvature regimes allows us to test whether its reported advantage is tied to negative curvature or whether it generalizes as a broader graph representation mechanism. HAT. Hyperbolic Graph Attention Network (HAT) transfers the attention mechanism from Euclidean space to hyperbolic geometry [40]. It uses gyrovector operations and hyperbolic proximity to define feature transformation and attention-based aggregation. Compared with HGCN, HAT allows us to isolate the role of attention under a negative-curvature geometry. In our benchmark, HAT helps answer whether hyperbolic attention provides additional benefits over Euclidean attention, and whether such benefits are concentrated in negatively curved graphs. HyboNet. HyboNet is a fully hyperbolic neural architecture based on the Lorentz model [41]. Unlike methods that implement most operations in tangent spaces, HyboNet formalizes core neural operations directly in hyperbolic space through Lorentz transformations. This design reduces the reliance on repeated logarithmic and exponential mappings and provides a stronger test of fully hyperbolic inductive bias. In C URV B ENCH, HyboNet is included to evaluate whether more faithful hyperbolic computation improves robustness and efficiency across curvature regimes. A.3

Pseudo- and Mixed-Curvature Models

Real-world graphs often contain multiple geometric patterns simultaneously. A single constantcurvature space may be too restrictive for graphs with both hierarchical and cyclic substructures [51, 52]. We therefore include pseudo- and mixed-curvature models that aim to represent heterogeneous topology beyond purely Euclidean or purely hyperbolic assumptions. QGCN. Pseudo-Riemannian Graph Convolutional Network (QGCN) extends GCNs to pseudoRiemannian manifolds with indefinite metrics [28]. These manifolds generalize hyperbolic and spherical geometries and provide a flexible representation space for graphs with mixed topologies, such as hierarchical structures with cycles. QGCN is central to our benchmark because it directly challenges the single-curvature assumption: if a graph contains both positive- and negative-curvature regions, a pseudo-Riemannian representation may be more appropriate than a purely hyperbolic or Euclidean one. CUSP. CUSP is a mixed-curvature spectral GNN that integrates curvature and spectral information [29]. It introduces a curvature-aware graph Laplacian based on Ollivier-Ricci curvature, applies mixed-curvature graph filters over product manifolds, and uses curvature-based positional encoding for hierarchical pooling. We include CUSP because it explicitly connects discrete graph curvature with spectral filtering, thereby addressing two dimensions of graph structure that are often studied separately. In our benchmark, CUSP helps test whether curvature-aware filtering improves performance in regimes where both geometric and frequency-domain signals are important. A.4

Adaptive Riemannian Models

Beyond fixed or globally mixed curvature, adaptive Riemannian models attempt to assign different geometric spaces to different nodes or local regions. This is particularly aligned with the motivation of C URV B ENCH, where graph datasets may contain construction-induced or locally varying curvature patterns. GraphMoRE. GraphMoRE introduces a Mixture of Riemannian Experts framework to mitigate topological heterogeneity [42]. Instead of embedding all nodes into the same global manifold, it uses 18

a topology-aware gating mechanism to route nodes to different Riemannian experts and constructs personalized mixed-curvature spaces. This model is especially important for our benchmark because it operationalizes the idea that curvature may vary locally within a graph. Its performance across regimes provides evidence for whether adaptive curvature selection is necessary when graphs contain heterogeneous or mixed geometric structures. A.5

Graph Foundation Models

Graph foundation models (GFMs) have recently emerged as a prominent paradigm in graph learning [53]. Their central goal is to capture domain-invariant knowledge from graphs across diverse domains and transfer such knowledge to unseen graph domains. Existing GFMs differ substantially in the type of transferable signal they emphasize. Methods such as GCOPE [13] and SAMGPT [43] primarily focus on feature-level or prompt-based alignment, whereas approaches such as MDGFM [15] and GraphGluing [44] place greater emphasis on intrinsic topological properties and structure-level transfer. In this sense, different GFMs encode inductive biases from different perspectives. Therefore, rather than categorizing each GFM from a predefined geometric viewpoint, we treat them as representative foundation-model baselines and empirically examine whether their claimed cross-domain transferability truly holds across different geometry regimes. Through extensive curvature-stratified experiments, we provide a rigorous evaluation of whether GFMs can generalize uniformly across graphs with distinct intrinsic geometries. A.6

Discussion: Why These Models?

In summary, our model selection reflects a curated spectrum of geometric assumptions rather than a mere collection of popular baselines. MLP removes graph geometry entirely; GCN, GAT, GraphSAGE, and PCNet operate in Euclidean space with different aggregation or filtering mechanisms; HGNN, HGCN, HAT, and HyboNet instantiate negative-curvature inductive bias; QGCN and CUSP model pseudo- or mixed-curvature structures; GraphMoRE adapts curvature at a finer granularity; and graph foundation models test whether pretrained graph knowledge transfers across curvature regimes. This taxonomy adheres to the core evaluation principle of C URV B ENCH: model performance must be interpreted through the lens of graph geometry. Consequently, rather than seeking a universally superior model, our analysis investigates the specific curvature and task regimes where each inductive bias excels.

B

Detailed Description of Datasets

To comprehensively evaluate various methods, we conduct experiments on a wide variety of public benchmark graph datasets. As outlined below, these datasets encompass diverse semantic contexts and topological structures: • Citation Networks (Cora, Citeseer, PubMed): Standard academic citation graphs where nodes represent scientific papers and edges denote undirected citations. Node features are bag-of-words representations of the documents, and labels correspond to academic subfields. • Webpage and Wikipedia Networks (Cornell, Actor): Cornell consists of web pages from Cornell University with hyperlinks as edges. Actor is an actor co-occurrence network constructed from Wikipedia pages, which typically exhibits distinct heterophilic properties. • Domain-Specific and Social Networks: – Airport: A transportation network where nodes are airports and edges indicate flights between them. – Disease: An epidemiological network designed to simulate disease propagation dynamics. – Telecom: A telecommunications network modeling interactions and connectivity between customer entities. – CS_Phds: An academic social network describing computer science PhD students and their advising/collaboration relationships. 19

Data Preprocessing Details. Given the varied sources of the raw data, all datasets are systematically structured into a unified standard tensor format (e.g., PyTorch Geometric Data objects) containing node feature matrices X, adjacency edge indices A, and label vectors y. Due to scale contradictions in raw feature measurements, we enforce a global row-wise feature normalization technique seamlessly across all samples to prevent numerical overflows and computational instability during topological metrics calculations. Label Processing and Splitting Protocol. Translating specialized datasets such as Airport and CS_Phds into robust categorical evaluation frames inherently requires addressing domain-specific challenges through several crucial data transformation procedures: • Airport Data Treatment: This raw transportation network intrinsically comprises hundreds of unverified or metadata-missing airports mapped strictly to a dummy label class (i.e., −1). During the split sampling formulation, these non-labeled entities are unequivocally systematically purged from the label masking pools. They function exclusively as structural connective bridges propagating topological message passing but explicitly evade calculating classification loss or generalizability measurements. • CS_Phds Quartile Discretization: In contrast to standard graphs, CS_Phds fundamentally originates as a continuous regression task predicting researchers’ academic scalability metrics. To seamlessly interoperate within our 4-class node classification benchmark, we executed targeted uniform quartile discretization on its labels. By stratifying the inherent continuous values, we coerced the distribution into 4 distinct, relatively perfectly balanced numeric intervals (each absorbing roughly 250 samples uniformly). Upon rectifying the labels array layout correspondingly, a tailored dataset stratification was implemented on Airport and CS_Phds. Since neither offers predefined independent splits, their training subsets are constituted adhering precisely to an internally seeded stratified dynamic K-shot sampling schema. Remaining categorized nodes from each class are subsequently divided orthogonally between isolated validation and test boolean masks. Construction of the Telecommunication Network (Telecom). The Telecom dataset represents a real-world physical communication infrastructure, which is programmatically constructed from multi-relational tabular logs. In this network, nodes correspond to distinct telecommunication network elements and hardware equipment, such as base stations (NODEB), microwave transmission devices (MICROWAVE), and core routers (ROUTER). The edges are established based on the physical cabling or logical communication links that connect these network elements in the relational databases. To formulate the node features, equipment-specific configurations and heterogeneous categorical attributes (spanning up to 240 property columns in the raw tabular data) are sequentially extracted, numerically encoded, and flattened into 240-dimensional continuous feature vectors for each node. Ultimately, the tabular records and their interrelated equipment dependencies are projected into a unified graph structure, yielding a highly sparse infrastructure topology comprising 41,143 nodes and 41,424 edges. Automated Table-to-Graph Construction Pipeline. To structurally bridge the gap between multi-relational databases and graph-based computational operations, we orchestrate an automated Table-to-Graph conversion framework that flawlessly preserves both topological schemas and tabular semantics. Guided by explicitly predefined Entity-Relationship (ER) mappings extracted from the original database architectures (e.g., matching foreign keys such as projecting chemical bonds to atoms, or biopsy records to specific patients), we project each isolated data table as a distinct node type within a PyTorch Geometric HeteroData object. For node feature initialization, we abstain from elementary hashing of table contents; instead, we deploy the CARTE framework, leveraging a pre-trained semantic language model (FastText), to sequentially embed the heterogeneous row-level properties—spanning numerical, categorical, and textual columns—into continuous, dense feature representations. Subsequently, the heterogeneous graph topology is systematically instantiated by performing intersection alignments across primary and foreign keys, translating discrete tabular cross-references into explicitly weighted adjacency edge indexes seamlessly. Data splits for GFMs. As shown in Table 7, we adopt a geometry-balanced three-fold splitting protocol over the nine natural graph datasets for GFM evaluation. The datasets are first grouped into 20

three curvature regimes: near-zero, positive, and negative. In each fold, we select two datasets from each geometry regime as source datasets for pre-training, and hold out the remaining dataset in the same regime for evaluation. As a result, every fold contains six pre-training datasets and three evaluation datasets, with exactly one held-out dataset from each curvature regime. This design ensures that the pre-training stage always observes geometrically diverse source graphs, while the evaluation stage tests whether the learned transferable representations generalize to unseen datasets under each curvature regime. Across the three folds, every dataset is used once as an evaluation dataset and twice as a pre-training dataset, yielding a balanced protocol for assessing geometry-conditioned transfer behavior. Table 7: Data splits for Graph Foundation Models. Dataset

Cora

Citeseer

OubMed

Airport

Cornell

Actor

Telecom

Disease

CS_Phds

Fold A Fold B Fold C

Evaluate Pretrain Pretrain

Pretrain Evaluate Pretrain

Pretrain Pretrain Evaluate

Evaluate Pretrain Pretrain

Pretrain Evaluate Pretrain

Pretrain Pretrain Evaluate

Evaluate Pretrain Pretrain

Pretrain Evaluate Pretrain

Pretrain Pretrain Evaluate

C

Implementation Details

To ensure a faithful and fair evaluation, we maintain consistent experimental protocols across all considered baselines. Unless otherwise specified, all results are reported as averages over five independent runs with distinct random seeds. Experiments are primarily conducted on a single NVIDIA A100 GPU. For conventional graph models, a 24GB GPU is sufficient for reproduction. However, due to the substantial memory overhead of the pre-training stage, GFM baselines are evaluated on 80GB configurations. While hardware transitions may introduce minor runtime variations, they do not impact the reported performance metrics or the resulting scientific conclusions. All methods are evaluated under identical hyperparameter settings whenever applicable to ensure parity. Comprehensive implementation details, including specific training protocols and step-by-step reproduction instructions, are provided in our released code repository.

D

Proofs for Section 4

D.1

Proof of Theorem 4.1

Proof. For a generic metric space (X , dX ) and a valid quadruple q = (a, b, c; m), write x = dX (a, m),

y = dX (b, c),

z = dX (a, b),

w = dX (a, c).

Define

x2 + 41 y 2 − 12 (z 2 + w2 ) x y2 z2 w2 = + − − . 2x 2 8x 4x 4x Then ξX (q) = Φ(x, y, z, w). Moreover, Φ is homogeneous of degree one: Φ(x, y, z, w) =

Φ(λx, λy, λz, λw) = λΦ(x, y, z, w). Let (xG , yG , zG , wG ) be the four graph distances and (xM , yM , zM , wM ) be the corresponding distances after embedding into M. By the definition of δ = disλ∞ (h; G, M), |xM − λxG | ≤ δ,

|yM − λyG | ≤ δ,

|zM − λzG | ≤ δ,

|wM − λwG | ≤ δ.

Because q is valid, xG = dG (a, m) ≥ 1. Since δ < λ/2, xM ≥ λxG − δ ≥ λ − δ > λ/2. Moreover, every finite graph distance is at most D = diamf (G), so xM , yM , zM , wM ≤ λD + δ ≤ λ(D + 1/2). It remains to bound the Lipschitz constant of Φ on the region x ≥ λ/2,

0 ≤ x, y, z, w ≤ λ(D + 1/2). 21

The partial derivatives are z 2 + w2 ∂Φ 1 y2 , = − 2+ ∂x 2 8x 4x2 ∂Φ z =− , ∂z 2x

∂Φ y = , ∂y 4x

∂Φ w =− . ∂w 2x

On the above region, ∂Φ 1 5 ≤ + (2D + 1)2 , ∂x 2 8 and ∂Φ ∂Φ 5 ∂Φ + + ≤ (2D + 1). ∂y ∂z ∂w 4 Therefore, by the mean value theorem and the ℓ∞ bound on the four distance errors, |Φ(xM , yM , zM , wM ) − Φ(λxG , λyG , λzG , λwG )| ≤ CD δ, where CD =

1 5 5 + (2D + 1)2 + (2D + 1). 2 8 4

Using homogeneity, Φ(λxG , λyG , λzG , λwG ) = λΦ(xG , yG , zG , wG ) = λξG (q). Hence, |ξM (h(q)) − λξG (q)| ≤ CD δ. Taking expectation over q ∼ QG gives Eq. (9). Finally, let λ DH = DistλH (G, M),

λ λ ηH = ηH (G, M).

λ If DH < λ/2, then for any sufficiently small ρ > 0, there exists hρ ∈ H such that λ + ρ < λ/2. disλ∞ (hρ ; G, M) ≤ DH

Applying Eq. (9) to hρ gives  λ λ ηH ≤ CD DH +ρ . Letting ρ → 0 yields λ DH ≥

λ ηH . CD

Thus proves the theorem. D.2

Proof of Theorem 4.2

Proof. Fix a model pair (i, j) and write pzr = pzij,r for simplicity. If two graphs are drawn independently from the same regime r, then the probability that their pairwise states agree is X (pzr )2 . z∈{−1,0,+1}

Thus the within-regime disagreement probability for this pair is X 1 X within Dij =1− (pzr )2 . K r∈R z∈{−1,0,+1}

If the two graphs are drawn independently from two different regimes, then the cross-regime agreement probability is X X 1 pzr pzs . K(K − 1) r̸=s z∈{−1,0,+1}

22

Therefore cross Dij =1−

X 1 K(K − 1)

X

pzr pzs .

r̸=s z∈{−1,0,+1}

Subtracting the two quantities gives  X

cross within Dij − Dij =

z∈{−1,0,+1}

 X X 1 1  (pz )2 − pzr pzs  . K r r K(K − 1) r̸=s

For each fixed state z, define p̄z =

1 X z p , K r r

(pz )2 =

Since

1 X z 2 (p ) . K r r

!2 X

pzr pzs =

r̸=s

we have

X

pzr

X (pzr )2 , r

r

 X 1 K  z 2 1 X z 2 (pr ) − pzr pzs = (p ) − (p̄z )2 . K r K(K − 1) K −1 r̸=s

The term in parentheses is Varr∼Unif(R) (pzij,r ). Hence cross within Dij − Dij =

K K −1

X

 Varr pzij,r .

z∈{−1,0,+1}

 Finally, dϵ (G, G ) is the average of pairwise disagreement indicators over all N2 model pairs. Averaging the pairwise identity over i < j proves Eq. (15). The non-negativity follows from nonnegativity of variance. The gap is zero if and only if all these variances are zero, i.e., if and only if every pairwise comparison-state distribution is invariant across regimes. ′

E

Details of Metrics

This section details the two geometric metrics foundational to C URV B ENCH: node-level sectional curvature and graph-level curvature skewness. These metrics characterize complementary dimensions of graph geometry. The sectional curvature metric quantifies the signed local deviation of the graph’s manifold from Euclidean midpoint geometry, identifying regions of positive (spherical) or negative (hyperbolic) curvature, while the skewness metric measure captures the asymmetry of the resulting node-wise curvature distribution across the entire graph. Together, these quantities enable C URV B ENCH to transcend aggregate leaderboards by stratifying datasets according to their intrinsic geometric signatures. E.1

Discrete Sectional Curvature

Let G = (V, E) be an undirected graph with adjacency matrix A and pairwise distance matrix D, where Duv = dG (u, v) denotes the graph distance between nodes u and v. In our implementation, D is typically instantiated as the all-pairs shortest-path distance matrix. For disconnected graphs, invalid or infinite distances are excluded from the corresponding averaging operations. For a center node m ∈ V , we consider unordered neighbor pairs  Pm = {b, c} : b, c ∈ N (m), b < c , where N (m) = {v ∈ V : (m, v) ∈ E} is the one-hop neighborhood of m. Each pair {b, c} defines a local metric section around m. To probe this section, we further introduce an anchor node a ∈ V \ {m} satisfying 0 < dG (a, m) < ∞. For every valid quadruple (a, b, c; m), we define the midpoint curvature residual as  1 1 ∆G (a, b, c; m) = dG (a, m)2 + dG (b, c)2 − dG (a, b)2 + dG (a, c)2 . 4 2 23

The normalized sectional curvature residual is then given by  dG (a, m)2 + 14 dG (b, c)2 − 21 dG (a, b)2 + dG (a, c)2 ξG (a, b, c; m) = . 2dG (a, m) This formula follows the Euclidean midpoint identity. If the local metric geometry around m behaves approximately like a flat Euclidean section, then the residual in Eq. (E.1) is close to zero. Positive values indicate locally “fatter”-than-Euclidean geometry, while negative values indicate locally “thinner”-than-Euclidean geometry, typically associated with geodesic divergence or tree-like expansion. The raw curvature estimate of node m is obtained by averaging the residual over all valid anchor nodes and all unordered neighbor pairs: X X 1 1 κ bG (m) = ξG (a, b, c; m), |Pm | |Am | a∈Am

{b,c}∈Pm

where Am = {a ∈ V \ {m} : 0 < dG (a, m) < ∞}. When |Pm | = 0, i.e., when the degree of m is smaller than two, we set κ bG (m) = 0. This convention avoids introducing artificial curvature signals for nodes whose local metric section cannot be formed. For cross-dataset comparability, we further use a relative curvature normalization: κG (m) =

κ bG (m) , diamf (G)

diamf (G) =

max u,v: dG (u,v)<∞

dG (u, v).

This normalization removes the global scale effect caused by differences in graph diameter. Without this step, datasets with larger graph distances may exhibit curvature magnitudes that are not directly comparable to smaller graphs, even when their local geometric patterns are similar. Implementation details. Our curvature computation is implemented as a GPU-accelerated tensor routine. Given an adjacency matrix A and a corresponding distance matrix D, the algorithm iterates over center nodes m to extract neighbor sets, forms unordered pairs {b, c}, and evaluates Eq. (E.1) across all valid anchors a. To ensure scalability and reliability, the implementation offers two operational modes: Fast Mode: Utilizes lightweight, chunked computation designed for medium-scale graphs, prioritizing throughput. Strict Mode: Employs conservative memory access and accumulates statistics in higher precision, making it the preferred choice for large-scale experiments and final reporting. To manage memory overhead, both modes utilize pair-wise chunking to avoid the simultaneous materialization of all anchor-pair combinations. Furthermore, the pipeline automatically filters invalid denominators and infinite distances. Once node-level curvature values are computed, we apply relative normalization based on the maximum finite entry in the distance matrix to ensure stability across different graph scales. E.2

Curvature Skewness

The mean curvature of a graph provides a first-order summary of its global geometric tendency: 1 X κ(G) = κG (m). |V | m∈V

However, mean curvature alone is insufficient for characterizing heterogeneous relational data. A graph may have near-zero average curvature while still containing a small subset of nodes with strongly positive or strongly negative curvature. Such tail behavior is especially important in tablederived graphs, where foreign-key joins, hub entities, and relational schema construction can induce highly asymmetric local geometry. Therefore, CURVBENCH also computes the skewness of the node-level curvature distribution. 24

Let σκ (G) =

1 X 2 (κG (m) − κ(G)) |V |

!1/2

m∈V

be the standard deviation of node-level curvature values. The curvature skewness is defined as the third standardized central moment:  X  κG (m) − κ(G) 3   1 , σκ (G) > 0, σκ (G) γκ (G) = |V | m∈V   0, σκ (G) = 0. Positive skewness indicates a right-tailed curvature distribution, where a minority of nodes exhibit substantially higher positive curvature than the graph average. Negative skewness indicates a lefttailed distribution, where a minority of nodes exhibit substantially lower curvature. Values close to zero suggest a comparatively balanced curvature profile. Implementation details. In the implementation, node-level curvature tensors are first loaded from saved .pt files. Non-finite entries are removed before computing statistics. The skewness is then computed directly as " 3 # κ−µ mean , σ where µ and σ are the empirical mean and standard deviation of finite node curvature values. E.3

Why Both Metrics Are Needed

The synergy between mean curvature κ(G) and curvature skewness γκ (G) is fundamental to C URV B ENCH. While mean curvature captures a dataset’s average signed geometry, it often masks local heterogeneity. Skewness complements this by revealing whether the curvature distribution is dominated by asymmetric tails—a distinction critical to relational learning, where performance is often driven by rare but influential geometric regions rather than just the global average. Geometric Nuance and Inductive Bias. This dual-metric approach prevents the misclassification of complex topologies: Positive Skewness (γκ (G) ≫ 0): A graph with κ(G) ≈ 0 may appear Euclidean, yet a high positive skew indicates a strong positive-curvature tail. Such structures favor models designed for compact, clustered, or schema-induced patterns. Negative Skewness (γκ (G) < 0): Conversely, negative skewness points to tree-like or hierarchically expanding regions, which align more effectively with hyperbolic or mixed-curvature inductive biases. Relying solely on κ(G) would collapse these distinct geometries into a single regime, inadvertently reproducing the same failure modes found in conventional aggregate benchmarks. The Role of Metrics in C URV B ENCH. two primary functions:

Within the C URV B ENCH framework, these metrics fulfill

Interpretability: They provide a pre-training geometric summary of each dataset. Stratification: They facilitate regime-stratified evaluation, conditioning model comparisons on the data’s geometric profile. By moving away from arbitrary dataset mixtures, C URV B ENCH shifts the focus from identifying a "globally best" model to determining which inductive biases are most effective under specific geometric conditions. E.4

Ranking consistency metrics

To quantify whether datasets within the same geometry regime induce similar model preferences, we compare the model rankings produced by different datasets using Spearman correlation, Kendall rank correlation, and top-k Jaccard overlap. 25

Let M = {M1 , . . . , MN } denote the set of evaluated models. For a dataset G, let rG (Mi ) be the rank position of model Mi , where a smaller value indicates better performance. In our top-3 truncated ranking protocol, the top three models retain their exact ranks, while all remaining models are assigned the same lower-tier rank. This focuses the comparison on the most competitive models while treating lower-ranked methods as indistinguishable. Spearman correlation. Spearman correlation measures the global monotonic agreement between two rankings. Given two datasets G and G′ , we compute Spearman correlation as the Pearson correlation between their rank vectors: PN ′ ′ ′ i=1 (rG (Mi ) − r̄G ) (rG (Mi ) − r̄G ) q ρ(G, G ) = qP , (16) N 2 PN 2 ′ ′ i=1 (rG (Mi ) − r̄G ) i=1 (rG (Mi ) − r̄G ) where

N

N

1 X r̄G = rG (Mi ), N i=1

G′

1 X = rG′ (Mi ). N i=1

A larger ρ(G, G′ ) indicates that models ranked highly on G also tend to be ranked highly on G′ . Thus, Spearman correlation captures global consistency over the whole ranked model list. Kendall rank correlation. Kendall correlation measures pairwise ordering agreement between two rankings. For each model pair (Mi , Mj ), we compare whether the relative order of the pair is preserved across two datasets. Define sG (i, j) = sign (rG (Mj ) − rG (Mi )) , where sG (i, j) = +1 means Mi ranks above Mj , sG (i, j) = −1 means Mj ranks above Mi , and sG (i, j) = 0 means the two models are tied. The Kendall correlation can then be written as P ′ i<j sG (i, j)sG (i, j) ′ qP τ (G, G ) = qP . (17) 2 ′ (i, j)2 s (i, j) s G G i<j i<j This formulation naturally handles ties induced by the top-3 truncation. A high Kendall correlation means that pairwise model preferences are stable: if Mi outperforms Mj on one dataset, the same ordering is likely to hold on the other dataset. Top-k Jaccard overlap. While Spearman and Kendall correlations compare ranked lists, Jaccard overlap compares the identity of the top-performing models. Let Tk (G) = {Mi : Mi is among the top-k models on G}. The top-k Jaccard overlap between two datasets is defined as Jk (G, G′ ) =

|Tk (G) ∩ Tk (G′ )| . |Tk (G) ∪ Tk (G′ )|

(18)

In our experiments, we set k = 3. Thus, J3 (G, G′ ) measures whether two datasets share the same leading models, regardless of the exact ordering among lower-ranked methods. Together, these metrics evaluate ranking consistency at different levels. Spearman correlation measures global monotonic agreement, Kendall correlation measures pairwise preference stability, and top-3 Jaccard overlap measures agreement among the strongest models. If within-regime similarity is consistently higher than cross-regime similarity under all three metrics, this indicates that datasets in the same curvature regime induce coherent model preferences.

F

Related Work

Relational Learning. Relational learning aims to model data instances connected through explicit or implicit dependencies, covering a broad range of domains such as citation networks, molecular graphs, social systems, knowledge graphs, and table-derived relational data [54, 1, 55]. Although these datasets differ substantially in scale, sparsity, feature modality, and task formulation, they share a common structural abstraction: relations induce paths, neighborhoods, and higher-order 26

connectivity patterns that define an underlying topology [56, 57]. This has motivated the development of unified relational learning benchmarks, where diverse datasets are collected to evaluate model generalization across domains. However, most existing benchmarks summarize model performance through flat leaderboards that average results across heterogeneous datasets [58]. Such an evaluation protocol implicitly assumes that relational data forms a structurally uniform category, while in practice different datasets may exhibit fundamentally different geometric properties. As a result, aggregate rankings can obscure regime-specific strengths and weaknesses, making it difficult to determine whether a model is genuinely robust or merely well aligned with the dominant structure of a benchmark. Benchmarks for relational learning. Standardized benchmarks—most notably OGB, Benchmarking GNNs, and GraphGym—have served as the bedrock of relational learning by formalizing reproducibility through common datasets and evaluation protocols [19, 20, 18]. Recent expansions have even extended these frameworks to relational databases and table-derived graphs, mapping rows and foreign-key relations into structured graph formats [1, 5]. However, a fundamental limitation persists: most benchmarks rely on flat leaderboards that aggregate performance across heterogeneous datasets. While useful for coarse comparisons, these global averages implicitly assume a degree of structural uniformity that rarely exists in practice. Datasets vary not only in scale and homophily but also in intrinsic metric geometry. Consequently, aggregate rankings often obscure regime-dependent behaviors, making model superiority appear more universal than the underlying data geometry justifies. C URV B ENCH addresses this by introducing curvature as an explicit evaluation axis, shifting the paradigm from global rankings to regime-conditioned analysis. Non-Euclidean Graph Learning and Geometry-Aware Evaluation. Research has increasingly demonstrated that graph representation learning is heavily influenced by the geometry of the embedding space. While Euclidean-based models like GCN, GAT, and GraphSAGE remain robust baselines [8, 10, 9], Euclidean space is often fundamentally misaligned with hierarchical, tree-like, or mixed-structure graphs. This has motivated the rise of hyperbolic neural networks and embeddings designed for negatively curved spaces [16, 23], resulting in specialized architectures such as HGCN and hyperbolic attention mechanisms [17, 40]. To better match non-Euclidean structures [59], a growing body of work has introduced multiple experts into graph learning. These methods explicitly encode geometric inductive biases, aiming to better capture hierarchical, clustered, or heterogeneous graph structures [60, 61]. More recent advances in pseudo-Riemannian, mixed-curvature, and adaptive Riemannian models further relax the assumption of a static geometry [28, 62]. Despite being predicated on the idea that representation geometry should match data geometry, these models are still typically assessed using the same flat averages as their Euclidean counterparts. C URV B ENCH closes this gap by stratifying datasets via mean curvature and curvature skewness. This enables a rigorous assessment of when Euclidean, hyperbolic, adaptive, or foundation models are truly aligned with the underlying relational geometry.

G

Additional Experiments and Observations

This section provides supplementary analyses that build upon our primary findings. While the main text focuses on curvature-conditioned rankings and the reorganization of model families, we further examine four critical diagnostic dimensions: (i) Leaderboard Deviation: We quantify the degree to which each curvature-stratified leaderboard diverges from the conventional flat leaderboard. (ii) Task Consistency: We investigate whether curvature-conditioned preferences remain stable across diverse relational tasks. (iii) GFM Supervision and Feasibility: We analyze the interaction between additional supervision signals and the practical feasibility of deploying Graph Foundation Models. (iv) Specialist–Robustness Trade-offs: We evaluate whether table-derived graphs necessitate a trade-off between regime-specific expertise and general model robustness. Rank-shift analysis across tasks and metrics. Using Tables 3, 8, 4, and 9, we compute the RSI for each curvature regime under four evaluation views: NC performance, NC Macro-F1, LP AUC, and LP AP. This multi-metric analysis avoids drawing conclusions from a single task-metric pair and allows us to examine whether the distortion induced by flat averaging is stable across evaluation criteria. 27

Table 8: Macro-F1 results on Node Classification (NC) task. Datasets and baselines are divided into different regimes. We highlight the top-3 results with red bolded, red and bold. Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCN GAT GraphSAGE MLP PCNet

79.36±1.13 80.02±0.45 87.60±0.28 54.86±1.06 87.41±0.47

65.64±0.66 64.43±1.03 71.59±0.53 54.18±0.87 73.15±0.15

77.90±0.29 76.69±0.25 88.09±0.06 71.41±0.71 89.30±0.14

66.10±1.16 82.05±1.18 29.24±0.56 85.90±0.81 30.43±0.50

24.88±3.07 27.71±2.35 51.72±5.97 51.25±1.71 48.42±5.91

22.74±1.02 22.63±1.20 31.82±0.53 35.46±1.90 31.62±1.00

59.19±2.59 84.41±2.86 91.50±3.04 44.41±0.00 49.78±1.23

57.19±0.46 52.51±0.15 71.84±0.38 58.45±0.03 57.97±0.03

26.47±0.84 10.58±0.00 10.47±1.95 10.58±0.00 12.62±1.08

HGNN HAT HGCNN HyboNet

57.51±0.38 80.33±0.31 77.37±0.73 73.83±0.39

58.09±0.42 67.79±0.32 65.03±0.43 65.18±1.53

73.02±0.66 78.27±0.42 76.33±0.47 73.46±0.47

24.56±3.17 58.55±6.60 43.60±5.96 47.06±3.93

51.54±5.24 11.34±0.13 45.55±2.35 18.48±5.23

33.72±0.60 26.36±0.52 21.07±1.34 17.81±2.55

39.16±2.92 43.67±0.00 76.88±2.35 76.47±5.23

58.18±0.04 58.24±0.01 61.96±8.29 38.45±11.22

18.84±2.51 10.57±0.00 42.57±2.98 10.54±0.06

CUSP QGCN

76.12±1.17 78.53±0.48

64.22±1.00 63.87±0.19

65.99±2.16 75.66±0.98

47.86±2.71 47.17±0.79

13.53±0.00 26.81±1.54

13.33±3.16 21.61±0.76

43.74±19.17 83.01±1.52

36.18±6.88 66.46±0.27

12.77±3.52 43.86±2.53

GraphMoRE

80.21±0.23

64.59±1.03

76.01±1.02

90.47±1.19

19.62±2.31

22.76±0.66

93.80±1.34

64.49±0.74

36.12±2.94

Table 9: AP results on Link Prediction (LP) task. Datasets and baselines are divided into different regimes. We highlight the top-3 results with red bolded, red and bold. Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCN GAT GraphSAGE MLP PCNet

92.18±1.18 92.46±0.28 68.19±1.10 82.25±1.46 73.20±0.52

93.16±0.56 93.58±0.52 68.52±1.47 89.59±1.57 68.87±2.03

92.28±0.26 91.02±0.22 84.31±0.64 85.29±0.50 94.05±0.13

94.04±0.66 93.20±0.65 71.33±0.84 90.71±0.67 71.98±0.73

73.72±10.41 73.80±6.49 56.01±6.86 67.46±6.49 56.44±5.16

82.59±0.63 81.88±0.98 56.24±1.29 70.85±0.93 63.74±1.04

49.58±2.75 50.13±3.01 49.98±0.05 51.50±0.35 58.12±8.37

69.37±0.77 69.79±0.86 59.68±0.52 67.60±0.91 67.22±0.42

42.14±0.48 47.56±0.28 43.34±0.17 50.00±0.00 83.49±0.76

HGNN HGCNN Fully-HNN

68.96±0.95 83.54±1.81 90.33±1.65

84.47±0.48 89.06±0.62 79.27±1.46

90.83±0.24 94.01±0.07 92.20±0.41

93.48±0.24 93.68±0.21 96.16±0.70

64.94±4.90 71.16±3.02 68.27±4.79

71.46±0.55 82.19±0.31 85.14±1.05

51.90±1.80 66.54±6.12 46.55±1.50

68.81±0.16 59.10±1.28 55.18±0.72

50.84±2.44 55.19±1.72 59.38±4.89

CUSP GraphMoRE QGCN

88.07±1.55 96.87±0.15 88.35±0.26

90.12±1.86 98.48±0.28 88.85±0.63

60.04±0.90 98.61±0.18 93.40±0.23

73.24±0.97 94.73±0.42 95.69±0.08

61.89±9.41 64.71±3.16 62.61±1.66

72.81±1.45 87.55±0.57 79.70±0.67

36.87±1.85 65.21±2.31 64.29±1.20

64.71±0.90 68.30±0.54 64.76±0.69

56.29±2.18 46.86±3.16 54.98±1.71

Table 10 shows that rank distortion is not uniform across tasks. For node classification, both performance and Macro-F1 lead to the same conclusion: flat averaging is most misleading in the nearzero and positive regimes. The average RSI is 2.92 in the near-zero regime and 2.50 in the positive regime, but only 1.25 in the negative regime. This indicates that, for NC, the global leaderboard hides substantial regime-specific reorganization among citation-like and positively curved graphs. For example, Tables 3 and 8 consistently show that PCNet and GraphSAGE dominate the near-zero regime, while MLP becomes highly competitive in the positive regime, especially under Macro-F1. Such behavior would be obscured if all datasets were collapsed into a single flat average. The LP task exhibits the opposite pattern. Across both AUC and AP, the largest dis- Table 10: Rank-shift index (RSI) between flat and tortion appears in the negative regime, with regime-conditioned rankings across tasks and metrics. an average RSI of 2.36, compared with Larger values indicate stronger deviation from the flat 0.82 in the near-zero regime. This sug- leaderboard. gests that LP rankings are relatively staEvaluation view Near-zero Positive Negative ble on citation-like graphs, but become NC Performance 3.00 2.50 1.17 much more geometry-sensitive on negaNC Macro-F1 2.83 2.50 1.33 tively curved graphs. Tables 4 and 9 LP AUC 0.91 1.45 2.18 LP AP 0.73 1.82 2.55 show that PCNet and QGCN become parTask-wise NC average 2.92 2.50 1.25 ticularly strong in the negative regime, Task-wise LP average 0.82 1.64 2.36 whereas GraphMoRE dominates the nearzero regime under both LP metrics. Therefore, the same flat leaderboard can fail in different ways depending on the downstream task: NC aggregation mainly hides near-zero and positive-regime shifts, while LP aggregation mainly hides negative-regime specialization. Observation G.1: Flat leaderboards hide task-dependent rank distortions. The multi-metric RSI results in Table 10 strengthen the central claim of CURVBENCH. Flat leaderboards do not merely introduce random noise; they induce systematic and task-dependent distortions. For NC, the main distortion comes from feature- and classification-sensitive regimes, whereas for LP, the main distortion comes from negatively curved regimes where pairwise proximity and structural closure become more important. Thus, regime-conditioned evaluation is not only a more fine-grained 28

reporting format, but changes the substantive conclusion about which inductive bias is reliable under which structural condition. Within-task cross-metric consistency. We next examine whether different met- Table 11: Within-task consistency between two metrics rics within the same task induce similar under each curvature regime. NC compares Accuracy model preferences. For NC, we compare and Macro-F1; LP compares AUC and AP. the regime-wise rankings produced by TaTask Regime Spearman Kendall Top-3 Jaccard bles 3 and 8. For LP, we compare the NC Near-zero 0.937 0.848 1.000 regime-wise rankings produced by Tables 4 NC Positive 0.769 0.606 0.500 NC Negative 0.860 0.758 0.500 and 9. The results are shown in Table 11. LP

Near-zero

0.991

0.964

1.000

Table 11 shows that metric choice does not LP Positive 0.836 0.673 0.500 LP Negative 0.864 0.709 0.500 destroy the curvature-conditioned structure of the results. Within each task, the two metrics produce highly consistent rankings in the near-zero regime: NC achieves a Spearman correlation of 0.937 and LP achieves 0.991, with identical top-3 model sets in both cases. This indicates that citation-like graphs induce stable model preferences regardless of the precise metric used. However, consistency becomes weaker in the positive and negative regimes, where the top-3 Jaccard overlap drops to 0.5. This suggests that non-flat regimes are more sensitive not only to model geometry, but also to what aspect of performance is measured. For example, in LP, AUC and AP agree that the near-zero regime strongly favors GraphMoRE, GCN, and GAT, but differ more noticeably in the positive and negative regimes. Cross-task order consistency. Finally, we analyze whether NC and LP induce similar model preferences under the same curvature regime. Instead of comparing only one NC metric against one LP metric, we average the ranking-consistency scores over all four NC–LP metric pairs, where results are summarized in Table 12. For rank-based statistics, we use the common model set shared by the corresponding NC and LP tables. Table 12 shows that cross-task agreement is much Table 12: Cross-task consistency between NC weaker than within-task cross-metric agreement. and LP rankings, averaged over all NC–LP metIn the near-zero regime, NC and LP have almost ric pairs. Higher values indicate stronger agreeno global rank correlation, even though both tasks ment between task-induced model orders. are evaluated on the same citation-like datasets. Tables 3 and 8 show that NC favors PCNet and Regime Spearman Kendall Top-3 Jaccard GraphSAGE, whereas Tables 4 and 9 show that Near-zero 0.011 0.127 0.200 LP favors GraphMoRE together with strong EuPositive 0.066 0.036 0.275 clidean baselines such as GCN and GAT. This Negative 0.352 0.255 0.425 indicates that near-zero geometry alone does not determine a universal model order; the task objective determines which structural signal becomes useful. The negative regime exhibits the strongest cross-task agreement, with Spearman correlation increasing to 0.352 and top-3 Jaccard overlap to 0.425. This is because both NC and LP repeatedly favor geometry-aware or structure-sensitive methods in negatively curved graphs, especially GraphMoRE, QGCN, HGCNN, and PCNet, although their exact ordering still differs by task and metric. The positive regime remains intermediate and metric-sensitive: MLP is highly competitive for NC, while LP favors methods such as GAT, GraphMoRE, and the hyperbolic baseline. Thus, curvature provides a meaningful structural context, but the final ranking is determined by the interaction among geometry, task objective, and evaluation metric. Observation G.2: Model effectiveness is jointly shaped by geometry, task, and metric. The combined analysis of Tables 10, 11, and 12 refines the interpretation of CURVBENCH. Curvature is not a standalone oracle that assigns one universal ranking to each regime. Instead, it defines the structural context in which task-specific and metric-specific preferences emerge. Within a fixed task, different metrics generally preserve the same broad curvature-conditioned trends, especially in the near-zero regime. Across tasks, however, rankings can diverge substantially because NC emphasizes feature separability, neighborhood aggregation, and label smoothness, whereas LP emphasizes pairwise proximity, structural closure, and long-range connectivity. Therefore, model effectiveness is 29

jointly shaped by intrinsic geometry, downstream objective, and evaluation metric. This is precisely why CURVBENCH replaces a single flat leaderboard with regime-conditioned diagnostics: it reveals not only which model performs well, but also under which geometric and task-metric conditions its inductive bias becomes effective. Table 13: Macro-F1 results of GFMs under 1-shot and 5-shot scenarios. OOM means Out-OfMemory. 1-shot scenario Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCOPE MDGPT MDGFM SAMGPT GraphGluing SA2GFM

30.57±6.40 42.75±8.24 42.53±5.32 25.01±8.42 12.98±6.47 37.97±8.36

29.65±10.77 34.86±9.80 37.66±6.14 33.37±7.73 18.03±9.63 26.45±6.44

33.28±7.39 51.89±11.34 50.66±10.12 39.46±9.91 33.07±5.72 42.33±9.73

18.67±7.17 6.65±5.31 14.51±2.83 13.35±6.17 18.34±2.79 17.23±3.96

24.03±6.35 28.14±7.47 29.28±6.17 30.05±7.22 19.21±4.26 18.50±3.40

14.55±5.14 15.92±3.44 17.74±2.12 17.92±5.71 8.28±0.16 15.94±2.06

43.21±2.38 43.85±9.81 37.44±4.52 43.70±5.65 47.39±4.25 42.67±6.90

41.49±6.56 33.42±8.98 OOM 34.74±8.46 OOM OOM

22.07±4.64 22.78±2.57 23.62±2.23 23.77±6.50 19.42±6.71 23.16±3.89

Baselines

Cora

Citeseer

PubMed

Airport

Cornell

Actor

Disease

Telecom

CS_Phds

GCOPE MDGPT MDGFM SAMGPT GraphGluing SA2GFM

60.44±2.06 60.53±4.89 64.31±4.11 35.88±6.95 47.55±5.78 49.24±6.34

50.77±5.38 54.29±6.52 55.28±4.37 50.26±5.89 39.55±2.65 35.41±4.19

56.67±1.67 58.41±7.05 64.99±5.11 55.08±9.11 64.52±1.73 50.63±9.67

15.84±2.65 9.83±3.17 16.10±2.13 15.23±4.77 18.90±3.41 19.24±5.00

64.78±6.99 41.18±6.58 55.80±6.06 48.68±6.70 19.70±1.79 17.07±4.52

21.63±2.38 19.67±4.09 20.10±1.75 17.91±6.14 9.59±2.37 13.52±2.57

55.91±7.32 50.89±9.23 59.27±7.68 65.49±9.55 49.27±4.79 48.92±7.84

55.04±5.59 38.23±7.64 OOM 43.09±7.45 OOM OOM

25.74±2.02 26.16±2.25 25.95±2.46 26.17±6.30 15.47±3.99 26.63±1.67

5-shot scenario

GFM label elasticity and feasibility. We next analyze how GFMs respond to additional supervision under different geometric regimes. The raw 1-shot and 5-shot results are reported in Table 13. For model M and regime r, we define label elasticity as X  1 5-shot 1-shot Elasticity(M, r) = SM,G − SM,G , (19) |Dr (M )| G∈Dr (M )

where Dr (M ) contains the datasets in regime r on which M is feasible. This quantity measures how much additional supervision can compensate for the inductive bias transferred from pretraining. High elasticity indicates that a model is mainly supervision-limited in that regime, whereas low or negative elasticity suggests that the bottleneck lies beyond label scarcity, such as geometric mismatch, optimization difficulty, or scalability constraints. From Table 13, averaged over GFMs, the elasticity is 18.41 in the near-zero regime, 6.47 in the positive regime, and 6.97 in the negative regime. This indicates that near-zero citation-like graphs are highly label-elastic: once additional labels are provided, most GFMs improve substantially. In contrast, positive and negative regimes exhibit much weaker elasticity, suggesting that additional labels alone do not fully resolve the difficulty of these graphs. Their performance is instead shaped by a three-way interaction among geometry, task objective, and the transfer mechanism encoded by each GFM. At the model level, Table 13 shows that GCOPE has the strongest average elasticity among completecoverage methods, improving by 16.59 points on average while remaining feasible on all nine natural graphs. MDGFM has comparable elasticity (13.55) but fails on Telecom, reducing its completecoverage reliability. GraphGluing is especially revealing: it gains 29.18 points in the near-zero regime but only 0.79 in the positive regime and slightly decreases in the negative regime. This suggests a geometry–supervision–scalability frontier. A GFM may benefit strongly from additional labels when its transferred representation is structurally compatible with the target regime, but the same mechanism may fail to produce gains when the regime requires different geometric reasoning or exceeds the model’s feasible operating range. Coverage-aware GFM comparison. Table 13 also shows that several GFMs encounter OOM on Telecom, making it necessary to distinguish accuracy from feasibility. To make the effect of OOM explicit, we compare available-case averages with coverage-aware averages. The available-case average ignores OOM entries, whereas the coverage-aware average divides the total score by all nine datasets, thereby penalizing infeasible evaluations: 1X Scov (M ) = 1[M is feasible on G] · SM,G . (20) 9 G

30

Under 1-shot available-case averaging, MDGFM obtains the highest mean score (31.68). However, after coverage adjustment, MDGPT becomes the strongest 1-shot model (31.14), because it is feasible on all datasets. Under 5-shot coverage-aware evaluation, GCOPE becomes the strongest model (45.20), slightly ahead of MDGFM’s coverage-aware score (40.20). This reversal shows that reporting only available-case performance overestimates specialized or memory-intensive GFMs. Feasibility is therefore not an implementation artifact; it is part of the model’s practical transfer behavior. Observation G.3: GFM progress should be measured by accuracy, elasticity, and coverage jointly. The GFM analysis based on Table 13 suggests that a single few-shot score is insufficient. A strong GFM should not only achieve high accuracy when it runs, but should also improve with additional labels and remain feasible across structurally difficult regimes. In this sense, GCOPE is a robust generalist, MDGFM is a high-performing but less coverage-stable model, and GraphGluing is a geometry-sensitive specialist. This provides a more nuanced evaluation than a flat GFM leaderboard, where OOM cases and regime-specific label elasticity are hidden. Table 14: Macro-F1 results on table Node Classification (NC) task. Baselines

Carcinogenesis

Hepatitis

PTE

Toxicology

F1

GCN GAT GraphSAGE MLP PCNet

46.36±1.90 56.81±4.51 64.31±1.18 48.87±2.40 52.82±2.02

81.89±0.42 77.74±1.40 80.59±1.24 66.98±4.50 82.86±2.13

79.63±1.79 78.30±3.12 81.38±0.08 78.98±0.90 80.47±0.02

41.14±9.10 44.65±0.87 49.70±3.74 35.51±0.00 35.94±1.25

0.48±0.27 0.22±0.01 0.23±0.05 0.63±0.27 0.20±0.01

HGNN HAT HGCNN HyboNet

47.71±5.58 30.19±0.51 47.14±2.19 43.61±1.77

60.91±0.74 37.63±1.16 42.92±1.90 64.50±4.03

76.76±1.39 85.62±3.02 62.58±4.65 30.23±0.00

34.77±0.91 39.64±4.31 35.90±3.05 31.00±0.00

0.73±0.21 2.74±0.29 0.79±0.26 1.20±0.16

CUSP QGCN

43.92±8.79 49.29±9.77

76.06±0.51 58.88±10.13

44.16±11.13 36.90±1.81

36.93±1.81 39.33±2.64

0.75±0.21 1.26±0.60

GraphMoRE

54.06±4.79

79.67±2.05

78.29±1.06

36.09±1.22

0.74±0.12

Specialist–robustness behavior on table-derived graphs. Finally, we examine table-derived NC results in Table 14 through rank mean and rank volatility. For each model, we compute the mean rank and standard deviation of ranks across the five table-derived datasets. GraphSAGE has the best mean rank (3.4), wins two datasets, and appears in the top-3 on four out of five datasets. This makes it the strongest robust baseline on table-derived graphs. In contrast, HAT has the highest rank volatility (5.61): it wins PTE and F1, but ranks last on Carcinogenesis and Hepatitis. PCNet is another specialist, winning Hepatitis but ranking last on F1. GraphMoRE has a moderate mean rank (5.4) but low rank volatility (1.82), indicating stable but rarely dominant behavior. When restricting Table 14 to the four medical table-derived datasets, the conclusion becomes even sharper. GraphSAGE achieves the best medical mean performance (68.99) and the best average medical rank (1.75), while HAT drops to an average medical rank of 7.25 despite winning PTE. Therefore, HAT’s strong overall impression is heavily driven by dataset-specific wins rather than broad robustness. This is consistent with the curvature-skewness view: table-derived graphs can contain strong tail signals, but different schema-induced tails favor different inductive biases. Observation G.4: Table-derived graphs require reporting both winner counts and rank volatility. The results in Table 14 show that the model with the most striking wins is not necessarily the most reliable model. HAT demonstrates high upside but poor stability, while GraphSAGE provides the most consistent performance across medical table-derived datasets. This supports the central claim of CURVBENCH from a different angle: benchmark conclusions should not be reduced to a single averaged score. For heterogeneous relational data, robust evaluation must distinguish between generalists, specialists, and methods whose success is concentrated in narrow structural conditions.

H

Efficiency analysis

We further analyze the computational efficiency of different model families on the NC task. As shown in figure 2 and figure 3, we visualize the runtime footprint through log-scale heatmaps and a train–test efficiency landscape. Before visualization, we correct two apparent logging outliers: the training 31

Figure 2: Total training time heatmap on Node Classification (NC) task.

Figure 3: Toatl test time heatmap on Node Classification (NC) task.

time of HyboNet on PubMed is adjusted from 2278.29 to 227.83, and the training time of QGCN on Cornell is adjusted from 10472.98 to 104.73. These two entries are several orders of magnitude larger than neighboring runs and would otherwise dominate the visualization. The training-time heatmap shows that Euclidean and feature-only methods are generally the most efficient. MLP has the lowest median training time (3.59), followed by HGNN (6.71) and GCN (9.05). Among standard message-passing baselines, GCN, GraphSAGE, GAT, and PCNet remain within a similar order of magnitude, with median training times between 9.05 and 12.53. In contrast, GraphMoRE is substantially more expensive, with a median training time of 197.20, reflecting the overhead of adaptive Riemannian experts. QGCN also incurs a high median training cost (46.22), consistent with the additional computation required by pseudo-Riemannian geometry. Figure 4 reveals an even sharper separation. MLP, GCN, GAT, GraphSAGE, PCNet, HyboNet, and CUSP all remain below 0.1 median test time, indicating that they are efficient at inference once trained. However, several non-Euclidean models introduce substantial inference overhead. HGNN, HGCNN, QGCN, HAT, and GraphMoRE have median test times of 7.92, 9.97, 16.13, 37.12, and 97.07, respectively. This suggests that the computational burden of non-Euclidean modeling is not limited to optimization; for some architectures, it persists during inference due to manifold operations, geometry-specific transformations, or expert routing. The train–test efficiency landscape further separates models into three groups. First, MLP and standard Euclidean GNNs occupy the low-cost region, making them strong efficiency baselines. Second, CUSP and HyboNet have moderate training cost but low test-time cost, suggesting that some geometric or spectral overhead can be amortized after training. Third, QGCN, HAT, HGCNN, and GraphMoRE are high-overhead methods, especially at inference. GraphMoRE is the most expensive model overall, combining the largest median training time with the largest median test time. Therefore, efficiency should be considered jointly with performance: geometry-aware models may improve robustness or regime alignment, but their practical value depends on whether the performance gain justifies the additional train-time and inference-time cost. Observation H: Geometry-aware modeling introduces distinct efficiency profiles. The efficiency results show that computational cost is itself geometry-dependent. Euclidean baselines are consistently lightweight, while adaptive or manifold-heavy methods often incur substantial overhead. Importantly, training cost and inference cost do not always move together. For example, HyboNet has nontrivial training cost but remains relatively cheap at inference, whereas HAT and GraphMoRE are expensive during testing. This distinction matters for deployment: a method that is acceptable for offline training may still be im- Figure 4: Mirrored efficiency diagram across models. 32

practical for repeated inference. CURVBENCH evaluates not only whether a model is accurate under a curvature regime, but also whether its geometric inductive bias is computationally affordable.

33

Record · ID 259470 · SHA-256 8fe464a5d2689a96
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.