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

Link prediction with multiple node types #42

Closed
remingtonkim opened this issue Sep 5, 2020 · 2 comments
Closed

Link prediction with multiple node types #42

remingtonkim opened this issue Sep 5, 2020 · 2 comments

Comments

@remingtonkim
Copy link

Hey there Muhan,

I was wondering if SEAL worked on graphs with multiple types of nodes (i.e. heterogeneous networks). Take the graph below, for example:
image
If I would like to my GNN to predict only if there is a link between between green circles and blue triangles, would I just make sure that the central nodes x and y are blue triangles and green circles, or vice versa during the subgraph extraction process?

Thanks!

@muhanzhang
Copy link
Owner

Yes! With some modifications of the GNN used SEAL is able to predict links in heterogeneous graphs. Actually matrix completion is such an example with two node types and five edge types, for which you can refer to my another paper: https://github.com/muhanzhang/IGMC

@remingtonkim
Copy link
Author

Thank you for the info!

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

No branches or pull requests

2 participants