CLApr 13, 2024

OOVs in the Spotlight: How to Inflect them?

arXiv:2404.08974v281 citationsh-index: 2LREC
Originality Incremental advance
AI Analysis

It addresses a specific problem in natural language processing for morphologically rich languages like Czech, with incremental improvements in OOV conditions.

The paper tackles morphological inflection for out-of-vocabulary words, developing systems including Transformer and retrograde models, achieving state-of-the-art results in 9 out of 16 languages in OOV evaluations and releasing a Czech dataset and Python library.

We focus on morphological inflection in out-of-vocabulary (OOV) conditions, an under-researched subtask in which state-of-the-art systems usually are less effective. We developed three systems: a retrograde model and two sequence-to-sequence (seq2seq) models based on LSTM and Transformer. For testing in OOV conditions, we automatically extracted a large dataset of nouns in the morphologically rich Czech language, with lemma-disjoint data splits, and we further manually annotated a real-world OOV dataset of neologisms. In the standard OOV conditions, Transformer achieves the best results, with increasing performance in ensemble with LSTM, the retrograde model and SIGMORPHON baselines. On the real-world OOV dataset of neologisms, the retrograde model outperforms all neural models. Finally, our seq2seq models achieve state-of-the-art results in 9 out of 16 languages from SIGMORPHON 2022 shared task data in the OOV evaluation (feature overlap) in the large data condition. We release the Czech OOV Inflection Dataset for rigorous evaluation in OOV conditions. Further, we release the inflection system with the seq2seq models as a ready-to-use Python library.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes