English

'Hello, World!': Making GNNs Talk with LLMs

Machine Learning 2025-09-16 v2

Abstract

While graph neural networks (GNNs) have shown remarkable performance across diverse graph-related tasks, their high-dimensional hidden representations render them black boxes. In this work, we propose Graph Lingual Network (GLN), a GNN built on large language models (LLMs), with hidden representations in the form of human-readable text. Through careful prompt design, GLN incorporates not only the message passing module of GNNs but also advanced GNN techniques, including graph attention and initial residual connection. The comprehensibility of GLN's hidden representations enables an intuitive analysis of how node representations change (1) across layers and (2) under advanced GNN techniques, shedding light on the inner workings of GNNs. Furthermore, we demonstrate that GLN achieves strong zero-shot performance on node classification and link prediction, outperforming existing LLM-based baseline methods.

Keywords

Cite

@article{arxiv.2505.20742,
  title  = {'Hello, World!': Making GNNs Talk with LLMs},
  author = {Sunwoo Kim and Soo Yong Lee and Jaemin Yoo and Kijung Shin},
  journal= {arXiv preprint arXiv:2505.20742},
  year   = {2025}
}

Comments

Published as a conference paper at EMNLP 2025 Findings. Code and datasets are in https://github.com/kswoo97/GLN-Code

R2 v1 2026-07-01T02:41:42.893Z