paper-with-me

홈 › Papers

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

2025-11-11 · Han Yu, Xiaojuan Zhao, Aiping Li, Kai Chen, Ziniu Liu, Zhichao Peng 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 simple single-relation graphs, and there is still insufficient discussion on the power of GNN to express logical rules in KGs. How to enhance the logical expressive power of GNNs is still a key issue. Motivated by this, we propose Path-Neighbor enhanced GNN (PN-GNN), a method to enhance the logical expressive power of GNN by aggregating node-neighbor embeddings on the reasoning path. First, we analyze the logical expressive power of existing GNN-based methods and point out the shortcomings of the expressive power of these methods. Then, we theoretically investigate the logical expressive power of PN-GNN, showing that it not only has strictly stronger expressive power than C-GNN but also that its $(k+1)$-hop logical expressiveness is strictly superior to that of $k$-hop. Finally, we evaluate the logical expressive power of PN-GNN on six synthetic datasets and two real-world datasets. Both theoretical analysis and extensive experiments confirm that PN-GNN enhances the expressive power of logical rules without compromising generalization, as evidenced by its competitive performance in KG reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2511.07994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Higher-Order Attribute-Enhancing Heterogeneous Graph Neural Networks

2021-04-16 · JianXin Li, Hao Peng, Yuwei Cao, Yingtong Dou 외

Graph neural networks (GNNs) have been widely used in deep learning on graphs. They can learn effective node representations that achieve superior performances in graph analysis tasks such as node classification and node…

AttributeClusteringGraph Neural NetworkNode Classification+2

Node-to-Neighborhood Semantic Consistency: Text-Topology Alignment for TAGs Anomaly Detection

2026-06-29 · Bochen Lin, Jianxiang Yu, Jiayi Wu, Lin Qi 외 arxiv

Graph anomaly detection (GAD) on text-attributed graphs (TAGs) is vital for applications such as fraud detection and academic integrity verification. Existing approaches generally fall into two paradigms. GNN-based metho…

Graph Anomaly DetectionFraud Detection

Asynchronous Neural Networks for Learning in Graphs

2022-05-24 · Lukas Faber, Roger Wattenhofer

This paper studies asynchronous message passing (AMP), a new paradigm for applying neural network based learning to graphs. Existing graph neural networks use the synchronous distributed computing model and aggregate the…

Distributed ComputingGraph Classification

Union Subgraph Neural Networks

2023-05-25 · Jiaxing Xu, Aihu Zhang, Qingtian Bian, Vijay Prakash Dwivedi 외

Graph Neural Networks (GNNs) are widely used for graph representation learning in many application domains. The expressiveness of vanilla GNNs is upper-bounded by 1-dimensional Weisfeiler-Leman (1-WL) test as they operat…

Computational EfficiencyGraph Representation LearningRepresentation Learning

Graph Transformer-Based Pathway Embedding for Cancer Prognosis

2026-04-17 · Koushik Howlader, Md Tauhidul Islam, Wei Le arxiv

Accurate prediction of cancer progression remains a challenge due to the high heterogeneity of molecular omics data across patients. While biologically informed models have improved the interpretability of these predicti…