Currently, the main parse-evaluator doesn't ignore reference sentences with no links when calculating the overall performance metrics (precision, recall, F1).
Given this situation, if a reference parse comes with no links (because the gold standard didn't parse it, or all its links are ignored after using -i option) then this sentence will get a 0 score and be averaged with the rest of the sentences. In my parse-evaluator (-a version), reference sentences with no links left are ignored, instead. I think this is fair because there is no way to get a score above 0 if there are no reference links.
My question is: is this a bug or a feature? I think we should ignore reference sentences with no links.
Currently, the main parse-evaluator doesn't ignore reference sentences with no links when calculating the overall performance metrics (precision, recall, F1).
Given this situation, if a reference parse comes with no links (because the gold standard didn't parse it, or all its links are ignored after using
-ioption) then this sentence will get a 0 score and be averaged with the rest of the sentences. In my parse-evaluator (-aversion), reference sentences with no links left are ignored, instead. I think this is fair because there is no way to get a score above 0 if there are no reference links.My question is: is this a bug or a feature? I think we should ignore reference sentences with no links.