You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load your Children dataset, and I am not entirely sure what the npy file(Children_roberta_base_512)'s use is. It is not described in the readMe. If you could clarify and give an example, that would be very helpful. Thank you
The text was updated successfully, but these errors were encountered:
Hi,
In our GNN/GNN.py file, the '--use_PLM' means the initial node feature from the pretrained language models we extract. You can load the 'Children_roberta_base_512_cls.npy' as the node feature file, or extract the feature from other PLMs using our code.
In summary, this is the feature file for the nodes on the graph. You would only need to use it if you are running GNN related experiments
I am trying to load your Children dataset, and I am not entirely sure what the npy file(Children_roberta_base_512)'s use is. It is not described in the readMe. If you could clarify and give an example, that would be very helpful. Thank you
The text was updated successfully, but these errors were encountered: