Tashkeel-Corpus / README.md
Abdo-Alshoki's picture
Update README.md
d3536c0 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 1997024229
      num_examples: 2138341
  download_size: 942907181
  dataset_size: 1997024229
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
language:
  - ar
size_categories:
  - 1M<n<10M

Tashkeel Corpus

Summary

The Tashkeel-Corpus is a dataset of Modern Standard Arabic (MSA) texts enriched with diacritics (Tashkeel). Diacritics are critical in Arabic script as they provide essential phonetic information that can disambiguate meanings and improve the accuracy of natural language processing (NLP) applications. This corpus serves as a valuable resource for tasks such as diacritization, speech synthesis, speech recognition, and Arabic language modeling. The diacritics in this corpus were automatically added using the BERTUnfactoredDisambiguator from the CAMeL Tools library.

Supported Tasks and Leaderboards

  • Diacritization: Enhance unvocalized Arabic text with appropriate diacritical marks.
  • Speech Synthesis (Text-to-Speech): Improve pronunciation accuracy in TTS systems.
  • Speech Recognition (Automatic Speech Recognition): Aid ASR systems in better understanding spoken Arabic.
  • Arabic Language Modeling: Develop models that understand or generate fully vocalized Arabic text.

Languages

  • Arabic (ar)

Dataset Structure

Data Instances

Each data instance in the Tashkeel-Corpus is a segment of Arabic text with full diacritical annotation. An example entry might look like:

{
  "text": "اَلْعَرَبِيَّةُ لُغَةٌ جَمِيلَةٌ"
}

Data Fields

text: A string containing the fully diacritized Arabic text.

Data Splits

The dataset is organized as a single collection of diacritized texts. Users may split the data into training, validation, and test sets according to their specific needs.