paper-with-me

Papers

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

2019-07-21 · RANLP 2019 9 · Steinþór Steingrímsson, Örvar Kárason, Hrafn Loftsson

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.

📄 PDF Abstract BibTeX arXiv:1907.09038

Code (1)

steinst/ABLTagger 공식 구현

Tasks

POSPOS TaggingTAG

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

TLT-CRF: A Lexicon-supported Morphological Tagger for Latin Based on Conditional Random Fields

2016-05-01 · LREC 2016 5 · Tim vor der Br{\"u}ck, Alex Mehler, er

We present a morphological tagger for Latin, called TTLab Latin Tagger based on Conditional Random Fields (TLT-CRF) which uses a large Latin lexicon. Beyond Part of Speech (PoS), TLT-CRF tags eight inflectional categorie…

POS

External Lexical Information for Multilingual Part-of-Speech Tagging

2016-06-12 · Benoît Sagot

Morphosyntactic lexicons and word vector representations have both proven useful for improving the accuracy of statistical part-of-speech taggers. Here we compare the performances of four systems on datasets covering 16 …

Part-Of-Speech Tagging

Evaluating the Impact of External Lexical Resources into a CRF-based Multiword Segmenter and Part-of-Speech Tagger

2012-05-01 · LREC 2012 5 · Matthieu Constant, Isabelle Tellier

This paper evaluates the impact of external lexical resources into a CRF-based joint Multiword Segmenter and Part-of-Speech Tagger. We especially show different ways of integrating lexicon-based features in the tagging m…

Named Entity Recognition (NER)Part-Of-Speech Tagging

PortiLexicon-UD: a Portuguese Lexical Resource according to Universal Dependencies Model

2022-06-01 · LREC 2022 6 · Lucelene Lopes, Magali Duran, Paulo Fernandes, Thiago Pardo

This paper presents PortiLexicon-UD, a large and freely available lexicon for Portuguese delivering morphosyntactic information according to the Universal Dependencies model. This lexical resource includes part of speech…

LEMMAPOSTAG

Improving neural tagging with lexical information

2017-09-01 · WS 2017 9 · Beno{\^\i}t Sagot, H{\'e}ctor Mart{\'\i}nez Alonso

Neural part-of-speech tagging has achieved competitive results with the incorporation of character-based and pre-trained word embeddings. In this paper, we show that a state-of-the-art bi-LSTM tagger can benefit from usi…

Part-Of-Speech TaggingWord Embeddings