paper-with-me

Papers

Reliable Part-of-Speech Tagging of Historical Corpora through Set-Valued Prediction

2020-08-04 · Stefan Heid, Marcel Wever, Eyke Hüllermeier

Syntactic annotation of corpora in the form of part-of-speech (POS) tags is a key requirement for both linguistic research and subsequent automated natural language processing (NLP) tasks. This problem is commonly tackled using machine learning methods, i.e., by training a POS tagger on a sufficiently large corpus of labeled data. While the problem of POS tagging can essentially be considered as solved for modern languages, historical corpora turn out to be much more difficult, especially due to the lack of native speakers and sparsity of training data. Moreover, most texts have no sentences as we know them today, nor a common orthography. These irregularities render the task of automated POS tagging more difficult and error-prone. Under these circumstances, instead of forcing the POS tagger to predict and commit to a single tag, it should be enabled to express its uncertainty. In this paper, we consider POS tagging within the framework of set-valued prediction, which allows the POS tagger to express its uncertainty via predicting a set of candidate POS tags instead of guessing a single one. The goal is to guarantee a high confidence that the correct POS tag is included while keeping the number of candidates small. In our experimental study, we find that extending state-of-the-art POS taggers to set-valued prediction yields more precise and robust taggings, especially for unknown words, i.e., words not occurring in the training data.

📄 PDF Abstract BibTeX arXiv:2008.01377

Code (1)

stheid/SetPOS 공식 구현

Tasks

Part-Of-Speech TaggingPOSPOS TaggingTAG

Similar Papers 제목 키워드 기반

Part-of-Speech Tagging for Historical English

2016-03-10 · NAACL 2016 6 · Yi Yang, Jacob Eisenstein

As more historical texts are digitized, there is interest in applying natural language processing tools to these archives. However, the performance of these tools is often unsatisfactory, due to language change and genre…

Domain AdaptationPart-Of-Speech TaggingUnsupervised Domain AdaptationWord Embeddings

A Neural Model for Part-of-Speech Tagging in Historical Texts

2016-12-01 · COLING 2016 12 · Christian Hardmeier

Historical texts are challenging for natural language processing because they differ linguistically from modern texts and because of their lack of orthographical and grammatical standardisation. We use a character-level …

Part-Of-Speech TaggingPOSPOS Tagging

Code-Switching Ubique Est - Language Identification and Part-of-Speech Tagging for Historical Mixed Text

2016-08-01 · WS 2016 8 · Sarah Schulz, Mareike Keller
Language IdentificationPart-Of-Speech Tagging

Parsing Early Modern English for Linguistic Search

2020-02-24 · SCiL 2022 2 · Seth Kulick, Neville Ryant

We investigate the question of whether advances in NLP over the last few years make it possible to vastly increase the size of data usable for research in historical syntax. This brings together many of the usual tools i…

POSWord Embeddings

Under-resourced studies of under-resourced languages: lemmatization and POS-tagging with LLM annotators for historical Armenian, Georgian, Greek and Syriac

2026-02-17 · Chahan Vidal-Gorène, Bastien Kindt, Florian Cafiero arxiv

Low-resource languages pose persistent challenges for Natural Language Processing tasks such as lemmatization and part-of-speech (POS) tagging. This paper investigates the capacity of recent large language models (LLMs),…