Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 95% Match Research Paper ML Researchers,GNN Developers,AutoML Practitioners,Data Scientists 1 week ago

Graph Neural Architecture Search with GPT-4

graph-neural-networks › graph-learning
📄 Abstract

Abstract: Graph Neural Architecture Search (GNAS) has shown promising results in finding the best graph neural network architecture on a given graph dataset. However, existing GNAS methods still require intensive human labor and rich domain knowledge when designing the search space and search strategy. To this end, we integrate Large Language Models (LLMs) into GNAS and present a new GNAS model based on LLMs (GNAS-LLM for short). The basic idea of GNAS-LLM is to design a new class of GNAS prompts for LLMs to guide LLMs towards understanding the generative task of graph neural architectures. The prompts consist of descriptions of the search space, search strategy, and search feedback of GNAS. By iteratively running LLMs with the prompts, GNAS-LLM generates more accurate graph neural network architectures with fast convergence. Experimental results show that GNAS-LLM outperforms the state-of-the-art GNAS methods on four benchmark graph datasets, with an average improvement of 0.7% on the validation sets and 0.3% on the test sets. Besides, GNAS-LLM achieves an average improvement of 1.0% on the test sets based on the search space from AutoGEL.
Authors (6)
Haishuai Wang
Yang Gao
Xin Zheng
Peng Zhang
Jiajun Bu
Philip S. Yu
Submitted
September 30, 2023
arXiv Category
cs.LG
Science China Information Sciences 2025
arXiv PDF

Key Contributions

Introduces GNAS-LLM, a novel approach that integrates LLMs (specifically GPT-4) into Graph Neural Architecture Search. By designing specialized prompts, it guides LLMs to understand the GNAS task, enabling them to generate more accurate GNN architectures with fast convergence, significantly reducing human effort and domain knowledge requirements.

Business Value

Automates the complex and time-consuming process of designing effective Graph Neural Networks, accelerating the development of AI solutions for graph-structured data in areas like social networks, molecular modeling, and recommendation systems.