pain commited on
Commit
d8ca375
·
1 Parent(s): 3ad1cfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,3 +1,49 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+ # Dataset Card for Dataset Arabic-Tweets
6
+
7
+ ## Dataset Description
8
+
9
+ - **Homepage:**
10
+ - **Repository:**
11
+ - **Paper:**
12
+ - **Leaderboard:**
13
+ - **Point of Contact:**
14
+
15
+ ### Dataset Summary
16
+
17
+ This dataset has been collected from twitter which is more than 41 GB of clean data of Arabic Tweets with nearly 4-billion Arabic words (12-million unique Arabic words).
18
+
19
+ ### Languages
20
+
21
+ Arabic
22
+
23
+
24
+ ### Source Data
25
+
26
+ Twitter
27
+
28
+ #### Initial Data Collection and Normalization
29
+
30
+
31
+ The collected data comprises 100 GB of Twitter raw data. Only tweets with Arabic characters were crawled. It was observed that the new data contained a large number of Persian tweets as well as many Arabic words with repeated characters. Because of this and in order to improve the data efficiency the raw data was processed as follows: hashtags, mentions, and links were removed; tweets that contain Persian characters, 3 consecutive characters, or a singlecharacter word were dropped out; normalization of Arabic letters was considered.
32
+
33
+ This has resulted in more than 41 GB of clean data with nearly 4-billion Arabic words (12-million unique Arabic words).
34
+
35
+ ## Considerations for Using the Data
36
+
37
+ - This data has been collected to create a language model. The tweets published without checking the tweets data. Therefore, we are not responsible for any tweets content at all.
38
+
39
+ ## Additional Information
40
+
41
+ ### Licensing Information
42
+
43
+ [Creative Commons Attribution](https://creativecommons.org/licenses/by/4.0/)
44
+
45
+ ### Citation Information
46
+
47
+ ```
48
+ M. Al-Fetyani, M. Al-Barham, G. Abandah, A. Alsharkawi and M. Dawas, "MASC: Massive Arabic Speech Corpus," 2022 IEEE Spoken Language Technology Workshop (SLT), Doha, Qatar, 2023, pp. 1006-1013, doi: 10.1109/SLT54892.2023.10022652.```
49
+