language processing. Scholars at home and abroad are
the first to study event extraction in English text. With
the development of related theory and technology, the
research of English event extraction has achieved
corresponding results, and some scholars begin to
study event extraction in Chinese text. According to
the research progress of relevant scholars in recent
years, the main related methods of event extraction
can be divided into three types: pattern matching
based method, machine learning based method and
deep learning neural network based method. Among
them, the method based on pattern matching can
achieve satisfactory event extraction results in specific
fields, but the method has poor portability and needs
domain experts to make rules. With the improvement
of computer hardware level, event extraction methods
based on machine learning and deep learning have
become the mainstream research direction.
1.3 Main Research Contents of this
Paper
In this paper, Chinese event element detection is
studied. Firstly, the task definition of event element
detection is introduced. Then, the text vector
representation with event trigger word information is
introduced. Then, the Chinese event element detection
model proposed in this paper is introduced in detail.
The attention mechanism is added to the event
detection model, and the information of event trigger
words is used to enhance the detection results of the
model. The rationality and effectiveness of the model
are verified by comparing the proposed method with
the traditional method on the recognized data set.
The main content of this paper is the subtask of
Chinese event extraction: event element extraction. At
present, scholars have done more research on event
trigger words, but the research on event element
detection is limited. Many systems use the same
model for event trigger word detection and event
element detection, and do not redesign the model to
obtain more precise text features.
Based on the combination of BERT model and
recurrent neural network event detection model, this
paper makes adjustments to further improve the
accuracy of event element detection, mainly by adding
the type and location information of trigger words in
the text vector representation of input layer, and
adding attention mechanism in the computing layer of
Bidirectional Long Short-Term Memory (BiLSTM)
network. The specific event element detection model
structure will be described in detail below.
2 MATERIALS AND METHOD
2.1 Event Extraction Definitions
In the field of event extraction, Automatic Content
Extraction (ACE) is the most authoritative
international conference organized by National
Institute of Standards and Technology (NIST) since
2000 (Zhang, 2017). ACE conference defines an event
as an event or a state change that occurs in a specific
time or time range, a specific place or geographical
range, and is composed of one or more participants,
one or more actions (Doddington, Mitchell,
Przybocki, et al., 2004). ACE conference divides the
event extraction task into two sub tasks: the first sub
task is the recognition and classification of events. The
goal of this task is to detect event trigger words from
text data sets and identify their corresponding event
types. The second sub task is to identify and classify
event elements, including time element, place element
and object element. Through the description of the
above related tasks, event extraction is to identify and
classify event information from unstructured or semi-
structured text, and then present it in a structured form
to provide more accurate data for upstream
applications. The concepts related to event extraction
are introduced as follows.
2.1.1 Event Description
The definition of event description refers to the natural
text that describes one or more things, which can be
phrases or sentences, which will contain at least one
event trigger word and one or more event elements.
For the same thing can have different descriptions,
distributed in different texts.
2.1.2 Event Trigger Words
Generally, nouns or verbs are used as event trigger
words, which are the key words to describe an event
and determine the event type. Event trigger word
detection is the first subtask in the event extraction
task.
2.1.3 Event Type
Event type refers to the category of the event itself.
Generally, there are clear definitions of event types in
corpus, such as emergency, mobile event, operation
event and so on. The event type is generally
determined by the event trigger words. The type of
event trigger words is the event type, which is