paper-with-me

홈 › Papers

When Design Rules Break: Benchmark Composition Determines Whether Label Informativeness Predicts GNN Aggregator Choice

2026-06-08 · Neha Sharma, Ritesh Sharma arxiv

We examine whether graph neural network (GNN) design rules generalize across benchmark families by studying aggregator selection (sum, mean, max) on 24 node-classification datasets spanning citation, heterophilic, LINKX Facebook-100, co-purchase, and co-authorship graphs. Edge homophily is only weakly predictive of the GIN-Sum versus GIN-Mean performance gap. Label informativeness predicts this gap well on legacy benchmarks but degrades substantially when Facebook-100 graphs are included. In these dense friendship networks, near-zero label informativeness coexists with a strong preference for sum aggregation, producing gains of 7-10% and up to 13% under extended training. Stochastic block model ablations, including degree-corrected variants matching Facebook-100 degree scales, fail to reproduce this behavior, indicating that mean degree alone does not explain the effect. Among several label-independent graph statistics, the spectral gap uniquely distinguishes these graphs from other low-informativeness datasets, with the effect localized to one-hop neighborhoods and replicated across architectures. We further identify training regimes that interact with aggregator choice and show that PNA can underperform the best single-aggregator GIN on standard citation benchmarks. Our results suggest that benchmark composition, rather than numerical insufficiency, determines whether design rules appear to generalize, and that the Facebook-100 regime provides a concrete target for future adaptive aggregation methods.

📄 PDF Abstract BibTeX arXiv:2606.10249

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Neural Compositional Rule Learning for Knowledge Graph Reasoning

2023-03-07 · Kewei Cheng, Nesreen K. Ahmed, Yizhou Sun

Learning logical rules is critical to improving reasoning in KGs. This is due to their ability to provide logical and interpretable explanations when used for predictions, as well as their ability to generalize to other …

Knowledge Graph CompletionSystematic Generalization

Baba Is AI: Break the Rules to Beat the Benchmark

2024-07-18 · Nathan Cloos, Meagan Jens, Michelangelo Naim, Yen-Ling Kuo 외

Humans solve problems by following existing rules and procedures, and also by leaps of creativity to redefine those rules and objectives. To probe these abilities, we developed a new benchmark based on the game Baba Is Y…

Optimal tie-breaking rules

2023-04-26 · Sumit Goel, Amit Goyal

We consider two-player contests with the possibility of ties and study the effect of different tie-breaking rules on effort. For ratio-form and difference-form contests that admit pure-strategy Nash equilibrium, we find …

Form

A Benchmark for Systematic Generalization in Grounded Language Understanding

2020-03-11 · NeurIPS 2020 12 · Laura Ruis, Jacob Andreas, Marco Baroni, Diane Bouchacourt 외

Humans easily interpret expressions that describe unfamiliar situations composed from familiar parts ("greet the pink brontosaurus by the ferris wheel"). Modern neural networks, by contrast, struggle to interpret novel c…

Systematic Generalization

SRTJ: Self-Evolving Rule-Driven Training-Free LLM Jailbreaking

2026-05-01 · Jindong Li, Ying Liu, Yali Fu, Jinjing Zhu 외 arxiv

LLMs are increasingly equipped with safety alignment mechanisms, yet recent studies demonstrate that they remain vulnerable to jailbreaking attacks that elicit harmful behaviors without explicit policy violations. While …