Same Graph Cross-Task Transfer in GNNs: Protocols and Predictors
Abstract
Lay Summary
When studying networks like social platforms or academic citation databases, researchers often want to answer multiple questions at once: who are these people, and who will connect with each other? Typically, AI models for each question are trained separately, even when they share the same underlying network. We asked whether training a model on one question could automatically make it better at the other. Surprisingly, we found the answer is asymmetric: models trained to classify nodes consistently become better at predicting connections, but the reverse rarely works and can even make things worse. We also discovered that a simple property of the network, namely whether connected nodes tend to be similar to each other, can predict in advance which direction of knowledge sharing will help. Along the way, we propose a cleaner framework that prevents information leaking between training and testing.