Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning on Large-scale Text-attributed Graphs via Variational Inference

About

This paper studies learning on text-attributed graphs (TAGs), where each node is associated with a text description. An ideal solution for such a problem would be integrating both the text and graph structure information with large language models and graph neural networks (GNNs). However, the problem becomes very challenging when graphs are large due to the high computational complexity brought by training large language models and GNNs together. In this paper, we propose an efficient and effective solution to learning on large text-attributed graphs by fusing graph structure and language learning with a variational Expectation-Maximization (EM) framework, called GLEM. Instead of simultaneously training large language models and GNNs on big graphs, GLEM proposes to alternatively update the two modules in the E-step and M-step. Such a procedure allows training the two modules separately while simultaneously allowing the two modules to interact and mutually enhance each other. Extensive experiments on multiple data sets demonstrate the efficiency and effectiveness of the proposed approach.

Jianan Zhao, Meng Qu, Chaozhuo Li, Hao Yan, Qian Liu, Rui Li, Xing Xie, Jian Tang• 2022

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy78.11
1215
Node ClassificationCiteseer
Accuracy68.8
1037
Node ClassificationCora (test)
Mean Accuracy87.07
951
Node ClassificationPubmed
Accuracy81.7
865
Node ClassificationCiteseer
Accuracy77.42
503
Node Classificationogbn-arxiv (test)
Accuracy76.97
497
Node ClassificationPubmed
Accuracy74.17
363
Node ClassificationwikiCS
Accuracy78.23
329
Node ClassificationOgbn-arxiv
Accuracy47.73
304
Node ClassificationarXiv
Accuracy73.55
254
Showing 10 of 34 rows

Other info

Code

Follow for update