All Against Some: Efficient Integration of Large Language Models for Message Passing in Graph Neural Networks
Ajay Jaiswal, Nurendra Choudhary, Ravinarayana Adkathimar, Muthu P., Alagappan, Gaurush Hiranandani, Ying Ding, Zhangyang Wang, Edward W Huang,, Karthik Subbian

TL;DR
This paper introduces E-LLaGNN, an efficient framework that leverages large language models selectively to enhance message passing in graph neural networks, improving scalability and performance on large graph datasets.
Contribution
The paper proposes a novel, scalable method to incorporate LLMs into GNNs by augmenting only a subset of nodes with on-demand LLM-based features, avoiding costly full-graph LLM integration.
Findings
E-LLaGNN improves accuracy on benchmark datasets.
The framework reduces computational costs compared to full LLM integration.
Enhanced gradient flow and LLM-free inference capabilities are demonstrated.
Abstract
Graph Neural Networks (GNNs) have attracted immense attention in the past decade due to their numerous real-world applications built around graph-structured data. On the other hand, Large Language Models (LLMs) with extensive pretrained knowledge and powerful semantic comprehension abilities have recently shown a remarkable ability to benefit applications using vision and text data. In this paper, we investigate how LLMs can be leveraged in a computationally efficient fashion to benefit rich graph-structured data, a modality relatively unexplored in LLM literature. Prior works in this area exploit LLMs to augment every node features in an ad-hoc fashion (not scalable for large graphs), use natural language to describe the complex structural information of graphs, or perform computationally expensive finetuning of LLMs in conjunction with GNNs. We propose E-LLaGNN (Efficient LLMs…
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
MethodsSoftmax · travel james · Attention Is All You Need
