A neural-symbolic graph network is a hybrid AI architecture that applies graph neural networks (GNNs) to structured, symbolic knowledge representations like knowledge graphs. This fusion enables the system to perform relational reasoning and learn directly over entities and their connections, combining the pattern recognition power of neural networks with the explicit, logical structure of symbolic AI. The network's core operation is message passing, where node representations are iteratively updated based on their neighbors' features and the semantics of the connecting edges.
