LechengKong / OneForAll

A fundational graph learning framework that solves cross-domain/cross-task classification problems using one model.
MIT License
161 stars 22 forks source link

Replicating the results of Table12 #12

Closed StephenK1998 closed 4 months ago

StephenK1998 commented 5 months ago

Hi! Thanks for your brilliant work! I'm pretty interested in the results of Table 12 in the appendix. I wonder if there are any configs for us to replicate the results of Table 12? Thank you.

LechengKong commented 4 months ago

Hi @StephenK1998 ,

Sorry for the late reply. We just pushed an updated version, and there is no direct config to replicate table 12, but the model we use for the ablation study is here. You can use this model and create a dataset without prompt nodes to replicate if you are in a hurry. I will implement a side code for replication later.

StephenK1998 commented 4 months ago

Thanks for your reply! I will check the model and write relevant codes