CLMar 22, 2018

A Feature-Based Model for Nested Named-Entity Recognition at VLSP-2018 NER Evaluation Campaign

arXiv:1803.08463v110 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for Vietnamese NLP, specifically targeting nested entities in the VLSP-2018 evaluation campaign.

The paper tackled nested named-entity recognition in Vietnamese by formalizing it as a sequence labeling problem with BIO encoding, and found that using a joint-tag model combining entity tags at all levels improved accuracy, though no concrete numbers were provided.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes