Closed IllDepence closed 1 year ago
thanks for the super fast reply
Quick follow-up question, just to make sure I understand correctly.
Regarding
NIL/NOTA is a part of denominator of the precision calculation
if we think of a scenario where we have entity classes A and B, then we have a false positive for class A not only when a B-entity is classified as A, but also when a token that is not an entity is classified as A, correct?
What is not clear to me is if you treat NIL/NOTA as a class itself. I.e, if a token that is not an entity is correctly predicted as not an entity, does this count as a true positive?
Thanks again for the clarification.
@YeDeming ping (just in case there’s not no notifications for comments)
Hi,
I ran your model on the provided SciERC data and get results very close to the ones reported in Table 3 of the paper.
I would now like to know how the precision, recall, and F1 scores are calculated given there are multiple entity classes/relation types. Specifically, I’m wondering
results.json
a macro average or a weighted average?Thanks :)