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 unsupervised results

marfox opened this issue · comments

Each FE comes with its confidence score: derive a global score from them.
Possible solutions:

  1. Mean average
  2. Weighted average
  3. F-measure (harmonic mean)

Weights come from the FE type: core ones should weigh more than extra ones.