Learn Before
Concept

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:

  1. Trigger identification
  2. Trigger classification
  3. Argument identification
  4. Argument Role Classification
Image 0

0

1

Updated 2022-06-04

Tags

Data Science