CLDec 10, 2019

Homograph Disambiguation Through Selective Diacritic Restoration

arXiv:1912.04479v11092 citations
Originality Incremental advance
AI Analysis

This addresses the problem of homograph disambiguation for NLP applications in languages with diacritics, offering an incremental improvement over full or no restoration methods.

The paper tackles lexical ambiguity in languages like Arabic by proposing selective diacritic restoration to disambiguate homographs without increasing sparsity, showing promising results in downstream NLP applications such as neural machine translation and part-of-speech tagging.

Lexical ambiguity, a challenging phenomenon in all natural languages, is particularly prevalent for languages with diacritics that tend to be omitted in writing, such as Arabic. Omitting diacritics leads to an increase in the number of homographs: different words with the same spelling. Diacritic restoration could theoretically help disambiguate these words, but in practice, the increase in overall sparsity leads to performance degradation in NLP applications. In this paper, we propose approaches for automatically marking a subset of words for diacritic restoration, which leads to selective homograph disambiguation. Compared to full or no diacritic restoration, these approaches yield selectively-diacritized datasets that balance sparsity and lexical disambiguation. We evaluate the various selection strategies extrinsically on several downstream applications: neural machine translation, part-of-speech tagging, and semantic textual similarity. Our experiments on Arabic show promising results, where our devised strategies on selective diacritization lead to a more balanced and consistent performance in downstream applications.

Foundations

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

Your Notes