How to evaluate triple extraction in NLP?

I am current NLP work, I am extracting triples using triple extraction function in Stanford NLP and Spacy libraries. I am looking for a good method to evaluate how good the extraction has been? Any suggestions

Topic text-classification stanford-nlp text-mining nlp machine-learning

Category Data Science


The standard evaluation method works for this kind of task: measure precision, recall and F1-score on a manually annotated sample.

In general one can find which evaluation measure is standard for a particular task in the literature. For example this paper seems to address the topic (I didn't read it).

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.