vix.ing · top · new · best · stats

LLM Features Can Hurt GNNs: Concatenation Interference on Homophilous Graph Benchmarks

2026/06/16 by Zhongyuan Wang, Pratyusha Vemuri · 1 voice
Computer Science · #cs.LG #cs.AI #cs.CL #cs.SI

paper · pdf

Abstract

Adding LLM-generated node features to graph neural networks (GNNs) is widely reported to improve accuracy on standard benchmarks. We document a contrasting observation: when LLM features are introduced through pure input concatenation (rather than joint training, distillation, or prompt-conditioning), they can systematically degrade accuracy on the same homophilous benchmarks where end-to-end LLM pipelines succeed. With an MLP backbone on the Planetoid public split and bag-of-words original features, concatenating SBERT-encoded GPT-4o-mini TAPE features reduces PubMed test accuracy by -17.0 +/- 0.3 pp and Cora by -4.3 +/- 0.6 pp (CiteSeer -0.6 +/- 0.8 pp, within seed noise). The drop attenuates as we relax each condition (GCN / GCNII / GAT backbones, random splits, smaller encoders) and reverses on medium-homophily WikiCS (+4.4 pp) and ogbn-arxiv (+11.7 pp). To predict when concatenation helps versus hurts, we report a simple measure of LLM-alone discriminability, Deltasig. Across 9 datasets Deltasig correlates with the concatenation cost more strongly than homophily at point estimate (r2 = 0.38 vs. 0.06; N=9, bootstrap CIs overlap). The bootstrap-best change-point is tau = 13.8 pp, and the rule "Deltasig <= tau predicts non-positive concat cost" classifies 7/9 datasets correctly; since 60% of bootstrap samples place tau in [5, 30] pp, we treat Deltasig as an interpretive lens rather than a precision filter. A dimension-controlled ablation on PubMed places the LLM-feature drop between same-source PCA (-2.3 pp) and same-dim Gaussian noise (-37.3 pp), ruling out dimensionality and weight-decay artifacts. Nine PubMed configurations fit a power law |Deltaconcat| proportional to (sqrt(dl/n))1.31 with r2 = 0.97; the low-Deltasig, small-n corner is exactly where the headline -17 pp PubMed deficit appears.

Citations

Discussions

Related