BioNEV icon indicating copy to clipboard operation
BioNEV copied to clipboard

Include models from PyKEEN

Open cthoyt opened this issue 5 years ago • 1 comments

There are several KGE models implemented in https://github.com/smartDataAnalytics/PyKEEN from @mali-git that cover translational distance models (e.g., TransE, TransH, TransR, TransD, UM, SE) and semantic matching models (e.g., RESCAL, DistMult, ERMLP, ConvE) that weren't mentioned in the README of this repo. I'm also aware that some, but not all, of these models have been made available through the packages that you've already integrated.

PyKEEN was developed with specific focus on reusability, so I hope that we can either make a PR to include a wrapper to make it work the same way as your models, or you might become interested and make use of it.

cthoyt avatar Jun 11 '19 22:06 cthoyt

Thanks. I like your ideas of integrating them. Since currently we are mainly focusing on revising the manuscript and adding more datasets and experiments, perhaps we can begin this task later. Feel free to email me if you want to discuss with me privately:).

xiangyue9607 avatar Jun 12 '19 08:06 xiangyue9607