English

Improving Neural Sequence Labelling using Additional Linguistic Information

Computation and Language 2018-07-31 v1 Machine Learning

Abstract

Sequence labelling is the task of assigning categorical labels to a data sequence. In Natural Language Processing, sequence labelling can be applied to various fundamental problems, such as Part of Speech (POS) tagging, Named Entity Recognition (NER), and Chunking. In this study, we propose a method to add various linguistic features to the neural sequence framework to improve sequence labelling. Besides word level knowledge, sense embeddings are added to provide semantic information. Additionally, selective readings of character embeddings are added to capture contextual as well as morphological features for each word in a sentence. Compared to previous methods, these added linguistic features allow us to design a more concise model and perform more efficient training. Our proposed architecture achieves state of the art results on the benchmark datasets of POS, NER, and chunking. Moreover, the convergence rate of our model is significantly better than the previous state of the art models.

Keywords

Cite

@article{arxiv.1807.10805,
  title  = {Improving Neural Sequence Labelling using Additional Linguistic Information},
  author = {Mahtab Ahmed and Muhammad Rifayat Samee and Robert E. Mercer},
  journal= {arXiv preprint arXiv:1807.10805},
  year   = {2018}
}

Comments

9 pages, 1 figure, Under review

R2 v1 2026-06-23T03:17:33.194Z