SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2403.13749 · NeurIPS · 2024

Weisfeiler and Leman Go Loopy: A New Hierarchy for Graph Representational Learning

Gitta Kutyniok, Sohir Maskey, Pascal Welke, Raffaele Paolino

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
rpaolino/loopy canonical 2 of 2
FunctionStatusWhere it lives
custom_propagate Ran rpaolino/loopy/src/nn/loopy.py
code served (permissive licence) · get_code("292508e17bb058d4")
get_nonlinearity Ran rpaolino/loopy/src/nn/loopy.py
code served (permissive licence) · get_code("7793d0b0e246afd9")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

We introduce r-loopy Weisfeiler-Leman (r-ℓWL), a novel hierarchy of graph isomorphism tests and a corresponding GNN framework, r-ℓMPNN, that can count cycles up to length r+2. Most notably, we show that r-ℓWL can count homomorphisms of cactus graphs. This extends 1-WL, which can only count homomorphisms of trees and, in fact, we prove that r-ℓWL is incomparable to k-WL for any fixed k. We empirically validate the expressive and counting power of r-ℓMPNN on several synthetic datasets and demonstrate the scalability and strong performance on various real-world datasets, particularly on sparse graphs. Our code is available on GitHub.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2403.13749")
get_code_for_paper("2403.13749")
have("2403.13749")

Connect an agent — have() is free.