Each Graph is a New Language: Graph Learning with LLMs
Huachi Zhou, Jiahe Du, Chuang Zhou, Chang Yang, Yilin Xiao, Yuxuan Xie, Xiao Huang

TL;DR
This paper introduces GDL4LLM, a novel framework that treats graphs as a language to enable LLMs to understand and model graph structures effectively for node classification, overcoming previous limitations of verbose descriptions and inadequate structural information.
Contribution
GDL4LLM translates graph structures into a specialized language corpus and pre-trains LLMs on it, allowing concise and effective modeling of complex graph structures.
Findings
GDL4LLM outperforms existing baselines on multiple datasets.
It efficiently models different orders of graph structure.
The approach improves node classification accuracy.
Abstract
Recent efforts leverage Large Language Models (LLMs) for modeling text-attributed graph structures in node classification tasks. These approaches describe graph structures for LLMs to understand or aggregate LLM-generated textual attribute embeddings through graph structure. However, these approaches face two main limitations in modeling graph structures with LLMs. (i) Graph descriptions become verbose in describing high-order graph structure. (ii) Textual attributes alone do not contain adequate graph structure information. It is challenging to model graph structure concisely and adequately with LLMs. LLMs lack built-in mechanisms to model graph structures directly. They also struggle with complex long-range dependencies between high-order nodes and target nodes. Inspired by the observation that LLMs pre-trained on one language can achieve exceptional performance on another with…
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.
Videos
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Semantic Web and Ontologies
