raspberryice / gen-arg

Code for paper "Document-Level Argument Extraction by Conditional Generation". NAACL 21'
MIT License
115 stars 29 forks source link

tgr-pred-file #9

Closed fatimashiri closed 2 years ago

fatimashiri commented 3 years ago

Hi, thank you for this amazing work. When we try to test the model with pipeline_scorer it requires tgr-pred-file. The question is how to get this file for kairos dataset?

raspberryice commented 2 years ago

Hi fatimashiri, The "tgr-pred-file" is any output from the trigger extraction model, and the file "pipeline_scorer.py" is meant to evaluate the end-to-end performance. If you are evaluating the argument extraction performance, you can use the "scorer.py" file instead.