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

Directed link prediction #163

Open
devineyfajr opened this issue Feb 1, 2022 · 2 comments
Open

Directed link prediction #163

devineyfajr opened this issue Feb 1, 2022 · 2 comments
Labels
feature request A suggestion for a new feature

Comments

@devineyfajr
Copy link

Is your feature request related to a problem? Please describe.

Addresses a limitation of the current method.

Describe the solution you would like

Possibly, a non-commutative feature combiner, say concatenation of the source node and target node feature vectors.

Describe alternatives you have considered

Additional context

@devineyfajr devineyfajr added the feature request A suggestion for a new feature label Feb 1, 2022
@AliciaFrame
Copy link
Contributor

@devineyfajr thanks for adding this issue.

I think this feature request is really for directed link prediction - having our ML pipelines be aware of the direction of relationships in the training data, and making directed predictions in the output (eg. A -[:CAUSES]-> B but not B-[:CAUSES]->A).

This is a super relevant ask, but requires a fair amount of work to implement. We've put this in our backlog for a future release, and we'll update you as soon as we pick this up!

If you can share more about your use case or what you're looking for in particular, that will be helpful in future scoping.

@devineyfajr
Copy link
Author

Yes, directed link prediction
Without getting too specific wrt use cases, think Identity graphs, where the two identities involved in a relationship have different roles in the relationship. Say A IS_MOTHER_OF_SON B. currently, we predict the link, then apply rules to determine which node is the mother and which the son. Or, A IS_EMPLOYEE_OF B.
Actually, we use a generic type, IS_RELATED_TO, with edge properties to describe the roles, but the problem is the same.

@devineyfajr devineyfajr changed the title Unidirectional link prediction Directed link prediction Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A suggestion for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants