Skip to content

Parse-evaluator doesn't ignore reference parses with no links #257

Description

@glicerico

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

questionFurther information is requested

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions