LOGIN: A Large Language Model Consulted Graph Neural Network Training Framework
Yiran Qiao, Xiang Ao, Yang Liu, Jiarong Xu, Xiaoqian Sun, Qing He

TL;DR
This paper introduces LOGIN, a framework that integrates Large Language Models as consultants in GNN training, enhancing performance on node classification tasks across various graph types with simpler GNN architectures.
Contribution
The paper proposes a novel paradigm of using LLMs as interactive consultants in GNN training, simplifying design and improving performance.
Findings
Basic GNNs with LOGIN achieve performance comparable to complex GNNs.
LOGIN improves GNN training by leveraging LLMs for semantic and topological guidance.
Framework is effective on both homophilic and heterophilic graphs.
Abstract
Recent prevailing works on graph machine learning typically follow a similar methodology that involves designing advanced variants of graph neural networks (GNNs) to maintain the superior performance of GNNs on different graphs. In this paper, we aim to streamline the GNN design process and leverage the advantages of Large Language Models (LLMs) to improve the performance of GNNs on downstream tasks. We formulate a new paradigm, coined "LLMs-as-Consultants," which integrates LLMs with GNNs in an interactive manner. A framework named LOGIN (LLM Consulted GNN training) is instantiated, empowering the interactive utilization of LLMs within the GNN training process. First, we attentively craft concise prompts for spotted nodes, carrying comprehensive semantic and topological information, and serving as input to LLMs. Second, we refine GNNs by devising a complementary coping mechanism that…
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
