Abstract

Event recognition is the most fundamental and critical task in event-based natural language processing systems. Existing event recognition methods based on rules and shallow neural networks have certain limitations. For example, extracting features using methods based on rules is difficult; methods based on shallow neural networks converge too quickly to a local minimum, resulting in low recognition precision. To address these problems, we propose the Chinese emergency event recognition model based on deep learning (CEERM). Firstly, we use a word segmentation system to segment sentences. According to event elements labeled in the CEC 2.0 corpus, we classify words into five categories: trigger words, participants, objects, time and location. Each word is vectorized according to the following six feature layers: part of speech, dependency grammar, length, location, distance between trigger word and core word and trigger word frequency. We obtain deep semantic features of words by training a feature vector set using a deep belief network (DBN), then analyze those features in order to identify trigger words by means of a back propagation neural network. Extensive testing shows that the CEERM achieves excellent recognition performance, with a maximum F-measure value of 85.17%. Moreover, we propose the dynamic-supervised DBN, which adds supervised fine-tuning to a restricted Boltzmann machine layer by monitoring its training performance. Test analysis reveals that the new DBN improves recognition performance and effectively controls the training time. Although the F-measure increases to 88.11%, the training time increases by only 25.35%.

Highlights

  • Natural-language organized texts express higher-level semantic information through events

  • We propose the Chinese emergency event recognition model based on deep learning (CEERM)

  • We used the CEC 2.0 Chinese corpus for experimental data and extracted semantic information required for event recognition according to the feature representations described in the Feature abstracting section

Read more

Summary

Introduction

Natural-language organized texts express higher-level semantic information through events. Recognizing those events can help computers understand the exact meaning of texts and lay a solid foundation for realizing event-based natural language processing (NLP) systems [1, 2]. We use trigger words to label events in texts. A trigger word is a major indicator of an event occurring and contains the maximum amount of information in a sentence. In the sentence “Wenchuan suffered an earthquake on July 20, 2008.”, “earthquake”.

Methods
Results
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.