Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.12k stars 252 forks source link

Implement LiteralE: Knowledge Graph Embeddings learned from the structure and literals of knowledge graphs #109

Open oskrocha opened 5 years ago

oskrocha commented 5 years ago

Hi guys, I thought it would be interesting and useful to implement LiteralE as it can handle literals (numerical). Do you think it is feasible? As far as I know it has been coded on top of ConvE codes.

https://github.com/SmartDataAnalytics/LiteralE

NicholasMcCarthy commented 5 years ago

Hi @oskrocha,

ConvE is being implemented at the moment, once that's done we can start looking at LiteralE (my new favourite model name bytheway).

Thanks for the suggestion!