Skip to content
Discussion options

You must be logged in to vote

Let's imagine you have a sentence "Laura went shopping", which has "Laura" annotated as a PERSON entity.
First, let's assume Laura is a random person not included in any knowledge base, so NEL should annotate the link as NIL, this is the gold label. Let's now assume that the NEL instead predicted Q18225863. I hope you'll agree that this a one False Positive (and nothing else).

Now let's assume that the sentence reads "Laura was singing" and from the context we know that the PERSON Laura is in fact Q3229201, this is now the gold label. When instead the NEL predicts Q18225863, it is not only wrong (False Positive) but it's also missing one true label (False Negative). If the NEL would have …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by svlandeg
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