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

Implement Popular Link Prediction Models #9984

Open
HarryShomer opened this issue Jan 27, 2025 · 0 comments
Open

Implement Popular Link Prediction Models #9984

HarryShomer opened this issue Jan 27, 2025 · 0 comments
Labels

Comments

@HarryShomer
Copy link

🚀 The feature, motivation and pitch

Link prediction (LP) is a fundamental graph task. However, PyG currently lacks implementations of many newer methods designed specifically for link prediction. I think many people would find it useful to have easy to use implementations of LP methods integrated into PyG.

I compiled an (inexhaustive) list of methods that I think are worth implementing.

  1. NCN/NCNC
  2. BUDDY
  3. SEAL - An example is included in examples/seal_link_pred.py
  4. LPFormer - Open PR at Add LPFormer model and example #9956
  5. Neo-GNN
  6. MPLP/MPLP+ - Open PR at Add MPLP link prediction model and example #9420

I think adding these models in nn.models would be a great addition to PyG.

If anyone is willing to contribute, please feel free to chime in! My current plan is to slowly work my way through them.

Alternatives

No response

Additional context

No response

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

No branches or pull requests

1 participant