Entity Relationship Extraction Based on BLSTM Model

Minyong Shi,Jingyi Huang,Chunfang Li
DOI: https://doi.org/10.1109/icis46139.2019.8940185
2019-06-01
Abstract:Entity relationship extraction is an important research topic in the field of NLP, which is to extract the relationship between two entities from natural language texts. Research shows that deep neural networks are feasible in the task of entity relation extraction and are superior to traditional relation extraction methods. In this paper, we compare the performance of the BLSTM model and the Bidirectional LSTM model with Attention under the entity relationship extraction task. The comparison includes the different performance of the model after adding additional NLP features and modifying embedding size. Compared with the BLSTM model, the Bidirectional LSTM model with Attention can achieve similar accuracy under the condition of simpler and less preprocessing. In addition, the larger size of dimension of word embedding and additional features acquired by NLP tools can improve the accuracy of relationship extraction. This article provides a reference standard for engineers to select the optimal model under different conditions.
What problem does this paper attempt to address?