Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Understanding Relevance Score of OpenCalais

I am trying to understand what is the relevance score that opencalais returns associated with each entity? What does it signify and how is it to be interpreted? I would be thankful for insights into this.

like image 239
Ninja Avatar asked Jan 08 '11 12:01

Ninja


1 Answers

Their documentation states: The relevance capability detects the importance of each unique entity and assigns a relevance score in the range 0-1 (1 being the most relevant and important).

While they do not explain what 'relevance' means exactly, one would expect it to quantify the centrality of the entity to the discourse of the document. It's likely influenced by factors such as the entities mention frequency in this document as compared to its expected frequency in a random document (cf. TF-IDF), but could also involve more sophisticated discourse analysis.

like image 170
John Lehmann Avatar answered Sep 24 '22 13:09

John Lehmann