LGAIJul 7, 2023

Exploring the Potential of Large Language Models (LLMs) in Learning on Graphs

arXiv:2307.03393v4429 citationsh-index: 90Has Code
AI Analysis

This work addresses the limitations of shallow text embeddings in graph learning for applications like social networks or recommendation systems, but it is incremental as it builds on existing GNN and LLM methods.

The paper explores using Large Language Models (LLMs) for node classification in graph machine learning, proposing two pipelines (LLMs-as-Enhancers and LLMs-as-Predictors) and conducting systematic studies to reveal new insights and possibilities.

Learning on Graphs has attracted immense attention due to its wide real-world applications. The most popular pipeline for learning on graphs with textual node attributes primarily relies on Graph Neural Networks (GNNs), and utilizes shallow text embedding as initial node representations, which has limitations in general knowledge and profound semantic understanding. In recent years, Large Language Models (LLMs) have been proven to possess extensive common knowledge and powerful semantic comprehension abilities that have revolutionized existing workflows to handle text data. In this paper, we aim to explore the potential of LLMs in graph machine learning, especially the node classification task, and investigate two possible pipelines: LLMs-as-Enhancers and LLMs-as-Predictors. The former leverages LLMs to enhance nodes' text attributes with their massive knowledge and then generate predictions through GNNs. The latter attempts to directly employ LLMs as standalone predictors. We conduct comprehensive and systematical studies on these two pipelines under various settings. From comprehensive empirical results, we make original observations and find new insights that open new possibilities and suggest promising directions to leverage LLMs for learning on graphs. Our codes and datasets are available at https://github.com/CurryTang/Graph-LLM.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes