Computer Engineering and Applications ›› 2019, Vol. 55 ›› Issue (10): 244-249.DOI: 10.3778/j.issn.1002-8331.1803-0142

Previous Articles     Next Articles

Research of Chinese Resume Analysis Based on Feature Fusion

CHEN Yi1,3,4, FU Lei2,3,4, DAI Yunxia1, ZHANG Jian3,4   

  1. 1.Key Laboratory of Optical Communication and Networks, Chongqing University of Posts and Telecommunications, Chongqing 400065, China
    2.Key Laboratory of Intelligent Computing and Signal Processing, Ministry of Education, Anhui University, Hefei 230601, China
    3.Peking University Shenzhen Institute, Shenzhen, Guangdong 518057, China
    4.IMSL Shenzhen Key Lab, PKU-HKUST Shenzhen Hong Kong Institution, Shenzhen, Guangdong 518057, China
  • Online:2019-05-15 Published:2019-05-13

基于特征融合的中文简历解析方法研究

陈  毅1,3,4,符  磊2,3,4,代云霞1,张  剑3,4   

  1. 1.重庆邮电大学 光通信与网络重点实验室,重庆 400065
    2.安徽大学 计算机智能与信号处理教育部重点实验室,合肥 230601
    3.北京大学深圳研究院,广东 深圳 518057
    4.深港产学研基地 深圳市智能媒体和语音重点实验室,广东 深圳 518057

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 representation is generated from BLSTM neural network, then the text resume is analyzed by intergrating the BLSTM and CRF model(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 constraints 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.

Key words: Chinese resume, resume analysis, feature fusion, word vectors, neural network

摘要: 针对基于规则和统计的传统中文简历解析方法效率低、成本高、泛化能力差的缺点,提出一种基于特征融合的中文简历解析方法,即级联Word2Vec生成的词向量和用BLSTM(Bidirectional Long Short-Term Memory)建模字序列生成的词向量,然后再结合BLSTM和CRF(Conditional Random Fields)对中文简历进行解析(BLSTM-CRF)。为了提高中文简历解析的效率,级联包含字序列信息的词向量和用Word2Vec生成的词向量,融合成一个新的词向量表示;再由BLSTM强大的学习能力融合词的上下文信息,输出所有可能标签序列的分值给CRF层;再由CRF引入标签之间约束关系求解最优序列。利用梯度下降算法训练神经网络,使用预先训练的词向量和Dropout优化神经网络,最终完成对中文简历的解析工作。实验结果表明,所提的特征融合方法优于传统的简历解析方法。

关键词: 中文简历, 简历解析, 特征融合, 词向量, 神经网络