Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Revisiting Event Argument Extraction: Can EAE Models Learn Better When Being Aware of Event Co-occurrences?

About

Event co-occurrences have been proved effective for event extraction (EE) in previous studies, but have not been considered for event argument extraction (EAE) recently. In this paper, we try to fill this gap between EE research and EAE research, by highlighting the question that ``Can EAE models learn better when being aware of event co-occurrences?''. To answer this question, we reformulate EAE as a problem of table generation and extend a SOTA prompt-based EAE model into a non-autoregressive generation framework, called TabEAE, which is able to extract the arguments of multiple events in parallel. Under this framework, we experiment with 3 different training-inference schemes on 4 datasets (ACE05, RAMS, WikiEvents and MLEE) and discover that via training the model to extract all events in parallel, it can better distinguish the semantic boundary of each event and its ability to extract single event gets substantially improved. Experimental results show that our method achieves new state-of-the-art performance on the 4 datasets. Our code is avilable at https://github.com/Stardust-hyx/TabEAE.

Yuxin He, Jingyue Hu, Buzhou Tang• 2023

Related benchmarks

TaskDatasetResultRank
Event Argument ExtractionWikiEvents RAMS2Wiki
Overall F126.74
26
Event Argument ExtractionWikiEvents Wiki2Wiki
Overall F130.97
26
Event Argument ExtractionRAMS RAMS2RAMS
Overall F136.22
26
Event Argument ExtractionWikiEvents (test)
Arg-C65.4
15
Event Argument ExtractionMLEE (test)
Arg-I Score71.9
9
Event Argument ExtractionACE05 (test)
Arg-I75.9
7
Showing 6 of 6 rows

Other info

Follow for update