LGMay 28, 2025

NOCL: Node-Oriented Conceptualization LLM for Graph Tasks without Message Passing

arXiv:2506.10014v1h-index: 9
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting LLMs to graph data for domains like social networks and biology, offering a novel approach that is incremental in combining existing techniques.

The paper tackles the problem of applying Large Language Models (LLMs) to graph tasks by proposing NOCL, a framework that converts node attributes into structured language and compresses them into semantic embeddings, achieving up to 93.9% token reduction and demonstrating competitive supervised performance and superior zero-shot generalization compared to traditional methods.

Graphs are essential for modeling complex interactions across domains such as social networks, biology, and recommendation systems. Traditional Graph Neural Networks, particularly Message Passing Neural Networks (MPNNs), rely heavily on supervised learning, limiting their generalization and applicability in label-scarce scenarios. Recent self-supervised approaches still require labeled fine-tuning, limiting their effectiveness in zero-shot scenarios. Meanwhile, Large Language Models (LLMs) excel in natural language tasks but face significant challenges when applied to graphs, including preserving reasoning abilities, managing extensive token lengths from rich node attributes, and being limited to textual-attributed graphs (TAGs) and a single level task. To overcome these limitations, we propose the Node-Oriented Conceptualization LLM (NOCL), a novel framework that leverages two core techniques: 1) node description, which converts heterogeneous node attributes into structured natural language, extending LLM from TAGs to non-TAGs; 2) node concept, which encodes node descriptions into compact semantic embeddings using pretrained language models, significantly reducing token lengths by up to 93.9% compared to directly using node descriptions. Additionally, our NOCL employs graph representation descriptors to unify graph tasks at various levels into a shared, language-based query format, paving a new direction for Graph Foundation Models. Experimental results validate NOCL's competitive supervised performance relative to traditional MPNNs and hybrid LLM-MPNN methods and demonstrate superior generalization in zero-shot settings.

Foundations

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

Your Notes