scibert
scibert copied to clipboard
JNLPBA Results
Hey,
thanks for your awesome work!
In the paper you write that you use macro F1-scores. On JNLPBA, however, we typically see micro average being ~4pp lower than the macro average and in the logs in your GitHub repository (https://github.com/allenai/scibert/tree/master/results) SciBERT seems to achieve micro F1-scores in the range of 77%. Thus, I’m wondering whether the macro in your paper might be a typo?
I was wondering how to produce macro average F1 from the code? Thanks!
Hi I am using seqeval for calculating the statistics. Should i keep using seqeval or calculate manually ? Has anyone tried using Seqeval ?