Are there any pre-trained NER entity-linking models available?

769 views Asked by At

I want to run entity-linking for a project of mine. I used Spacy for the NER on a corpus of documents. Is there an existing linking model I can simply use to link the entities found?

The documentation I have found seems to be how to train a custom one.

Examples:

https://spacy.io/api/kb

https://github.com/explosion/spaCy/issues/4511

Thanks!

2

There are 2 answers

0
polm23 On

spaCy does not distribute pre-trained entity linking models. See here for some comments on why not.

1
Dror M On

I found one - Facebook GENRE: https://github.com/facebookresearch/GENRE