Heterogeneous Graph Neural Architecture Search with GPT-4
Haoyuan Dong, Yang Gao, Haishuai Wang, Hong Yang, Peng Zhang

TL;DR
This paper introduces GHGNAS, a GPT-4 based method for heterogeneous graph neural architecture search that improves efficiency, stability, and accuracy over previous algorithms by leveraging prompt-based iterative optimization.
Contribution
The paper proposes a novel GPT-4 guided HGNAS approach that enhances search stability and effectiveness through prompt-based feedback loops.
Findings
GHGNAS outperforms previous HGNAS methods in efficiency and stability.
The GPT-4 based approach effectively designs new heterogeneous graph neural networks.
Experimental results demonstrate improved search accuracy and robustness.
Abstract
Heterogeneous graph neural architecture search (HGNAS) represents a powerful tool for automatically designing effective heterogeneous graph neural networks. However, existing HGNAS algorithms suffer from inefficient searches and unstable results. In this paper, we present a new GPT-4 based HGNAS model to improve the search efficiency and search accuracy of HGNAS. Specifically, we present a new GPT-4 enhanced Heterogeneous Graph Neural Architecture Search (GHGNAS for short). The basic idea of GHGNAS is to design a set of prompts that can guide GPT-4 toward the task of generating new heterogeneous graph neural architectures. By iteratively asking GPT-4 with the prompts, GHGNAS continually validates the accuracy of the generated HGNNs and uses the feedback to further optimize the prompts. Experimental results show that GHGNAS can design new HGNNs by leveraging the powerful generalization…
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 · Advanced Memory and Neural Computing · Graph Theory and Algorithms
MethodsSparse Evolutionary Training · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Layer Normalization · Residual Connection · Multi-Head Attention · Dropout · Dense Connections · Position-Wise Feed-Forward Layer
