Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inquiry about use_PLM and npy file for Children dataset #7

Open
euigyuki opened this issue Apr 13, 2024 · 1 comment
Open

Inquiry about use_PLM and npy file for Children dataset #7

euigyuki opened this issue Apr 13, 2024 · 1 comment

Comments

@euigyuki
Copy link

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

@sktsherlock
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants