paper-with-me

Papers

From Traditional Taggers to LLMs: A Comparative Study of POS Tagging for Medieval Romance Languages

2026-05-09 · Matthias Schöffel, Esteban Garces Arias arxiv

Part-of-speech (POS) tagging for Medieval Romance languages remains challenging due to orthographic variation, morphological complexity, and limited annotated resources. This paper presents a systematic empirical evaluation of large language models (LLMs) for POS tagging across three medieval varieties: Medieval Occitan, Medieval Catalan, and Medieval French. We compare traditional rule-based and statistical taggers with modern open-source LLMs under zero-shot prompting, few-shot prompting, monolingual fine-tuning, and cross-lingual transfer learning settings. Experiments on historically grounded datasets show that LLM-based approaches consistently outperform traditional taggers, with fine-tuning and multilingual training yielding the largest improvements. In particular, cross-lingual transfer learning substantially benefits under-resourced varieties, while targeted bilingual training can outperform broader multilingual configurations for specific target languages. The results highlight the importance of linguistic proximity and dataset characteristics when designing transfer strategies for historical NLP. These findings provide empirical insights into the applicability of modern neural methods to medieval text processing and provide practical guidance for deploying LLM-based POS tagging pipelines in digital humanities research. All code, models, and processed datasets are released for reproducibility.

📄 PDF Abstract BibTeX arXiv:2605.09147

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferPOS Tagging

Similar Papers 제목 키워드 기반

Evaluation of Three Welsh Language POS Taggers

2022-06-01 · CLTW (LREC) 2022 6 · Gruffudd Prys, Gareth Watkins

In this paper we describe our quantitative and qualitative evaluation of three Welsh language Part of Speech (POS) taggers. Following an introductory section, we explore some of the issues which face POS taggers, discuss…

BenchmarkingPOS

A method for in-depth comparative evaluation: How (dis)similar are outputs of pos taggers, dependency parsers and coreference resolvers really?

2017-04-01 · EACL 2017 4 · Don Tuggener

This paper proposes a generic method for the comparative evaluation of system outputs. The approach is able to quantify the pairwise differences between two outputs and to unravel in detail what the differences consist o…

coreference-resolutionCoreference ResolutionDependency ParsingPOS+1

What Taggers Fail to Learn, Parsers Need the Most

2021-04-02 · NoDaLiDa 2021 5 · Mark Anderson, Carlos Gómez-Rodríguez

We present an error analysis of neural UPOS taggers to evaluate why using gold standard tags has such a large positive contribution to parsing performance while using predicted UPOS tags either harms performance or offer…

Machine Learning Algorithms for $b$-Jet Tagging at the ATLAS Experiment

2017-11-23 · Michela Paganini

The separation of $b$-quark initiated jets from those coming from lighter quark flavors ($b$-tagging) is a fundamental tool for the ATLAS physics program at the CERN Large Hadron Collider. The most powerful $b$-tagging a…

BIG-bench Machine LearningJet Tagging

An Ensemble Approach for Annotating Source Code Identifiers with Part-of-speech Tags

2021-09-01 · Christian D. Newman, Michael J. Decker, Reem S. AlSuhaibani, Anthony Peruma 외

This paper presents an ensemble part-of-speech tagging approach for source code identifiers. Ensemble tagging is a technique that uses machine-learning and the output from multiple part-of-speech taggers to annotate natu…

AttributePart-Of-Speech Tagging