paper-with-me

홈 › Papers

Morphosyntactic Tagging with a Meta-BiLSTM Model over Context Sensitive Token Encodings

2018-05-21 · ACL 2018 7 · Bernd Bohnet, Ryan Mcdonald, Goncalo Simoes, Daniel Andor, Emily Pitler, Joshua Maynez

The rise of neural networks, and particularly recurrent neural networks, has produced significant advances in part-of-speech tagging accuracy. One characteristic common among these models is the presence of rich initial word encodings. These encodings typically are composed of a recurrent character-based representation with learned and pre-trained word embeddings. However, these encodings do not consider a context wider than a single word and it is only through subsequent recurrent layers that word or sub-word information interacts. In this paper, we investigate models that use recurrent neural networks with sentence-level context for initial character and word-based representations. In particular we show that optimal results are obtained by integrating these context sensitive representations through synchronized training with a meta-model that learns to combine their states. We present results on part-of-speech and morphological tagging with state-of-the-art performance on a number of languages.

📄 PDF Abstract BibTeX arXiv:1805.08237

Code (2)

google/meta_tagger tf
qGentry/MetaBiLSTM pytorch

Tasks

Morphological TaggingPart-Of-Speech TaggingSentenceWord Embeddings

Similar Papers 제목 키워드 기반

Reproducing a Morphosyntactic Tagger with a Meta-BiLSTM Model over Context Sensitive Token Encodings

2020-05-01 · LREC 2020 5 · Yung Han Khoe

Reproducibility is generally regarded as being a requirement for any form of experimental science. Even so, reproduction of research results is only recently beginning to be practiced and acknowledged. In the context of …

Morphological TaggingPart-Of-Speech TaggingSentence

Untangling the Influence of Typology, Data and Model Architecture on Ranking Transfer Languages for Cross-Lingual POS Tagging

2025-03-25 · Enora Rice, Ali Marashian, Hannah Haynie, Katharina von der Wense 외

Cross-lingual transfer learning is an invaluable tool for overcoming data scarcity, yet selecting a suitable transfer language remains a challenge. The precise roles of linguistic typology, training data, and model archi…

Cross-Lingual POS TaggingCross-Lingual TransferPart-Of-Speech TaggingPOS+2

Joint Prediction of Morphosyntactic Categories for Fine-Grained Arabic Part-of-Speech Tagging Exploiting Tag Dictionary Information

2017-08-01 · CONLL 2017 8 · Go Inoue, Hiroyuki Shindo, Yuji Matsumoto

Part-of-speech (POS) tagging for morphologically rich languages such as Arabic is a challenging problem because of their enormous tag sets. One reason for this is that in the tagging scheme for such languages, a complete…

Multi-Task LearningPart-Of-Speech TaggingPOSPOS Tagging+2

Multi-source morphosyntactic tagging for spoken Rusyn

2017-04-01 · WS 2017 4 · Yves Scherrer, Achim Rabus

This paper deals with the development of morphosyntactic taggers for spoken varieties of the Slavic minority language Rusyn. As neither annotated corpora nor parallel corpora are electronically available for Rusyn, we pr…

Morphological TaggingPart-Of-Speech Tagging

Explore BiLSTM-CRF-Based Models for Open Relation Extraction

2021-04-26 · Tao Ni, Qing Wang, Gabriela Ferraro

Extracting multiple relations from text sentences is still a challenge for current Open Relation Extraction (Open RE) tasks. In this paper, we develop several Open RE models based on the bidirectional LSTM-CRF (BiLSTM-CR…

RelationRelation Extraction