Deep Semantic Graph Learning via LLM based Node Enhancement
Chuanqi Shi, Yiyi Tao, Hang Zhang, Lun Wang, Shaoshuai Du, Yixian, Shen, and Yanxin Shen

TL;DR
This paper introduces a novel graph learning framework that integrates Large Language Model-generated semantic node features with Graph Transformer architecture, significantly enhancing node classification performance by capturing deep textual semantics and structural information.
Contribution
It presents a new method combining LLM-based semantic node features with Graph Transformer, improving deep semantic understanding in graph learning tasks.
Findings
LLM-enhanced node features improve classification accuracy
The model captures both local and global graph structures
Experimental results outperform existing methods
Abstract
Graph learning has attracted significant attention due to its widespread real-world applications. Current mainstream approaches rely on text node features and obtain initial node embeddings through shallow embedding learning using GNNs, which shows limitations in capturing deep textual semantics. Recent advances in Large Language Models (LLMs) have demonstrated superior capabilities in understanding text semantics, transforming traditional text feature processing. This paper proposes a novel framework that combines Graph Transformer architecture with LLM-enhanced node features. Specifically, we leverage LLMs to generate rich semantic representations of text nodes, which are then processed by a multi-head self-attention mechanism in the Graph Transformer to capture both local and global graph structural information. Our model utilizes the Transformer's attention mechanism to dynamically…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Brain Tumor Detection and Classification
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Softmax · Absolute Position Encodings · Laplacian EigenMap · Dropout · Laplacian Positional Encodings
