-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add TokenGT model #9834
base: master
Are you sure you want to change the base?
Add TokenGT model #9834
Conversation
@wsad1 @EdisonLeeeee @akihironitta any thoughts on when this contribution will get reviewed? :) |
@michailmelonas this is cool, ill review and help merge soon as my time allows, |
this looks good, will do a deep review soon |
this is good at a high level. however i want to see how it compares to existing work. Can you please update this example: |
@puririshi98 sure thing, will do asap. |
@michailmelonas lmk when ready for further review |
@puririshi98 apologies for only getting back to you now - have been swamped at work.
|
PyG implementation of the Tokenized Graph Transformer following "Pure Transformers are Powerful Graph Learners" (https://arxiv.org/pdf/2207.02505). Includes support for both Laplacian eigenvectors and ORF node identifiers (implemented via a simple data Transform object). A graph regression example is also included.
For a detailed blog post about the implementation, see https://medium.com/stanford-cs224w/pyg-implementation-tokengt-e4aa74dc867b.