atakaboudi
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: 'Dialect of Tunisia a Collection of Works'
|
3 |
+
---
|
4 |
+
# Dialect of Tunisia a Collection of Works :
|
5 |
+
|
6 |
+
|
7 |
+
This repository compiles a variety of Tunisian NLP projects to create a comprehensive text-based dataset for diverse applications. It exclusively features Tunisian dialect written in Arabic script and includes code-switching with other languages such as French, English, and Italian. The corpus comprises a total of 70 million GPT-4 tokens. Light Preprocessing has been done on these source datasets to remove negative text , repetitive tokens , emojies, and non-arabic letters dialect
|
8 |
+
|
9 |
+
|
10 |
+
### Data :
|
11 |
+
Below are the individual datasets that are combined in this work
|
12 |
+
|
13 |
+
* ### [Arbi-Houssem/Tunisian_dataset_STT-TTS15s_filtred_organiser_Mixed](https://huggingface.co/datasets/Arbi-Houssem/Tunisian_dataset_STT-TTS15s_filtred_organiser_Mixed) :
|
14 |
+
A speech to text dataset where we consider the target sentences ,we keep transcript as is
|
15 |
+
|
16 |
+
* ### [linagora/linto-asr-ar-tn-0.1](https://huggingface.co/linagora/linto-asr-ar-tn-0.1) :
|
17 |
+
An ASR dataset representing a collection of various sources. Sources are . Youtube_TNScrapped, TunswitchTO , TunswitchCS, ApprendreLeTunisien ,Taric, OneStorym we keep sentences as is
|
18 |
+
|
19 |
+
* ### [Tunisian Arabic Dialects Identification(TADI): ](https://github.com/instadeepai/tunbert) :
|
20 |
+
It is a binary classification task consisting of classifying Tunisian dialect and Non Tunisian dialect from an Arabic dialectical dataset.
|
21 |
+
we only extract rows identified as tunisian dialect
|
22 |
+
* ### Tunisian Algerian Dialect(TAD) (https://github.com/instadeepai/tunbert):
|
23 |
+
It is a binary classification task consisting of classifying Tunisian dialect and Algerian dialect from an Arabic dialectical dataset.
|
24 |
+
we only extract rows identified as tunisian dialect
|
25 |
+
|
26 |
+
* ### [khaled123/tunninjaar](https://huggingface.co/datasets/khaled123/tunninjaar):
|
27 |
+
A dataset extracted from : https://derja.ninja/
|
28 |
+
|
29 |
+
* ### [Hala-Mulki T-HSAB-A-Tunisian-Hate-Speech-and-Abusive-Dataset](https://github.com/Hala-Mulki/T-HSAB-A-Tunisian-Hate-Speech-and-Abusive-Dataset):
|
30 |
+
the first Arabic Tunisian Hate Speech and Abusive Language Dataset proposed in the The 7th International Conference on Arabic Language Processing October
|
31 |
+
only comsider rows marked as non hate speech
|
32 |
+
|
33 |
+
* ### [Tunisian Reading Comprehension Dataset](https://github.com/instadeepai/tunbert):
|
34 |
+
A Question-Answering dataset for Tunisian dialect. Use of dialectal version of the Tunisian constitution . It is composed of 144 documents where each document has exactly 3 paragraphs and three Question-Answer pairs are assigned to each paragraph.
|
35 |
+
|
36 |
+
* ### [Naim Mhedhbi Tunisian Dialect Corpus v0](https://www.kaggle.com/datasets/naim99/ts-naim-mhedhbi) :
|
37 |
+
40000 comments and posts from facebook, labeled as positive / negative/ neutral ,
|
38 |
+
we only consider positive and neutral rows
|
39 |
+
|
40 |
+
* ### TSAC (Tunisian Sentiment Analysis Corpus)(https://paperswithcode.com/dataset/tsac)
|
41 |
+
Tunisian Sentiment Analysis Corpus (TSAC) is a Tunisian Dialect corpus of 17.000 comments from Facebook.
|
42 |
+
|
43 |
+
* ### [khaled123/Testtun](https://huggingface.co/datasets/khaled123/Testtun):
|
44 |
+
|
45 |
+
* ### [khaled123/Tuniset](https://huggingface.co/datasets/khaled123/tuniset):
|
46 |
+
|
47 |
+
| Dataset | Token Count |
|
48 |
+
|----------|----------|
|
49 |
+
| arbi_houssem-tunisian-dataset_stt_tts15s_filtered1.0 1 | 129207 |
|
50 |
+
| maal-32173-Tunisian_Revolution_Arabic-2011-2022 | 11538264 |
|
51 |
+
| TAD | 41434 |
|
52 |
+
| TADI | 891750 |
|
53 |
+
| testtun-khaldoun | 18356271 |
|
54 |
+
| thsab | 289310 |
|
55 |
+
| ts-naim-mhedhbi | 224434 |
|
56 |
+
| tsac | 97085 |
|
57 |
+
| tuninjar | 13056137 |
|
58 |
+
| tuniset | 22584964 |
|
59 |
+
| linagoraSTT | 2003450 |
|
60 |
+
| Total | 69422659 |
|