# Universal Lemmatizer: A Sequence to Sequence Model for Lemmatizing   Universal Dependencies Treebanks

**Authors:** Jenna Kanerva, Filip Ginter, and Tapio Salakoski

arXiv: 1902.00972 · 2020-04-16

## TL;DR

This paper introduces a novel sequence-to-sequence neural network lemmatizer that uses morphosyntactic context for improved accuracy across 52 languages, outperforming existing baselines and aiding low-resource language processing.

## Contribution

The paper presents a new context-sensitive lemmatization method leveraging morphosyntactic features and data augmentation, significantly improving performance over previous systems.

## Key findings

- Outperforms all latest baseline systems on 52 languages.
- Reduces errors by 19% relative on average compared to UDPipe Future.
- Effective for low-resource languages through data augmentation techniques.

## Abstract

In this paper we present a novel lemmatization method based on a sequence-to-sequence neural network architecture and morphosyntactic context representation. In the proposed method, our context-sensitive lemmatizer generates the lemma one character at a time based on the surface form characters and its morphosyntactic features obtained from a morphological tagger. We argue that a sliding window context representation suffers from sparseness, while in majority of cases the morphosyntactic features of a word bring enough information to resolve lemma ambiguities while keeping the context representation dense and more practical for machine learning systems. Additionally, we study two different data augmentation methods utilizing autoencoder training and morphological transducers especially beneficial for low resource languages. We evaluate our lemmatizer on 52 different languages and 76 different treebanks, showing that our system outperforms all latest baseline systems. Compared to the best overall baseline, UDPipe Future, our system outperforms it on 62 out of 76 treebanks reducing errors on average by 19% relative. The lemmatizer together with all trained models is made available as a part of the Turku-neural-parsing-pipeline under the Apache 2.0 license.

## Full text

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

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1902.00972/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1902.00972/full.md

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