Spico197 / DocEE

🕹️ A toolkit for document-level event extraction, containing some SOTA model implementations.
https://doc-ee.readthedocs.io/
MIT License
232 stars 36 forks source link

How can PTPCG be used for news event extraction #41

Closed TinaGioro closed 2 years ago

TinaGioro commented 2 years ago

Hi,I will use PTPCG for news event extraction. The data format has been processed into PTPCG input format. And I have used trigger.py to get the importance score of psudo trigger selection. Do I need to modify other places besides? like utils.py of dee folder. And what other details should I pay attention to....
Thanks for reading! I am looking forward to your replying!

Spico197 commented 2 years ago

You may want to:

  1. generate a new event type template in dee/event_types
  2. add a run mode in dee/tasks/dee_task.py/DEETaskSetting
  3. change corresponding run_mode and template in the executive script