nlpcl-lab / ace2005-preprocessing

ACE 2005 corpus preprocessing for Event Extraction task
MIT License
291 stars 72 forks source link

Some entities, event triggers and arguments not in sentence #7

Closed leonardmq closed 5 years ago

leonardmq commented 5 years ago

Hi there,

We have found that some of samples in the output have entities, event triggers and event arguments that do not appear in their sentence.

We made a test script to detect problematic samples and describe each inconsistency:

Results of our test is that:

What seems to be happening is that some samples end up with no entity or event trigger or event arguments as they end up being in the next sample.

:(

leonardmq commented 5 years ago

Ooooooops, we were not actually using the latest version. 😑😑😑

3eee0b6a3ff8093227c3a32e67a64c8584dcc7d3 seems to have fixed it.

bowbowbow commented 5 years ago

@marcqleonard

Thanks for your interest in this work. I'm glad it's worked out.

I want to solve all the errors of the preprocessing clearly. Let me know if you find another problem.

Your help is much appreciated.