dwadden / dygiepp

Span-based system for named entity, relation, and event extraction.
MIT License
569 stars 120 forks source link

Creating the ACE Event 05 dataset #100

Closed mikebrules closed 2 years ago

mikebrules commented 2 years ago

Hello - sorry for the Hello World issue, but I'm trying to follow the instruction on generating the ACE Event dataset, but I can't find the path to the ACE data. In this section it states

bash ./scripts/data/ace-event/collect_ace_event.sh [path-to-ACE-data].

.....but the [path-to-ACE-data] is not specified, and I can't find anything documented. Just running the script produces the error

cannot access '/data/English': No such file or directory

...which is correct, it isn't there. What should the path be please?

Thanks in advance

mikebrules commented 2 years ago

OK, I think I have it. The dataset is not free, hence you need to procure the data yourself and provide that path to the script. Am I correct?

(BTW: the data looks to be $4K?) - does that sound right?

dwadden commented 2 years ago

Unfortunately, that is correct, ACE is not public. I'm not sure about the exact price. Sorry about that! The other datasets as far as I remember are public and the data processing scripts should download them.

dwadden commented 2 years ago

Unfortunately, that is correct, ACE is not public. I'm not sure about the exact price. Sorry about that! The other datasets as far as I remember are public and the data processing scripts should download them.