TANGNN: a Concise, Scalable and Effective Graph Neural Networks with Top-m Attention Mechanism for Graph Representation Learning
Jiawei E, Yinglong Zhang, Xuewen Xia, Xing Xu

TL;DR
TANGNN introduces a scalable graph neural network with a Top-m attention mechanism that enhances information aggregation from local and distant nodes, improving efficiency and effectiveness in graph representation learning.
Contribution
The paper presents a novel GNN architecture integrating Top-m attention for better scalability and performance, applied to a new citation sentiment prediction task with superior results.
Findings
Outperforms existing methods in vertex classification and link prediction.
Effectively captures long-distance node relationships.
Achieves superior sentiment prediction accuracy on ArXivNet.
Abstract
In the field of deep learning, Graph Neural Networks (GNNs) and Graph Transformer models, with their outstanding performance and flexible architectural designs, have become leading technologies for processing structured data, especially graph data. Traditional GNNs often face challenges in capturing information from distant vertices effectively. In contrast, Graph Transformer models are particularly adept at managing long-distance node relationships. Despite these advantages, Graph Transformer models still encounter issues with computational and storage efficiency when scaled to large graph datasets. To address these challenges, we propose an innovative Graph Neural Network (GNN) architecture that integrates a Top-m attention mechanism aggregation component and a neighborhood aggregation component, effectively enhancing the model's ability to aggregate relevant information from both…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Neural Networks and Applications
MethodsAttention Is All You Need · Dense Connections · Laplacian EigenMap · Label Smoothing · Dropout · Linear Layer · Laplacian Positional Encodings · Layer Normalization · Byte Pair Encoding · Adam
