Morphological Inflection

37 papers with code • 0 benchmarks • 1 datasets

Morphological Inflection is the task of generating a target (inflected form) word from a source word (base form), given a morphological attribute, e.g. number, tense, and person etc. It is useful for alleviating data sparsity issues in translating morphologically rich languages. The transformation from a base form to an inflected form usually includes concatenating the base form with a prefix or a suffix and substituting some characters. For example, the inflected form of a Finnish stem eläkeikä (retirement age) is eläkeiittä when the case is abessive and the number is plural.

Source: Tackling Sequence to Sequence Mapping Problems with Neural Networks

Morphological Inflection with Phonological Features

onlplab/inflectionwithphonology 21 Jun 2023

Recent years have brought great advances into solving morphological tasks, mostly due to powerful neural models applied to various tasks as (re)inflection and analysis.

1
21 Jun 2023

An Investigation of Noise in Morphological Inflection

adamits/morphological-inflection-noise 26 May 2023

We aim at closing this gap by investigating the types of noise encountered within a pipeline for truly unsupervised morphological paradigm completion and its impact on morphological inflection systems: First, we propose an error taxonomy and annotation pipeline for inflection training data.

4
26 May 2023

Morphological Inflection: A Reality Check

jkodner05/acl2023_realitycheck 25 May 2023

Morphological inflection is a popular task in sub-word NLP with both practical and cognitive applications.

1
25 May 2023

Understanding Compositional Data Augmentation in Typologically Diverse Morphological Inflection

smfsamir/understanding-augmentation-morphology 23 May 2023

In this study, we aim to shed light on the theoretical aspects of the prominent data augmentation strategy StemCorrupt (Silfverberg et al., 2017; Anastasopoulos and Neubig, 2019), a method that generates synthetic examples by randomly substituting stem characters in gold standard training examples.

1
23 May 2023

A Framework for Bidirectional Decoding: Case Study in Morphological Inflection

marccanby/bidi_decoding 21 May 2023

Transformer-based encoder-decoder models that generate outputs in a left-to-right fashion have become standard for sequence-to-sequence tasks.

0
21 May 2023

An Extended Sequence Tagging Vocabulary for Grammatical Error Correction

wolfgarbe/symspell 12 Feb 2023

We extend a current sequence-tagging approach to Grammatical Error Correction (GEC) by introducing specialised tags for spelling correction and morphological inflection using the SymSpell and LemmInflect algorithms.

3,037
12 Feb 2023

Eeny, meeny, miny, moe. How to choose data for morphological inflection

smuradoglu/almorphinfl 26 Oct 2022

In this paper, we explore four sampling strategies for the task of morphological inflection using a Transformer model: a pair of oracle experiments where data is chosen based on whether the model already can or cannot inflect the test forms correctly, as well as strategies based on high/low model confidence, entropy, as well as random selection.

1
26 Oct 2022

Systematic Inequalities in Language Technology Performance across the World's Languages

neubig/globalutility 13 Oct 2021

Natural language processing (NLP) systems have become a central technology in communication, education, medicine, artificial intelligence, and many other domains of research and development.

6
13 Oct 2021

Rule-based Morphological Inflection Improves Neural Terminology Translation

izecson/terminology-translation EMNLP 2021

Current approaches to incorporating terminology constraints in machine translation (MT) typically assume that the constraint terms are provided in their correct morphological forms.

2
10 Sep 2021

(Un)solving Morphological Inflection: Lemma Overlap Artificially Inflates Models' Performance

onlplab/lemmasplitting 12 Aug 2021

The effect is most significant for low-resourced languages with a drop as high as 95 points, but even high-resourced languages lose about 10 points on average.

1
12 Aug 2021