Are Graph Attention Networks Able to Model Structural Information?
Abstract
Graph Attention Networks (GATs) have emerged as powerful models for learning expressive representations from such data by adaptively weighting neighboring nodes through attention mechanisms. However, most existing approaches primarily rely on node attributes and direct neighborhood connections, often overlooking rich structural patterns that capture higher-order topological information crucial for many real-world datasets. In this work, we present the Graph Structure Attention Network (GSAT), a novel extension of GAT that jointly integrates attribute-based and structure-based representations for more effective graph learning. GSAT incorporates structural features derived from anonymous random walks (ARWs) and graph kernels to encode local topological information, enabling attention mechanisms to adapt based on the underlying graph structure. This design enhances the model's ability to discern meaningful relational dependencies within complex data. Comprehensive experiments on standard graph classification and regression benchmarks demonstrate that GSAT achieves consistent improvements over state-of-the-art graph learning methods, highlighting the value of incorporating structural context for representation learning on graphs.
Cite
@article{arxiv.2505.21288,
title = {Are Graph Attention Networks Able to Model Structural Information?},
author = {Farshad Noravesh and Reza Haffari and Layki Soon and Arghya Pal},
journal= {arXiv preprint arXiv:2505.21288},
year = {2026}
}
Comments
15 pages including appendix. The paper is complete