CLLGApr 25, 2019

Arabic Text Diacritization Using Deep Neural Networks

arXiv:1905.01965v153 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the lack of resources for Arabic diacritization, which is important for applications such as speech synthesis and language learning, but it is incremental as it primarily provides a dataset and benchmarking rather than a new method.

The paper tackles the problem of Arabic text diacritization by introducing a cleaned, open-source dataset of 55K lines and benchmarking existing systems, finding that the neural Shakkala system achieves a Diacritic Error Rate (DER) of 2.88%, significantly outperforming traditional approaches like Mishkal at 13.78% DER.

Diacritization of Arabic text is both an interesting and a challenging problem at the same time with various applications ranging from speech synthesis to helping students learning the Arabic language. Like many other tasks or problems in Arabic language processing, the weak efforts invested into this problem and the lack of available (open-source) resources hinder the progress towards solving this problem. This work provides a critical review for the currently existing systems, measures and resources for Arabic text diacritization. Moreover, it introduces a much-needed free-for-all cleaned dataset that can be easily used to benchmark any work on Arabic diacritization. Extracted from the Tashkeela Corpus, the dataset consists of 55K lines containing about 2.3M words. After constructing the dataset, existing tools and systems are tested on it. The results of the experiments show that the neural Shakkala system significantly outperforms traditional rule-based approaches and other closed-source tools with a Diacritic Error Rate (DER) of 2.88% compared with 13.78%, which the best DER for the non-neural approach (obtained by the Mishkal tool).

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