Text2Event: Controllable Sequence-to-Structure Generation for End-to-end Event Extraction
About
Event extraction is challenging due to the complex structure of event records and the semantic gap between text and event. Traditional methods usually extract event records by decomposing the complex structure prediction task into multiple subtasks. In this paper, we propose Text2Event, a sequence-to-structure generation paradigm that can directly extract events from the text in an end-to-end manner. Specifically, we design a sequence-to-structure network for unified event extraction, a constrained decoding algorithm for event knowledge injection during inference, and a curriculum learning algorithm for efficient model learning. Experimental results show that, by uniformly modeling all tasks in a single model and universally predicting different labels, our method can achieve competitive performance using only record-level annotations in both supervised learning and transfer learning settings.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Argument Classification | ACE05-E (test) | F1 Score54.4 | 63 | |
| Argument Classification | ERE-EN (test) | F1 Score48.3 | 46 | |
| Argument identification and classification | ERE-EN (test) | -- | 42 | |
| Event Detection | ACE 2005 | F1 Score71.9 | 27 | |
| Event extraction | ACE05 Evt | Event Trigger F171.8 | 26 | |
| Event Detection | ERE | F1 Score59.4 | 23 | |
| Event Argument Extraction | ACE05-E (test) | Arg-C Score53.8 | 20 | |
| Trigger Classification | MAVEN-ERE (val) | Precision61.14 | 18 | |
| Event extraction | CASIE | -- | 14 | |
| Argument identification and classification | ACE EN 05 | F1 Score53.8 | 11 |