LechengKong / OneForAll

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

For the node type #13

Closed ChirsHuanhuan closed 5 months ago

ChirsHuanhuan commented 6 months ago

Hi! Thanks for your brilliant work! There are some parts in the code that I am confused about, I hope you can help me answer them! What is the logic node I found in the data processing of the ARXIV dataset? This does not seem to appear in the paper. At the same time, why is the Noi node text not seen in FB15K237_fs? Hope you can get the answer, thank you! !

LechengKong commented 6 months ago

Hi @ChirsHuanhuan ,

Sorry for the late reply. Yes, logic_node is for an offline task we did that was not included in the paper. Can you be more specific about the noi node text problem for FB15K237? Can you provide pointers to the code snippet? Thanks!