LinkGPT: Teaching Large Language Models To Predict Missing Links
Zhongmou He, Jing Zhu, Shengyi Qian, Joyce Chai, Danai Koutra

TL;DR
LinkGPT introduces a novel end-to-end LLM approach for link prediction in graphs, effectively integrating structural information and achieving state-of-the-art results with improved efficiency and generalization capabilities.
Contribution
The paper presents LinkGPT, the first end-to-end trained LLM for link prediction, with a two-stage instruction tuning and retrieval-reranking scheme for efficiency.
Findings
Achieves state-of-the-art link prediction performance.
Provides 10x inference speedup while maintaining accuracy.
Demonstrates strong zero-shot and few-shot generalization.
Abstract
Large Language Models (LLMs) have shown promising results on various language and vision tasks. Recently, there has been growing interest in applying LLMs to graph-based tasks, particularly on Text-Attributed Graphs (TAGs). However, most studies have focused on node classification, while the use of LLMs for link prediction (LP) remains understudied. In this work, we propose a new task on LLMs, where the objective is to leverage LLMs to predict missing links between nodes in a graph. This task evaluates an LLM's ability to reason over structured data and infer new facts based on learned patterns. This new task poses two key challenges: (1) How to effectively integrate pairwise structural information into the LLMs, which is known to be crucial for LP performance, and (2) how to solve the computational bottleneck when teaching LLMs to perform LP. To address these challenges, we propose…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
