Basma commited on
Commit
e5b1511
·
verified ·
1 Parent(s): 72b6f1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +129 -40
README.md CHANGED
@@ -1,40 +1,129 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: vocalized
5
- dtype: string
6
- - name: erroneous
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 4494954114
11
- num_examples: 1463790
12
- - name: valid
13
- num_bytes: 93033856
14
- num_examples: 30181
15
- - name: test
16
- num_bytes: 46297886
17
- num_examples: 15091
18
- download_size: 2248412824
19
- dataset_size: 4634285856
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- - split: valid
26
- path: data/valid-*
27
- - split: test
28
- path: data/test-*
29
- license: mit
30
- task_categories:
31
- - text2text-generation
32
- language:
33
- - ar
34
- tags:
35
- - Speech-Correction
36
- - Diacritics
37
- - Vocalized
38
- - Arabic
39
- - Tashkeel
40
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: vocalized
5
+ dtype: string
6
+ - name: erroneous
7
+ dtype: string
8
+ splits:
9
+ - name: train
10
+ num_bytes: 4494954114
11
+ num_examples: 1463790
12
+ - name: valid
13
+ num_bytes: 93033856
14
+ num_examples: 30181
15
+ - name: test
16
+ num_bytes: 46297886
17
+ num_examples: 15091
18
+ download_size: 2248412824
19
+ dataset_size: 4634285856
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ - split: valid
26
+ path: data/valid-*
27
+ - split: test
28
+ path: data/test-*
29
+ license: mit
30
+ task_categories:
31
+ - text2text-generation
32
+ language:
33
+ - ar
34
+ tags:
35
+ - Speech-Correction
36
+ - Diacritics
37
+ - Vocalized
38
+ - Arabic
39
+ - Tashkeel
40
+ ---
41
+
42
+ # **Text with Diacritics Correction Dataset**
43
+
44
+ [![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Dataset-yellow)](https://huggingface.co/datasets/FlouBsy/Text-with-Diacritics-Correction)
45
+
46
+ ## **Overview**
47
+ This dataset is an **Arabic dataset** derived from [Abdou/arabic-tashkeel-dataset](https://huggingface.co/datasets/Abdou/arabic-tashkeel-dataset), with additional **preprocessing and error injection** to help train models for **speech and typing correction**.
48
+
49
+ ### **Key Features**
50
+ ✅ **Preprocessed Arabic text**: Cleaned `vocalized` column by removing non-Arabic characters, symbols, emojis, brackets, and numbers.
51
+ ✅ **Injected realistic errors**: Includes four types of errors that simulate real-world **speech and typing mistakes**.
52
+ ✅ **Large-scale dataset**: Over **1.5 million** text samples for robust training.
53
+ ✅ **Suitable for NLP tasks**: Useful for **text correction, speech recognition, and Arabic NLP research**.
54
+
55
+ ---
56
+
57
+ ## **Dataset Details**
58
+
59
+ ### **Statistics**
60
+ | Split | Samples |
61
+ |------------|---------:|
62
+ | Train | 1,463,790 |
63
+ | Validation | 30,181 |
64
+ | Test | 15,091 |
65
+ | **Total** | **1,509,062** |
66
+
67
+ ### **Data Format**
68
+ - **File Type**: Parquet
69
+ - **Columns**:
70
+ - `vocalized`: Preprocessed Arabic text
71
+ - `erroneous`: The same text with injected errors
72
+
73
+ ---
74
+
75
+ ## **Error Injection Details**
76
+ We introduced **four types of common Arabic text errors** to enhance the dataset’s usability for speech and typing correction:
77
+
78
+ 1. **Keyboard Errors** 🖥️
79
+ - Mistyped letters based on nearby keyboard keys.
80
+ - Example: `السلام` → `الستام` (minor keyboard slip).
81
+
82
+ 2. **Ordering Errors** 🔀
83
+ - Swapped adjacent letters.
84
+ - Example: `مرحبا` → `مرحاب` (common typing mistake).
85
+
86
+ 3. **Phonetic Errors** 🎙️
87
+ - Replaced letters with phonetically similar ones.
88
+ - Example: `ن` ↔ `م`, `س` ↔ `ث`.
89
+
90
+ 4. **Diacritic Errors** ٍّ ُٰ
91
+ - Altered or removed Arabic diacritics (`Tashkeel`).
92
+ - Example: `كَتَبَ` → `كَتُبَ`.
93
+
94
+ These errors mimic **real-world mistakes** in **speech recognition and Arabic typing**, improving model robustness.
95
+
96
+ ---
97
+
98
+ ## **Usage**
99
+
100
+ ### **Loading the Dataset in Python**
101
+ ```python
102
+ from datasets import load_dataset
103
+
104
+ dataset = load_dataset("FlouBsy/Text-with-Diacritics-Correction")
105
+
106
+ # Example access
107
+ print(dataset['train'][0]) # Show first sample
108
+ ```
109
+
110
+ ## Collaborators
111
+
112
+ - **[Basma M.](https://huggingface.co/FlouBsy)** (Main Contributor)
113
+ - **[Selsabeel A.](https://huggingface.co/TheirUsernameHere)**
114
+
115
+ ## Citations
116
+
117
+ @misc{arabic_tashkeel_dataset,
118
+ author = {[Original Dataset Author](https://huggingface.co/Abdou)},
119
+ title = {Arabic Tashkeel Dataset},
120
+ year = {2024},
121
+ url = {https://huggingface.co/datasets/Abdou/arabic-tashkeel-dataset}
122
+ }
123
+
124
+ @misc{Text-with-Diacritics-Correction,
125
+ author = {Basma M., Selsabeel A.},
126
+ title = {Arabic Speech & Typing Errors with Diacritics Dataset},
127
+ year = {2025},
128
+ url = {https://huggingface.co/datasets/FlouBsy/Text-with-Diacritics-Correction}
129
+ }