On the Vietnamese Name Entity Recognition: A Deep Learning Method Approach
Lê, Ngoc C., Nguyen, Ngoc-Yen, Trinh, Anh-Duong
--Named entity recognition (NER) plays an important role in text-based information retrieval. In this paper, we combine Bidirectional Long Short-T erm Memory (Bi-LSTM) [7], [27] with Conditional Random Field (CRF) [9] to create a novel deep learning model for the NER problem. Each word as input of the deep learning model is represented by a Word2vec-trained vector . A word embedding set trained from about one million articles in 2018 collected through a Vietnamese news portal (baomoi.com). In addition, we concatenate a Word2V ec [18]- trained vector with semantic feature vector (Part-Of-Speech (POS) tagging, chunk-tag) and hidden syntactic feature vector (extracted by Bi-LSTM nerwork) to achieve the (so far best) result in Vietnamese NER system.
Nov-18-2019