HopRank: Self-Supervised LLM Preference-Tuning on Graphs for Few-Shot Node Classification
arXiv cs.CL / 4/21/2026
📰 News
Key Points
- HopRank proposes a self-supervised way to do node classification on text-attributed graphs by leveraging graph topology and the homophily principle (connected nodes tend to share classes).
- The method reformulates node classification as a link-prediction-style problem, creating preference data through hierarchical hop-based sampling and then tuning an LLM with adaptive preference learning using zero class labels.
- During inference, HopRank classifies nodes by predicting their connection preferences to labeled anchor nodes, rather than relying on the LLM to directly map node text to labels.
- The authors report that experiments on three TAG benchmarks show performance that matches fully supervised GNNs and significantly exceeds prior graph-LLM approaches, while using no labeled data for training.
- The framework also includes an adaptive early-exit voting mechanism to reduce inference cost by stopping once confident voting is reached.
- categories: [