English

Improving part-of-speech tagging via multi-task learning and character-level word representations

Computation and Language 2018-07-04 v1 Artificial Intelligence Machine Learning Machine Learning

Abstract

In this paper, we explore the ways to improve POS-tagging using various types of auxiliary losses and different word representations. As a baseline, we utilized a BiLSTM tagger, which is able to achieve state-of-the-art results on the sequence labelling tasks. We developed a new method for character-level word representation using feedforward neural network. Such representation gave us better results in terms of speed and performance of the model. We also applied a novel technique of pretraining such word representations with existing word vectors. Finally, we designed a new variant of auxiliary loss for sequence labelling tasks: an additional prediction of the neighbour labels. Such loss forces a model to learn the dependencies in-side a sequence of labels and accelerates the process of training. We test these methods on English and Russian languages.

Keywords

Cite

@article{arxiv.1807.00818,
  title  = {Improving part-of-speech tagging via multi-task learning and character-level word representations},
  author = {Daniil Anastasyev and Ilya Gusev and Eugene Indenbom},
  journal= {arXiv preprint arXiv:1807.00818},
  year   = {2018}
}
R2 v1 2026-06-23T02:48:32.381Z