Parameter-Efficient Tuning Large Language Models for Graph Representation Learning
Qi Zhu, Da Zheng, Xiang Song, Shichang Zhang, Bowen Jin, Yizhou Sun,, George Karypis

TL;DR
This paper introduces GPEFT, a parameter-efficient method combining GNNs and LLMs for effective and resource-friendly representation learning on text-rich graphs, showing consistent improvements in link prediction tasks.
Contribution
The paper proposes GPEFT, a novel approach that integrates GNNs with frozen LLMs using graph prompts, enabling efficient graph representation learning with minimal fine-tuning.
Findings
Achieved an average 2% improvement in hit@1 and MRR in link prediction.
Validated on 8 different text-rich graphs, demonstrating broad applicability.
Compatible with various LLMs like OPT, LLaMA, and Falcon.
Abstract
Text-rich graphs, which exhibit rich textual information on nodes and edges, are prevalent across a wide range of real-world business applications. Large Language Models (LLMs) have demonstrated remarkable abilities in understanding text, which also introduced the potential for more expressive modeling in text-rich graphs. Despite these capabilities, efficiently applying LLMs to representation learning on graphs presents significant challenges. Recently, parameter-efficient fine-tuning methods for LLMs have enabled efficient new task generalization with minimal time and memory consumption. Inspired by this, we introduce Graph-aware Parameter-Efficient Fine-Tuning - GPEFT, a novel approach for efficient graph representation learning with LLMs on text-rich graphs. Specifically, we utilize a graph neural network (GNN) to encode structural information from neighboring nodes into a graph…
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 · Topic Modeling · Semantic Web and Ontologies
MethodsOPT · LLaMA · Graph Neural Network
