paper-with-me

홈 › Papers

LLM4GNAS: A Large Language Model Based Toolkit for Graph Neural Architecture Search

2025-02-12 · Yang Gao, Hong Yang, Yizhi Chen, Junxian Wu, Peng Zhang, Haishuai Wang

Graph Neural Architecture Search (GNAS) facilitates the automatic design of Graph Neural Networks (GNNs) tailored to specific downstream graph learning tasks. However, existing GNAS approaches often require manual adaptation to new graph search spaces, necessitating substantial code optimization and domain-specific knowledge. To address this challenge, we present LLM4GNAS, a toolkit for GNAS that leverages the generative capabilities of Large Language Models (LLMs). LLM4GNAS includes an algorithm library for graph neural architecture search algorithms based on LLMs, enabling the adaptation of GNAS methods to new search spaces through the modification of LLM prompts. This approach reduces the need for manual intervention in algorithm adaptation and code modification. The LLM4GNAS toolkit is extensible and robust, incorporating LLM-enhanced graph feature engineering, LLM-enhanced graph neural architecture search, and LLM-enhanced hyperparameter optimization. Experimental results indicate that LLM4GNAS outperforms existing GNAS methods on tasks involving both homogeneous and heterogeneous graphs.

📄 PDF Abstract BibTeX arXiv:2502.10459

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringGraph LearningHyperparameter OptimizationLanguage ModelingLanguage ModellingLarge Language ModelNeural Architecture Search

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Graph Neural Architecture Search from Message-passing

2021-03-26 · CVPR 2021 1 · Shaofei Cai, Liang Li, Jincan Deng, Beichen Zhang 외

Graph neural networks (GNNs) emerged recently as a standard toolkit for learning from data on graphs. Current GNN designing works depend on immense human expertise to explore different message-passing mechanisms, and req…

feature selectionNeural Architecture Search

SA-GNAS: Seed Architecture Expansion for Efficient Large-scale Graph Neural Architecture Search

2024-12-03 · Guanghui Zhu, Zipeng Ji, Jingyan Chen, LiMin Wang 외

GNAS (Graph Neural Architecture Search) has demonstrated great effectiveness in automatically designing the optimal graph neural architectures for multiple downstream tasks, such as node classification and link predictio…

Link PredictionNeural Architecture SearchNode Classification

Graph Neural Architecture Search with GPT-4

2023-09-30 · Haishuai Wang, Yang Gao, Xin Zheng, Peng Zhang 외

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 spa…

Neural Architecture Search

Heterogeneous Graph Neural Architecture Search with GPT-4

2023-12-14 · Haoyuan Dong, Yang Gao, Haishuai Wang, Hong Yang 외

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 sear…

Neural Architecture Search

Knowledge-aware Evolutionary Graph Neural Architecture Search

2024-11-26 · Chao Wang, Jiaxuan Zhao, Lingling Li, Licheng Jiao 외

Graph neural architecture search (GNAS) can customize high-performance graph neural network architectures for specific graph tasks or datasets. However, existing GNAS methods begin searching for architectures from a zero…

GPUGraph Neural NetworkNeural Architecture Search