PlusLabNLP / EventPlus

[NAACL'21 Demo] EventPlus: a temporal event understanding pipeline that integrates various state-of-the-art event understanding components including event trigger and type detection, event argument detection, event duration and temporal relation extraction
https://kairos-event.isi.edu
Apache License 2.0
26 stars 13 forks source link

checkpoint for TempRel inference #3

Closed lashmore closed 2 years ago

lashmore commented 2 years ago

The TempRelAPI class references a matres_pipeline_best_hid90_dropout0.4_ew15.0.pth.tar file for the entity model. Is this checkpoint shared anywhere in particular?

You also mention https://github.com/rujunhan/EMNLP-2019 codebase for training. Which model type did you guys use to train the above checkpoint:

  1. Single task
  2. Multitask
  3. Joint
  4. Global

Thanks for any insight!

ddawsari commented 2 years ago

I'm also interested in the checkpoint, did you reach any conclusions?

Thanks

mdkma commented 2 years ago

Yes the checkpoint can be downloaded with this link, I'll also add this link to the README. Thanks for reminding us about this!