A Feature-Based Model for Nested Named-Entity Recognition at VLSP-2018 NER Evaluation Campaign
In this report, we describe our participant named-entity recognition system at VLSP 2018 evaluation campaign. We formalized the task as a sequence labeling problem using BIO encoding scheme. We applied a feature-based model which combines word, word-shape features, Brown-cluster-based features, and word-embedding-based features. We compare several methods to deal with nested entities in the dataset. We showed that combining tags of entities at all levels for training a sequence labeling model (joint-tag model) improved the accuracy of nested named-entity recognition.
Code (1)
Tasks
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionTAGSimilar Papers 제목 키워드 기반
Improving Sequence Tagging for Vietnamese Text Using Transformer-based Neural Models
This paper describes our study on using mutilingual BERT embeddings and some new neural models for improving sequence tagging tasks for the Vietnamese language. We propose new model architectures and evaluate them extens…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingThe Importance of Automatic Syntactic Features in Vietnamese Named Entity Recognition
This paper presents a state-of-the-art system for Vietnamese Named Entity Recognition (NER). By incorporating automatic syntactic features with word embeddings as input for bidirectional Long Short-Term Memory (Bi-LSTM),…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Nested Named Entity Recognition Revisited
We propose a novel recurrent neural network-based approach to simultaneously handle nested named entity recognition and nested entity mention detection. The model learns a hypergraph representation for nested entities us…
Coreference Resolutionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3On the Vietnamese Name Entity Recognition: A Deep Learning Method Approach
Named entity recognition (NER) plays an important role in text-based information retrieval. In this paper, we combine Bidirectional Long Short-Term Memory (Bi-LSTM) \cite{hochreiter1997,schuster1997} with Conditional Ran…
ArticlesDeep LearningInformation Retrievalnamed-entity-recognition+8Vietnamese Named Entity Recognition using Token Regular Expressions and Bidirectional Inference
This paper describes an efficient approach to improve the accuracy of a named entity recognition system for Vietnamese. The approach combines regular expressions over tokens and a bidirectional inference method in a sequ…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)