Replies: 1 comment
-
In the end, PyG is a graph learning library. As long as you can model your text classification as a graph, you should be able to leverage PyG/GNNs to obtain node, link or graph embeddings. It is also possible to combine PyG with NLP models, e.g., models from the HuggingFace model hub. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My current research field is text classification, and now I want to use PYG to build a graph neural network for text classification, which has the following two problems:
Beta Was this translation helpful? Give feedback.
All reactions