qitianwu / NodeFormer

The official implementation of NeurIPS22 spotlight paper "NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classification"
286 stars 27 forks source link

Code without inductive settings???? #9

Closed tony-wl closed 1 year ago

tony-wl commented 1 year ago

Hello, you explained in the experiment of your paper that this is an inductive setting, but I did not see the code for the inference stage of unknown nodes in the inductive setting. Do you have this code?

qitianwu commented 1 year ago

Hi, we did not claim the inductive setting in our paper, though the model is applicable for inductive setting. You can simply modify our codes (e.g., dataset.py) to change the graph data for training/inference.