Path-LLM: A Shortest-Path-based LLM Learning for Unified Graph Representation
Wenbo Shang, Xuliang Zhu, Xin Huang

TL;DR
Path-LLM introduces a novel shortest-path-based framework leveraging large language models for unified graph representation, significantly reducing training needs and improving performance on various graph tasks.
Contribution
The paper proposes a new Path-LLM model that combines shortest-path selection, path textualization, and self-supervised LLM training to learn unified graph embeddings efficiently.
Findings
Outperforms state-of-the-art methods on multiple graph tasks
Reduces training paths by over 90% on large-scale graphs
Runs up to 35 times faster than comparable approaches
Abstract
Unified graph representation learning aims to generate node embeddings, which can be applied to multiple downstream applications of graph analytics. However, existing studies based on graph neural networks and language models either suffer from the limitations of numerous training needs toward specific downstream predictions, poor generalization, or shallow semantic features. In this work, we propose a novel Path-LLM model to efficiently learn unified graph representation, which leverages a powerful large language model (LLM) to incorporate our proposed path features. Our Path-LLM framework consists of four well-designed techniques. First, we develop a new mechanism of long-to-short shortest path (L2SP) selection, which can cover key connections between different dense groups. An in-depth analysis and comparison of different path selections is conducted to justify the rationale behind…
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 · Graph Theory and Algorithms
