Sujit-O / pykg2vec

Python library for knowledge graph embedding and representation learning.
MIT License
602 stars 109 forks source link

Implementation: InteractE #194

Closed baxtree closed 3 years ago

baxtree commented 3 years ago

InteractE: Improving Convolution-based Knowledge Graph Embeddings by Increasing Feature Interactions

Paper reference: https://arxiv.org/abs/1911.00219

Implementation reference: InteractE

baxtree commented 3 years ago

Resolved by https://github.com/Sujit-O/pykg2vec/pull/195.