GraphLAMA: Enabling Efficient Adaptation of Graph Language Models with Limited Annotations
Junze Chen, Cheng Yang, Shujie Li, Zhiqiang Zhang, Yawen Li, Junping Du, Chuan Shi

TL;DR
GraphLAMA introduces an efficient parameter adaptation method for graph language models, enabling better performance with limited labeled data and faster inference, by combining GNNs with large language models.
Contribution
The paper proposes GraphLAMA, a novel method for efficient fine-tuning of graph language models using a GNN backbone and few-shot adaptation, improving accuracy and speed.
Findings
Achieves 4.91% accuracy improvement in node classification
Inference speed is 10 times faster than in-context learning
State-of-the-art performance on few/zero-shot tasks
Abstract
Large language models (LLMs) have demonstrated their strong capabilities in various domains, and have been recently integrated for graph analysis as graph language models (GLMs). With LLMs as the predictor, some GLMs can interpret unseen tasks described by natural language, and learn from a few examples in the prompts without parameter tuning, known as in-context learning (ICL). Another subset of GLMs utilizes abundant training labels to enhance model performance, known as instruction tuning. However, we argue that ICL on graphs has effectiveness issues due to fixed parameters and efficiency issues due to long context. Meanwhile, the large amount of labeled data required for instruction tuning can be difficult to obtain in real-world scenarios. To this end, we aim to introduce an extra parameter adaptation stage that can efficiently tailor GLMs to an unseen graph and task with only a…
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 · Graph Theory and Algorithms
