GraphFormers: GNN-nested Transformers for Representation Learning on Textual Graph
Junhan Yang, Zheng Liu, Shitao Xiao, Chaozhuo Li, Defu Lian, Sanjay, Agrawal, Amit Singh, Guangzhong Sun, Xing Xie

TL;DR
GraphFormers introduces a novel architecture that integrates GNN components within transformer-based language models to improve textual graph representation learning by fusing text encoding and graph aggregation in an iterative process.
Contribution
It proposes a nested GNN-transformer architecture and a progressive training strategy, enabling more accurate and global understanding of node semantics in textual graphs.
Findings
Outperforms state-of-the-art baselines on three large-scale datasets
Maintains comparable efficiency with existing methods
Enhances the integration of textual and graph information
Abstract
The representation learning on textual graph is to generate low-dimensional embeddings for the nodes based on the individual textual features and the neighbourhood information. Recent breakthroughs on pretrained language models and graph neural networks push forward the development of corresponding techniques. The existing works mainly rely on the cascaded model architecture: the textual features of nodes are independently encoded by language models at first; the textual embeddings are aggregated by graph neural networks afterwards. However, the above architecture is limited due to the independent modeling of textual features. In this work, we propose GraphFormers, where layerwise GNN components are nested alongside the transformer blocks of language models. With the proposed architecture, the text encoding and the graph aggregation are fused into an iterative workflow, {making} each…
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
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Sentiment Analysis and Opinion Mining
