Hi,
when evaluating each alignment (subgraph, relation, ...) the resulting coverage for relations, both for the predictions and the gold, is around 75% by using the evaluation code provided:
pred coverage: 74.16%
gold coverage: 74.03%
Span F1: 91.98 (#gold 1168)
Score Precision Recall F1
Partial Align: 87.77 87.99 87.88 (#gold 1168)
Exact Align: 84.63 84.85 84.74 (#gold 1168)
However in the paper it is reported as 100%. Is it because those missing relations are assumed to be already predicted within subgraph structures and therefore, the combined predictions from subgraphs and relations is 100% or is there something I may be doing wrong when evaluating for relations?
Thanks.