lephong / mulrel-nel

named entity linking with latent relations
Apache License 2.0
172 stars 36 forks source link

Using model on different knowledge base and different train and test files #11

Closed shirakad closed 5 years ago

shirakad commented 5 years ago

Hi, I'm looking for the knowledge base format in order to build one of my own, is there any reference for README file that explains about the format? In addition, I would like to create my own train and test files, is there is any README that explains about the format?

Is it possible to train your model with new KB, train file, test file? Thanks !

lephong commented 5 years ago

In this work, all the used data (and the format) is from https://github.com/dalab/deep-ed. You might want to have a look at it.

shirakad commented 5 years ago

Hi, Thanks for the reference, I've added another question - Is it possible to train your model with new KB, train file, test file?