Closed eeehco closed 3 months ago
May I ask if F1 in the evaluation results refers to CoNLL F1:
It seems to refer to B3. How can I use CoNLL's official evaluation script to evaluate other indicators, such as muc. How can I obtain the CoNLL official evaluation script, which requires a model predicted co index chain and a real co index chain?
May I ask if F1 in the evaluation results refers to CoNLL F1:
It seems to refer to B3. How can I use CoNLL's official evaluation script to evaluate other indicators, such as muc. How can I obtain the CoNLL official evaluation script, which requires a model predicted co index chain and a real co index chain?
I need to calculate the F1 value of Conll, including the F1 values of MUC, B3, and CEAFE. Can you tell me how to calculate it?
You can refer to https://github.com/Danield21/Rationale4CDECR/blob/main/conll_eval/coreference_eval.ipynb
Thanks! It worked.
May I ask if F1 in the evaluation results refers to CoNLL F1: