Skip to content
Discussion options

You must be logged in to vote

In a nutshell: the entity vectors are compared to sentence embeddings, and the more similar an entity vector is to a sentence embedding, the more likely the Entity Linker will deem the link between the mention in that sentence, and the ID corresponding to the entity (vector). During training, the Entity Linker learns an embedding model that minimizes the distance between sentence embeddings and entity vectors of gold-standard links.

If you have two people called "Emerson" and you'd give them the same entity vector, the EL will effectively not be able to distinguish between the two. It might still create correct predictions based on the aliases that you add for each to the KB, because the …

Replies: 1 comment 1 reply

Comment options

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

Answer selected by kinghuang
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