{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2512-17762","title":"Can You Hear Me Now? A Benchmark for Long-Range Graph Propagation","arxiv_id":"2512.17762","date":"2025-12-19","proceeding":"ICLR","authors":["Luca Miglior","Matteo Tolloso","Alessio Gravina","Davide Bacciu"],"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.","url_abs":"https://arxiv.org/abs/2512.17762","url_pdf":"https://arxiv.org/pdf/2512.17762","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2512.17762","atlas_url":"https://app.syntology.ai/?focus=2512.17762","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2512.17762"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Graph-ECHO-Benchmark/ECHO","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":1,"unverified":8},"by_repo_kind":{"found_in_text":{"samples":9,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"b5c9e7acf599a98a","entry":"get_log_deg","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"models/grit_layer.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/models/grit_layer.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b5c9e7acf599a98a"}},{"code_sha256_prefix":"8d55208f8c6e7200","entry":"constant_features_transform","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"utils/echo_dataset.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/utils/echo_dataset.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8d55208f8c6e7200"}},{"code_sha256_prefix":"64a33aef7aa98a28","entry":"convert_to_lit_dataset","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"utils/litmodels.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/utils/litmodels.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"64a33aef7aa98a28"}},{"code_sha256_prefix":"70e93e68f2edfa7d","entry":"evaluate","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"PyG_implementation/echo_benchmark_example.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/PyG_implementation/echo_benchmark_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"70e93e68f2edfa7d"}},{"code_sha256_prefix":"4c8636912cd02526","entry":"is_uninitialized_parameter","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"models/phdgn_utils.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/models/phdgn_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4c8636912cd02526"}},{"code_sha256_prefix":"25aa6f8f67c360b6","entry":"log10_mse_loss","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"PyG_implementation/echo_benchmark_example.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/PyG_implementation/echo_benchmark_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"25aa6f8f67c360b6"}},{"code_sha256_prefix":"171608f792ff5805","entry":"reset_bias_","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"models/phdgn_utils.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/models/phdgn_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"171608f792ff5805"}},{"code_sha256_prefix":"37dc8fcbfe178a3d","entry":"reset_weight_","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"models/phdgn_utils.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/models/phdgn_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"37dc8fcbfe178a3d"}},{"code_sha256_prefix":"2f8e820b05290657","entry":"train","repo":"Graph-ECHO-Benchmark/ECHO","repo_kind":"found_in_text","path":"PyG_implementation/echo_benchmark_example.py","file_url":"https://github.com/Graph-ECHO-Benchmark/ECHO/blob/HEAD/PyG_implementation/echo_benchmark_example.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2f8e820b05290657"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":null}