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

Add ConvE knowledge graph embedding model #9867

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dai-andy
Copy link

Added ConvE implementation following from paper https://arxiv.org/pdf/1707.01476 and its corresponding repository https://github.com/TimDettmers/ConvE/blob/master/model.py.

ConvE is a KGE model that uses 2D convolutional layers to capture interactions between entities and relations in a knowledge graph, leveraging its ability to capture non-linearity interactions to improve embedding expressiveness.

This PR is separate from the final project.

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

Successfully merging this pull request may close these issues.

1 participant