PlusLabNLP / DEGREE

Code for our NAACL-2022 paper DEGREE: A Data-Efficient Generation-Based Event Extraction Model.
Apache License 2.0
74 stars 12 forks source link

withou eval #15

Closed simon-p-j-r closed 1 year ago

simon-p-j-r commented 1 year ago

If I set n_neg=1, does it mean that the test data during training is the final data of the model and do not need eval.file, but there is no data for classifying trigger?

ej0cl6 commented 1 year ago

It's not completely equivalent. We suggest to follow our eval scripts to evaluate the model.