个人信息Personal Information
教授
博士生导师
硕士生导师
性别:女
毕业院校:大连理工大学
学位:博士
所在单位:计算机科学与技术学院
学科:计算机应用技术. 计算机软件与理论
办公地点:创新大厦A930
电子邮箱:lils@dlut.edu.cn
A Hybrid Model Based on CRFs for Chinese Named Entity Recognition
点击次数:
论文类型:会议论文
发表时间:2008-07-23
收录刊物:EI、CPCI-S、Scopus
页面范围:127-132
摘要:This paper presents a hybrid model and the corresponding algorithm combining Conditional Random Fields (CRFs) with statistical methods to improve the performance of CRFs for the task of Chinese Named Entity Recognition (NER). CRFs has a good performance in the task of sequence labeling. In the experiment Of recognizing Chinese Named Entity with CRFs, it can be found that the wrong tags labeled by CRFs are mostly the ones which have lower marginal probabilities. A statistical model is introduced to compliment it. In the hybrid model, marginal probability of every label in CRFs is used to separate CRFs method and statistical method. If the probability is greater than the given threshold, the test sample is recognized by CRFs; otherwise, the statistical model is used. By integrating the advantages of two methods, the hybrid model achieves 93.61% F-measure for Chinese person names and 91.75% F-measure for Chinese location names on MSRA dataset.