CLMay 31, 2018

Empirical Evaluation of Character-Based Model on Neural Named-Entity Recognition in Indonesian Conversational Texts

arXiv:1805.12291v31092 citations
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of NER in conversational texts for Indonesian language processing, but it is incremental as it applies an existing method to a new domain.

The paper tackled the problem of named-entity recognition in Indonesian conversational texts, which have high out-of-vocabulary rates, by evaluating character-based neural models, resulting in improvements of up to 4 F1 points overall and 15 F1 points for OOV cases.

Despite the long history of named-entity recognition (NER) task in the natural language processing community, previous work rarely studied the task on conversational texts. Such texts are challenging because they contain a lot of word variations which increase the number of out-of-vocabulary (OOV) words. The high number of OOV words poses a difficulty for word-based neural models. Meanwhile, there is plenty of evidence to the effectiveness of character-based neural models in mitigating this OOV problem. We report an empirical evaluation of neural sequence labeling models with character embedding to tackle NER task in Indonesian conversational texts. Our experiments show that (1) character models outperform word embedding-only models by up to 4 $F_1$ points, (2) character models perform better in OOV cases with an improvement of as high as 15 $F_1$ points, and (3) character models are robust against a very high OOV rate.

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