Recurrent graph neural networks connected to verifiable logical formulas
Recurrent GraphNeural NetworkswithSet-BasedAggregation
Summary
This paper studies a special kind of neural networks called recurrent graph neural networks that process information by passing messages repeatedly until they stabilize. Unlike past work, the authors focus on networks that use set-based aggregation instead of counting, which lets them find clear logical formulas representing what the networks do. They show these networks correspond exactly to a well-studied class of logical properties that can be checked from the network’s weights, without needing extra signals or guesses. This connection means that for networks meeting their conditions, one can explain and verify their behavior using symbolic logic.
What this means in practice
- •For graph machine learning engineers: Confirm stability and correctness of recurrent graph neural network models by checking their weights against known logical conditions.
- •For formal verification teams: Translate certain recurrent graph neural networks into logical formulas for easier symbolic verification of safety and reachability properties.
A theory result. No direct application yet.