Abstract:
In order to improve the recognition accuracy and efficiency of civil aviation safety information entities, a BERT-BILSTM-LSTM entity relationship joint extraction model is proposed. The BERT pre-training model was used to convert text data into word vectors. The relationship between word vectors was learned by BiLSTM (Bidirectional long short-term memory) combined with contextual information. LSTM network was used to train the relationship between different word vectors to get entity probability. The relationship extraction of civil aviation text information entities was realized. Experimental results show that this model has a great performance improvement in accuracy and recall compared with the existing mainstream algorithm BERT-BILSTM-CRF on small-scale data.