Efficient text chunking using linear kernel with masked method

作者:

Highlights:

摘要

In this paper, we proposed an efficient and accurate text chunking system using linear SVM kernel and a new technique called masked method. Previous researches indicated that systems combination or external parsers can enhance the chunking performance. However, the cost of constructing multi-classifiers is even higher than developing a single processor. Moreover, the use of external resources will complicate the original tagging process. To remedy these problems, we employ richer features and propose a masked-based method to solve unknown word problem to enhance system performance. In this way, no external resources or complex heuristics are required for the chunking system. The experiments show that when training with the CoNLL-2000 chunking dataset, our system achieves 94.12 in F(β) rate with linear. Furthermore, our chunker is quite efficient since it adopts a linear kernel SVM. The turn-around tagging time on CoNLL-2000 testing data is less than 50 s which is about 115 times than polynomial kernel SVM.

论文关键词:Text chunking,Support vector machines,Shallow parsing,Masked method

论文评审过程:Received 6 July 2005, Accepted 10 April 2006, Available online 30 August 2006.

论文官网地址:https://doi.org/10.1016/j.knosys.2006.04.016