Character Relationship Extraction Method Based on BiLSTM

Lu Tao,Shunxiang Zhang
DOI: https://doi.org/10.1007/978-3-030-25128-4_175
2019-07-31
Abstract:In the traditional character relationship extraction methods, there are problems about feature selection such as difficulty and incompleteness. In order to solve this problem, this paper proposes a character relationship extraction method based on BiLSTM (CRE-BiLSTM) to improve the accuracy of the classification of character relationship. Firstly, use Sogou Lab’s Chinese news corpus to train the Word2vec model and complete conversion of interactive encyclopedia dataset into word vectors. Then, more complete text context information is obtained through the bidirectional LSTM neural network which extract the depth feature word vectors. Finally, the Softmax function classifier is used to classify the character relationship and complete the extraction of five common character relationships. The experimental results show that compared with the traditional character relationship extraction methods, the CRE-BiLSTM model performed much better in relation extraction.
What problem does this paper attempt to address?