dbpedia / fact-extractor

Fact Extraction from Wikipedia Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a fact confidence score to the supervised results

marfox opened this issue · comments

See #67 for possible solutions.
Please note that we can consider the entity linking score (EL) and the SVM probability score (SVM) as components of the measures.
For instance, F1 would be:
2 * ( (EL * SVM) / (EL + SVM) )