Skip to content
Discussion options

You must be logged in to vote

Is it required to add all possible aliases of the entity to the knowledge base?I have a few aliases for each entity which I can add, However Shouldn't this be trainable?

The current implementation of the Entity Linker requires this. However, the candidate generation is controlled by a function, so you can customize that function if you want. For example, rather than requiring exact matches, you could use edit distance or something.

since I am already tagging the KB_IDs in the training data for different ways the entity is referenced, shouldn't the entity linker learn these names on training?

If you don't already have a list of aliases, it can be useful to create one by extracting valu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shrinidhin
Comment options

Answer selected by polm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / nel Feature: Named Entity linking
2 participants