• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2023, Vol. 45 ›› Issue (04): 711-717.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

Event extraction technology based on ALBERT pre-trained model

DU Jie,LUO Li-ming,SUN Zhong   

  1. (College of Information Engineering,Capital Normal University,Beijing 100048,China)
  • Received:2021-04-02 Revised:2021-09-14 Accepted:2023-04-25 Online:2023-04-25 Published:2023-04-13

Abstract: Information extraction technology is used to extract the information with high attention from unstructured text data. Event extraction technology is a challenging research direction in the field of information extraction. The purpose of event extraction is to extract key elements describing events from unstructured text data and present them in a structured way. Event extraction is regarded as a sequence annotation task. Firstly, the ALBERT pre-trained model is used to learn the features. Then, conditional random field is introduced to improve the sequence annotation performance. Finally, the identification and classification of event types and event elements are completed. The experimental results on ACE2005 standard corpus show that, compared with the existing models, ALBERT-CRF model improves the recall rate and F-score in trigger word recognition and classification tasks.

Key words: event extraction, sequence labeling, ALBERT model, conditional random field model