Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient Document-level Event Extraction via Pseudo-Trigger-aware Pruned Complete Graph

About

Most previous studies of document-level event extraction mainly focus on building argument chains in an autoregressive way, which achieves a certain success but is inefficient in both training and inference. In contrast to the previous studies, we propose a fast and lightweight model named as PTPCG. In our model, we design a novel strategy for event argument combination together with a non-autoregressive decoding algorithm via pruned complete graphs, which are constructed under the guidance of the automatically selected pseudo triggers. Compared to the previous systems, our system achieves competitive results with 19.8\% of parameters and much lower resource consumption, taking only 3.8\% GPU hours for training and up to 8.5 times faster for inference. Besides, our model shows superior compatibility for the datasets with (or without) triggers and the pseudo triggers can be the supplements for annotated triggers to make further improvements. Codes are available at https://github.com/Spico197/DocEE .

Tong Zhu, Xiaoye Qu, Wenliang Chen, Zhefeng Wang, Baoxing Huai, Nicholas Jing Yuan, Min Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Document-level Event ExtractionChFinAnn (test)
EF F1 Score73.5
25
Document-level Event ExtractionChFinAnn Single
Precision86.3
6
Document-level Event ExtractionChFinAnn All
Precision83.7
6
Document-level Event ExtractionDuEE-fin w/o Tgg
Precision64.5
6
Document-level Event ExtractionDuEE-fin w/ Tgg
Precision63.6
6
Event extractionDuEE-fin online (test)
Precision70.3
4
Event extractionDuEE-fin (dev)
Precision75.4
4
Showing 7 of 7 rows

Other info

Code

Follow for update