CLMar 16, 2019

Improving Lemmatization of Non-Standard Languages with Joint Learning

arXiv:1903.06939v11097 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of processing historical texts with lacking orthographic standards, which is incremental as it builds on existing encoder-decoder methods.

The paper tackled lemmatization for non-standard historical languages with spelling variations, achieving significant improvements over state-of-the-art by using a joint learning approach with a hierarchical sentence encoder, without requiring POS or morphological annotations.

Lemmatization of standard languages is concerned with (i) abstracting over morphological differences and (ii) resolving token-lemma ambiguities of inflected words in order to map them to a dictionary headword. In the present paper we aim to improve lemmatization performance on a set of non-standard historical languages in which the difficulty is increased by an additional aspect (iii): spelling variation due to lacking orthographic standards. We approach lemmatization as a string-transduction task with an encoder-decoder architecture which we enrich with sentence context information using a hierarchical sentence encoder. We show significant improvements over the state-of-the-art when training the sentence encoder jointly for lemmatization and language modeling. Crucially, our architecture does not require POS or morphological annotations, which are not always available for historical corpora. Additionally, we also test the proposed model on a set of typologically diverse standard languages showing results on par or better than a model without enhanced sentence representations and previous state-of-the-art systems. Finally, to encourage future work on processing of non-standard varieties, we release the dataset of non-standard languages underlying the present study, based on openly accessible sources.

Code Implementations2 repos
Foundations

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

Your Notes