# Training Data Augmentation for Context-Sensitive Neural Lemmatization   Using Inflection Tables and Raw Text

**Authors:** Toms Bergmanis, Sharon Goldwater

arXiv: 1904.01464 · 2019-07-02

## TL;DR

This paper introduces a method for training context-sensitive neural lemmatizers in low-resource settings by leveraging inflection tables and raw text, improving generalization especially on unseen words.

## Contribution

It presents a novel approach that combines inflection tables with raw text to train lemmatizers without requiring fully annotated sentences.

## Key findings

- Improved lemmatization accuracy on unseen words.
- Effective training with minimal labeled data.
- Generalization from unambiguous examples.

## Abstract

Lemmatization aims to reduce the sparse data problem by relating the inflected forms of a word to its dictionary form. Using context can help, both for unseen and ambiguous words. Yet most context-sensitive approaches require full lemma-annotated sentences for training, which may be scarce or unavailable in low-resource languages. In addition (as shown here), in a low-resource setting, a lemmatizer can learn more from $n$ labeled examples of distinct words (types) than from $n$ (contiguous) labeled tokens, since the latter contain far fewer distinct types. To combine the efficiency of type-based learning with the benefits of context, we propose a way to train a context-sensitive lemmatizer with little or no labeled corpus data, using inflection tables from the UniMorph project and raw text examples from Wikipedia that provide sentence contexts for the unambiguous UniMorph examples. Despite these being unambiguous examples, the model successfully generalizes from them, leading to improved results (both overall, and especially on unseen words) in comparison to a baseline that does not use context.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01464/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01464/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1904.01464/full.md

---
Source: https://tomesphere.com/paper/1904.01464