Can You Hear Me Now? A Benchmark for Long-Range Graph Propagation
Luca Miglior, Matteo Tolloso, Alessio Gravina, Davide Bacciu
TL;DR
This paper addresses the difficulty of capturing long-range interactions in GNNs and introduces ECHO, a benchmark combining synthetic long-range tasks and chemically grounded real-world datasets to stress global information propagation. It demonstrates that standard message-passing models struggle with long-range dependencies, while architectures with global attention or non-dissipative dynamics achieve stronger performance, establishing baselines and actionable insights. ECHO comprises five tasks (three synthetic in ECHO-Synth and two chemistry-based in ECHO-Chem) with explicit propagation ranges, sizes, and topologies, accompanied by thorough experimental analyses and runtime considerations. Overall, ECHO sets a new standard for evaluating long-range graph information propagation and lays the groundwork for designing more scalable, physics-informed GNNs for AI-driven science.
Abstract
Effectively capturing long-range interactions remains a fundamental yet unresolved challenge in graph neural network (GNN) research, critical for applications across diverse fields of science. To systematically address this, we introduce ECHO (Evaluating Communication over long HOps), a novel benchmark specifically designed to rigorously assess the capabilities of GNNs in handling very long-range graph propagation. ECHO includes three synthetic graph tasks, namely single-source shortest paths, node eccentricity, and graph diameter, each constructed over diverse and structurally challenging topologies intentionally designed to introduce significant information bottlenecks. ECHO also includes two real-world datasets, ECHO-Charge and ECHO-Energy, which define chemically grounded benchmarks for predicting atomic partial charges and molecular total energies, respectively, with reference computations obtained at the density functional theory (DFT) level. Both tasks inherently depend on capturing complex long-range molecular interactions. Our extensive benchmarking of popular GNN architectures reveals clear performance gaps, emphasizing the difficulty of true long-range propagation and highlighting design choices capable of overcoming inherent limitations. ECHO thereby sets a new standard for evaluating long-range information propagation, also providing a compelling example for its need in AI for science.
