Closed luxinyu1 closed 3 years ago
Hi,
Thank you for pointing this out. I've just updated the process_mpqa.py script to remove any annotations with null polarity. For other datasets, I've manually corrected any occurrences as well. For intensity, I have not removed them, as we do not explicitly use this feature in the current shared task, but we will need to keep this in mind for any future iterations.
Hi,
Thank you for pointing this out. I've just updated the process_mpqa.py script to remove any annotations with null polarity. For other datasets, I've manually corrected any occurrences as well. For intensity, I have not removed them, as we do not explicitly use this feature in the current shared task, but we will need to keep this in mind for any future iterations.
Thanks for your revision, I believe this issue has been solved.
null
values exist both in keysIntensity
andPolarity
in MPQA dataset. This bug occurs in the newest commit99f2f885aba188a52afeb9523cc9b9d194465d85
.