Recursive querying of neural networks via weighted structures
Martin Grohe, Christoph Standke, Juno Steegmans, Jan Van den Bussche
TL;DR
This work develops a logical framework for querying neural networks through weighted-structure logics. It introduces $FO(SUM)$ for weighted structures and extends it with recursion via $IFP(SUM)$, including a looser, update-friendly semantics and a normal-form result. A scalar fragment, $sIFP(SUM)$, achieves $PTIME$ data complexity and can express all PTIME model-agnostic queries on networks with polynomially bounded reduced weights, while simple $FO(\mathbf R_{\text{lin}},f)$ queries become NP-hard, highlighting expressivity limits. To overcome depth restrictions, the authors propose iterated $FO(SUM)$ transductions, which can express all $FO(\mathbf R,f)$ queries and reach computational completeness for rational weighted structures. Together, these results illuminate the trade-offs between expressive power and tractability in model-agnostic, logic-based querying of neural networks, and suggest directions for practical implementation and further theory in ML model verification and interpretation.
Abstract
Expressive querying of machine learning models - viewed as a form of intentional data - enables their verification and interpretation using declarative languages, thereby making learned representations of data more accessible. Motivated by the querying of feedforward neural networks, we investigate logics for weighted structures. In the absence of a bound on neural network depth, such logics must incorporate recursion; thereto we revisit the functional fixpoint mechanism proposed by Grädel and Gurevich. We adopt it in a Datalog-like syntax; we extend normal forms for fixpoint logics to weighted structures; and show an equivalent "loose" fixpoint mechanism that allows values of inductively defined weight functions to be overwritten. We propose a "scalar" restriction of functional fixpoint logic, of polynomial-time data complexity, and show it can express all PTIME model-agnostic queries over reduced networks with polynomially bounded weights. In contrast, we show that very simple model-agnostic queries are already NP-complete. Finally, we consider transformations of weighted structures by iterated transductions.
