princeton-nlp / PURE

[NAACL 2021] A Frustratingly Easy Approach for Entity and Relation Extraction https://arxiv.org/abs/2010.12812
MIT License
790 stars 122 forks source link

Question about ACE2004 #21

Closed SihengLi99 closed 3 years ago

SihengLi99 commented 3 years ago

Hello,

This work is very interesting! However, I can not find the code about how you do the k-fold cross-validation in ACE2004.

Siheng

a3616001 commented 3 years ago

Hi Siheng,

Thanks for your interest! We follow DyGIE's script to process the ACE04 dataset. The split can be found here.

Best, Zexuan

SihengLi99 commented 3 years ago

Sincerely thank you!

Have a good day!

syuoni commented 1 year ago

Hi,

Given the cross-validation, are the scores reported on ACE04 averaged over the five folds? Thanks

a3616001 commented 1 year ago

@syuoni Yes, the numbers on ACE04 are averaged over five folds.