Comparative study of GNNs (GraphSAGE, Node2vec) and LLM-enhanced features on OGB datasets for Node Property Prediction.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
final: complete project with README, LLM implementation and experiment results
e757af1View on GitHubfeat: finish LLM training script & fix OGB raw text missing issue
da2f43dView on GitHubfix: correct loss for proteins & optimize device handling
27c7cc3View on GitHubComplete Phase 1: Implemented MLP, GCN, SAGE, and Node2vec with modular architecture
d6fe407View on GitHubImplement rigorous GraphSAGE training with train/valid/test curves
41c42d7View on GitHubAdd inspect_data.py: implemented dataset loading and shape verification
1571f48View on GitHub