New Word Detection Using BiLSTM+CRF Model with Features

Jianyong Duan,Zheng Tan,Mei Zhang,Hao Wang
DOI: https://doi.org/10.1587/transinf.2019edp7330
2020-01-01
IEICE Transactions on Information and Systems
Abstract:With the widespread popularity of a large number of social platforms, an increasing number of new words gradually appear. However, such new words have made some NLP tasks like word segmentation more challenging. Therefore, new word detection is always an important and tough task in NLP. This paper aims to extract new words using the BiLSTM+CRF model which added some features selected by us. These features include word length, part of speech (POS), contextual entropy and degree of word coagulation. Comparing to the traditional new word detection methods, our method can use both the features extracted by the model and the features we select to find new words. Experimental results demonstrate that our model can perform better compared to the benchmark models.
What problem does this paper attempt to address?