-
Notifications
You must be signed in to change notification settings - Fork 3.9k
add GLEM model, TAGDataset and example of GLEM #9662
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 GLEM model, TAGDataset and example of GLEM #9662
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9662 +/- ##
==========================================
- Coverage 88.13% 86.91% -1.23%
==========================================
Files 482 483 +1
Lines 31421 31592 +171
==========================================
- Hits 27693 27458 -235
- Misses 3728 4134 +406 ☔ View full report in Codecov by Sentry. |
puririshi98
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM just get CI green
|
@rusty1s @akihironitta ready for your reviews |
akihironitta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have type annotations all over the PR? Also, I'd suggest splitting this PR into smaller ones.
akihironitta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't had a look outside the example script yet, but this addition is exciting! 🚀
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
|
LGTM @akihironitta @rusty1s let us know if anything else needed |
|
merging this along with community sprint PRs since matthias is busy till end of year and he told me to test/review/merge them myself |
reopened pyg-team#9591 Feature summary: - Add GLEM as GNN & LLM Co-training model to PyG - adapt GLEM's LM to AutoModelForSequenceClassification from transformers - Lora support - LM/LLM support - ogbn-products/ogbn-arxiv testing finished - TAGDataset can be used as a wrapper class for any node classification dataset in PyG with LM tokenizer and associate raw text - external prediction as pseudo labels supported --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Rishi Puri <[email protected]> Co-authored-by: Akihiro Nitta <[email protected]>
reopened #9591
Feature summary: