paper-with-me

홈 › Papers

The Logical Expressiveness of Temporal GNNs via Two-Dimensional Product Logics

2025-05-17 · Marco Sälzer, Przemysław Andrzej Wałęga, Martin Lange

In recent years, the expressive power of various neural architectures -- including graph neural networks (GNNs), transformers, and recurrent neural networks -- has been characterised using tools from logic and formal language theory. As the capabilities of basic architectures are becoming well understood, increasing attention is turning to models that combine multiple architectural paradigms. Among them particularly important, and challenging to analyse, are temporal extensions of GNNs, which integrate both spatial (graph-structure) and temporal (evolution over time) dimensions. In this paper, we initiate the study of logical characterisation of temporal GNNs by connecting them to two-dimensional product logics. We show that the expressive power of temporal GNNs depends on how graph and temporal components are combined. In particular, temporal GNNs that apply static GNNs recursively over time can capture all properties definable in the product logic of (past) propositional temporal logic PTL and the modal logic K. In contrast, architectures such as graph-and-time TGNNs and global TGNNs can only express restricted fragments of this logic, where the interaction between temporal and spatial operators is syntactically constrained. These results yield the first logical characterisations of temporal GNNs and establish new relative expressiveness results for temporal GNNs.

📄 PDF Abstract BibTeX arXiv:2505.11930

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Calibrate and Boost Logical Expressiveness of GNN Over Multi-Relational and Temporal Graphs

2023-11-03 · NeurIPS 2023 11 · Yeyuan Chen, Dingmin Wang

As a powerful framework for graph representation learning, Graph Neural Networks (GNNs) have garnered significant attention in recent years. However, to the best of our knowledge, there has been no formal analysis of the…

Graph Representation LearningNode ClassificationRepresentation Learning

Aggregate-Combine-Readout GNNs Are More Expressive Than Logic C2

2025-08-08 · Stan P Hauke, Przemysław Andrzej Wałęga arxiv

In recent years, there has been growing interest in understanding the expressive power of graph neural networks (GNNs) by relating them to logical languages. This research has been been initialised by an influential resu…

Structural Preservation and the Logical Expressiveness of Graph Neural Networks

2026-06-16 · Przemysław Andrzej Wałęga, Bernardo Cuenca Grau arxiv

Bridges between graph neural networks (GNNs) and logical formalisms have been established by fixing architectural choices, such as the types of aggregation, combination, and activation functions. These choices define res…

How Expressive are Graph Neural Networks in Recommendation?

2023-08-22 · Xuheng Cai, Lianghao Xia, Xubin Ren, Chao Huang

Graph Neural Networks (GNNs) have demonstrated superior performance on various graph learning tasks, including recommendation, where they leverage user-item collaborative filtering signals in graphs. However, theoretical…

Collaborative FilteringGraph Learning

Enhancing Logical Expressiveness in Graph Neural Networks via Path-Neighbor Aggregation

2025-11-11 · Han Yu, Xiaojuan Zhao, Aiping Li, Kai Chen 외 arxiv

Graph neural networks (GNNs) can effectively model structural information of graphs, making them widely used in knowledge graph (KG) reasoning. However, existing studies on the expressive power of GNNs mainly focuses on …