Research of Chinese Resume Analysis Based on Feature Fusion

Yi CHEN,Lei FU,Yunxia DAI,Jian ZHANG
DOI: https://doi.org/10.3778/j.issn.1002-8331.1803-0142
2019-01-01
Abstract:It’s typical for the Chinese resume analysis to apply the rule-based and statistical-based methods, suffering from the low efficiency, high cost and poor generalization ability. This paper proposes a Chinese resume analysis method based on feature fusion model. The concatenation of the word vectors generated by Word2Vec and the word representa-tion is generated from BLSTM neural network, then the text resume is analyzed by intergrating the BLSTM and CRF mode(l BLSTM-CRF). In order to improve the efficiency of Chinese resume resolution, the two vectors are concatenated into a new word representation. Furthermore, the BLSTM layer is used to fuse the contextual information of the words to be marked, and then the values of all possible tag sequences are exported to the CRF layer. Finally, according to the con-straints of the front and rear labels, the CRF is utilized to obtain the optimal labeling sequence. All of the neural networks are trained by the gradient descent algorithm and are optimized by the pretrained word embeddings and Dropout. The experimental results show that the feature fusion method is superior to the traditional resume analysis schemes.
What problem does this paper attempt to address?