CLLGJul 21, 2019

Augmenting a BiLSTM tagger with a Morphological Lexicon and a Lexical Category Identification Step

arXiv:1907.09038v1998 citations
Originality Incremental advance
AI Analysis

This work addresses PoS tagging for morphologically rich languages like Icelandic, offering incremental improvements over existing methods.

The paper tackled PoS tagging for Icelandic, a morphologically rich language, by augmenting a BiLSTM model with a morphological lexicon and a lexical category identification step, achieving a 21.3% reduction in tagging errors compared to previous state-of-the-art results.

Previous work on using BiLSTM models for PoS tagging has primarily focused on small tagsets. We evaluate BiLSTM models for tagging Icelandic, a morphologically rich language, using a relatively large tagset. Our baseline BiLSTM model achieves higher accuracy than any previously published tagger not taking advantage of a morphological lexicon. When we extend the model by incorporating such data, we outperform previous state-of-the-art results by a significant margin. We also report on work in progress that attempts to address the problem of data sparsity inherent in morphologically detailed, fine-grained tagsets. We experiment with training a separate model on only the lexical category and using the coarse-grained output tag as an input for the main model. This method further increases the accuracy and reduces the tagging errors by 21.3% compared to previous state-of-the-art results. Finally, we train and test our tagger on a new gold standard for Icelandic.

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