Learn Before
Overview of Event Extraction
Given input text, an event extraction model will first identify an event and then classify that event into a particular schema. From there, the model will identify arguments related to the event and then classify the roles of those arguments
Event extraction can be broken down into four subtasks:
- Trigger identification
- Trigger classification
- Argument identification
- Argument Role Classification

0
1
Tags
Data Science
Related
Learn After
Entity (event extraction)
Event mention (event extraction)
Event type (event extraction)
Event trigger (event extraction)
Event argument (event extraction)
Argument role (event extraction)
Trigger identification (event extraction)
Trigger Classification (event extraction)
Argument Identification (event extraction)
Argument role identification (event extraction)
Different implementations of event extraction
Event Extraction Paradigms