Similarity-based Neighbor Selection for Graph LLMs
Rui Li, Jiwei Li, Jiawei Han, Guoyin Wang

TL;DR
This paper introduces Similarity-based Neighbor Selection (SNS), a novel, training-free method that enhances graph representation in Text-attributed Graphs by improving neighbor quality, thereby boosting LLM-based node classification performance.
Contribution
The paper proposes SNS, a new neighbor selection technique that leverages SimCSE and advanced methods to improve graph learning with LLMs, addressing over-squashing and heterophily issues.
Findings
SNS outperforms vanilla GNNs on PubMed dataset.
SNS demonstrates superior scalability and generalization.
State-of-the-art results achieved in node classification.
Abstract
Text-attributed graphs (TAGs) present unique challenges for direct processing by Language Learning Models (LLMs), yet their extensive commonsense knowledge and robust reasoning capabilities offer great promise for node classification in TAGs. Prior research in this field has grappled with issues such as over-squashing, heterophily, and ineffective graph information integration, further compounded by inconsistencies in dataset partitioning and underutilization of advanced LLMs. To address these challenges, we introduce Similarity-based Neighbor Selection (SNS). Using SimCSE and advanced neighbor selection techniques, SNS effectively improves the quality of selected neighbors, thereby improving graph representation and alleviating issues like over-squashing and heterophily. Besides, as an inductive and training-free approach, SNS demonstrates superior generalization and scalability over…
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
TopicsData Mining Algorithms and Applications · Advanced Graph Neural Networks · Semantic Web and Ontologies
MethodsSimCSE
