Templates¶
- Authors
Tong Zhu
- Last Update
May 26th, 2022
Currently, DocEE supports ChFinAnn and DuEE-fin datasets with the following templates in dee/event_types:
ChFinAnn¶
ChFinAnn is a Chinese dataset for document-level financial event extraction.
- zheng2019
The original template used in Doc2EDAG and GIT. No
OtherTypeentities are included.- zheng2019_trigger_graph
Used by
PTPCG, withOtherTypeadditional entities included. As introduced in the original paper, PTPCG add additional entities which includes: - OriginalOtherTypeentities in ChFinAnn. To use this part of entities,OtherTypemust be included incommon_fieldsin template files. - Additional entities matched by regular expressions (must setinclude_complementary_ents=Truein settings)- zheng2019_trigger_graph_high_importance
The same with
zheng2019_trigger_graph, with detailed importance scores listed. Importance scores are calculated to select pseudo triggers in PTPCG. We can select the best pseudo triggers with the highest importance scores.- zheng2019_trigger_graph_mid_importance
Similar to
zheng2019_trigger_graph_high_importance, with middle importance scores. i.e. The pseudo trigger quality is lower than the best, resulting in performance decline. This is used for ablation study and analysis.- zheng2019_trigger_graph_low_importance
Similar to
zheng2019_trigger_graph_mid_importancewith the lowest importance scores.- zheng2019_trigger_graph_no_OtherType
Similar to
zheng2019_trigger_graph, withoutOtherTypeincommon_fields.
DuEE-fin¶
- dueefin_wo_tgg
DuEE-fin template without manually annotated triggers. Here,
Triggeris not a role in an event type schema.- dueefin_wo_tgg_mid_importance
Similar to
zheng2019_trigger_graph_mid_importance, pseudo triggers are selected with middle importance scores. For analysis usage only.- dueefin_wo_tgg_low_importance
Similar to
dueefin_wo_tgg_mid_importance, pseudo triggers are selected with the lowest importance scores.- dueefin_wo_tgg_woOtherType
OtherTypeis included as default in the above templates. If you want to make ablation studies or further analyses on the effect of additional entities, you may want to use this template.- dueefin_w_tgg
Manually annotated triggers are included as arguments with
Triggerargument role.- dueefin_w_tgg_woOtherType
Similar to
dueefin_wo_tgg_woOtherType, triggers are included with NO additional entities. For analysis usage only.