paper-with-me

홈 › Papers

Graph Neural Architecture Search with GPT-4

2023-09-30 · Haishuai Wang, Yang Gao, Xin Zheng, Peng Zhang, Hongyang Chen, Jiajun Bu, Philip S. Yu

Graph Neural Architecture Search (GNAS) has shown promising results in automatically designing graph neural networks. However, GNAS still requires intensive human labor with rich domain knowledge to design the search space and search strategy. In this paper, we integrate GPT-4 into GNAS and propose a new GPT-4 based Graph Neural Architecture Search method (GPT4GNAS for short). The basic idea of our method is to design a new class of prompts for GPT-4 to guide GPT-4 toward 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 GPT-4 with the prompts, GPT4GNAS generates more accurate graph neural networks with fast convergence. Experimental results show that embedding GPT-4 into GNAS outperforms the state-of-the-art GNAS methods.

📄 PDF Abstract BibTeX arXiv:2310.01436

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture Search

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Towards Lightweight Graph Neural Network Search with Curriculum Graph Sparsification

2024-06-24 · Beini Xie, Heng Chang, Ziwei Zhang, Zeyang Zhang 외

Graph Neural Architecture Search (GNAS) has achieved superior performance on various graph-structured tasks. However, existing GNAS studies overlook the applications of GNAS in resource-constraint scenarios. This paper p…

Graph Neural NetworkNetwork PruningNeural Architecture SearchNode Classification

Causal-aware Graph Neural Architecture Search under Distribution Shifts

2024-05-26 · Peiwen Li, Xin Wang, Zeyang Zhang, Yijian Qin 외

Graph NAS has emerged as a promising approach for autonomously designing GNN architectures by leveraging the correlations between graphs and architectures. Existing methods fail to generalize under distribution shifts th…

Graph EmbeddingNeural Architecture SearchOut-of-Distribution Generalization

GraphPAS: Parallel Architecture Search for Graph Neural Networks

2021-12-07 · Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval 2021 7 · Jiamin Chen, Jianliang Gao, Yibo Chen, Oloulade Babatounde Moctard 외

Graph neural architecture search has received a lot of attention as Graph Neural Networks (GNNs) has been successfully applied on the non-Euclidean data recently. However, exploring all possible GNNs architectures in the…

Neural Architecture Search

Efficient Graph Neural Architecture Search

2021-01-01 · Huan Zhao, Lanning Wei, Quanming Yao, Zhiqiang He

Recently, graph neural networks (GNN) have been demonstrated effective in various graph-based tasks. To obtain state-of-the-art (SOAT) data-specific GNN architectures, researchers turn to the neural architecture search …

Neural Architecture SearchTransfer Learning

Efficient and Explainable Graph Neural Architecture Search via Monte-Carlo Tree Search

2023-08-30 · Yuya Sasaki

Graph neural networks (GNNs) are powerful tools for performing data science tasks in various domains. Although we use GNNs in wide application scenarios, it is a laborious task for researchers and practitioners to design…

Neural Architecture Search