Joint Event Extraction Based on CNN-BiGRU and Attention Mechanism
Chao Shen,Jianhua Tao,Peng Li,Zhao Lv,Guohua Yang
DOI: https://doi.org/10.1109/cacml55074.2022.00090
2022-01-01
Abstract:Biomedical event extraction is a very challenging task of information extraction, which plays a key role in medical research, disease analysis and other applications. At present, the task of biomedical event extraction mainly consists of two steps: trigger identification and argument classification. Most research methods use a pipelining approach to accomplish two sub-tasks in stages, which leads to cascading errors. Therefore, a joint event extraction method based on CNN-BiGRU and attention mechanism is proposed, which can extract deeper and more comprehensive features more effectively to complete the task. Firstly, the word vector representation obtained by pretraining language model is combined with part-of-speech vector and position vector. Then input them into Convolutional Neural Network (CNN) and Bi-directional Gated Recurrent Unit (BiGRU) respectively to obtain the local and global feature representations of sentences. Finally, the attention mechanism is used to integrate these two feature representations and jointly deal with these two subtasks. Experiments on MLEE data sets show that the proposed method is superior to the previously proposed biological event extraction method and can effectively extract biomedical events.
What problem does this paper attempt to address?