paper-with-me

홈 › Papers

Flexing in 73 Languages: A Single Small Model for Multilingual Inflection

2025-10-27 · Tomáš Sourada, Jana Straková arxiv

We present a compact, single-model approach to multilingual inflection, the task of generating inflected word forms from base lemmas to express grammatical categories. Our model, trained jointly on data from 73 languages, is lightweight, robust to unseen words, and outperforms monolingual baselines in most languages. This demonstrates the effectiveness of multilingual modeling for inflection and highlights its practical benefits: simplifying deployment by eliminating the need to manage and retrain dozens of separate monolingual models. In addition to the standard SIGMORPHON shared task benchmarks, we evaluate our monolingual and multilingual models on 73 Universal Dependencies (UD) treebanks, extracting lemma-tag-form triples and their frequency counts. To ensure realistic data splits, we introduce a novel frequency-weighted, lemma-disjoint train-dev-test resampling procedure. Our work addresses the lack of an open-source, general-purpose, multilingual morphological inflection system capable of handling unseen words across a wide range of languages, including Czech. All code is publicly released at: https://github.com/tomsouri/multilingual-inflection.

📄 PDF Abstract BibTeX arXiv:2510.23114

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Wikinflection Corpus: A (Better) Multilingual, Morpheme-Annotated Inflectional Corpus

2020-05-01 · LREC 2020 5 · Eleni Metheniti, Guenter Neumann

Multilingual, inflectional corpora are a scarce resource in the NLP community, especially corpora with annotated morpheme boundaries. We are evaluating a generated, multilingual inflectional corpus with morpheme boundari…

Training Strategies for Neural Multilingual Morphological Inflection

2021-08-01 · ACL (SIGMORPHON) 2021 8 · Adam Ek, Jean-Philippe Bernardy

This paper presents the submission of team GUCLASP to SIGMORPHON 2021 Shared Task on Generalization in Morphological Inflection Generation. We develop a multilingual model for Morphological Inflection and primarily focus…

Morphological Inflection

Transformers on Multilingual Clause-Level Morphology

2022-11-03 · Emre Can Acikgoz, Tilek Chubakov, Müge Kural, Gözde Gül Şahin 외

This paper describes our winning systems in MRL: The 1st Shared Task on Multilingual Clause-level Morphology (EMNLP 2022 Workshop) designed by KUIS AI NLP team. We present our work for all three parts of the shared task:…

Data AugmentationLanguage ModellingLemmatizationMorphological Analysis+1

MorphyNet: a Large Multilingual Database of Derivational and Inflectional Morphology

2021-08-01 · ACL (SIGMORPHON) 2021 8 · Khuyagbaatar Batsuren, Gábor Bella, Fausto Giunchiglia

Large-scale morphological databases provide essential input to a wide range of NLP applications. Inflectional data is of particular importance for morphologically rich (agglutinative and highly inflecting) languages, and…

Linguistically inspired morphological inflection with a sequence to sequence model

2020-09-04 · Eleni Metheniti, Guenter Neumann, Josef van Genabith

Inflection is an essential part of every human language's morphology, yet little effort has been made to unify linguistic theory and computational methods in recent years. Methods of string manipulation are used to infer…

Language AcquisitionLEMMAMorphological Inflection