Hitesh Golchha

Results 3 issues of Hitesh Golchha

The predict_predicate_mention method in the file eval_predicate_mention.py takes a gold graph and returns the same graph with predicted predicate mentions instead of gold ones. However it forgets to change the...

question

https://github.com/vered1986/OKR/blob/master/src/baseline_system/eval_predicate_mention.py#L35 We shouldn't be using average of precision and recall for computing F1 but the harmonic mean. Can we change/modify the method compute_predicate_mention_agreement in predicate_mention.py: https://github.com/vered1986/OKR/blob/master/src/agreement/predicate_mention.py#L31

question

It would be very convenient if the text associated with an object of ArgumentMention(say argument_mention) can be called by something like ( argument_mention.terms). Thanks a lot :) https://github.com/vered1986/OKR/blob/master/src/common/okr.py#L185

enhancement