Abdelrahman-Rezk commited on
Commit
a82e57f
1 Parent(s): 68375b2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Arabic dialects, multi-class-Classification, Tweets.
2
+
3
+ # Dataset Card for Arabic_Dialect_Identification
4
+
5
+ ## Table of Contents
6
+ - [Dataset Description](#dataset-description)
7
+ - [Dataset Summary](#dataset-summary)
8
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
9
+ - [Languages](#languages)
10
+ - [Dataset Structure](#dataset-structure)
11
+ - [Data Instances](#data-instances)
12
+ - [Data Fields](#data-instances)
13
+ - [Data Splits](#data-instances)
14
+ - [Dataset Creation](#dataset-creation)
15
+ - [Curation Rationale](#curation-rationale)
16
+ - [Source Data](#source-data)
17
+ - [Annotations](#annotations)
18
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
19
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
20
+ - [Social Impact of Dataset](#social-impact-of-dataset)
21
+ - [Discussion of Biases](#discussion-of-biases)
22
+ - [Other Known Limitations](#other-known-limitations)
23
+ - [Additional Information](#additional-information)
24
+ - [Dataset Curators](#dataset-curators)
25
+ - [Licensing Information](#licensing-information)
26
+ - [Citation Information](#citation-information)
27
+
28
+ ## Dataset Description
29
+
30
+ - **Homepage:** [Needs More Information]
31
+ - **Repository:** https://github.com/Abdelrahmanrezk/dialect-prediction-with-transformers
32
+ - **Paper:** https://arxiv.org/pdf/2005.06557.pdf
33
+ - **Leaderboard:** Abdelrahmanrezk@acm.org
34
+ Aiman.Mahgoub@ul.ie
35
+ Conor.Ryan@ul.ie
36
+ - **Point of Contact:** Abdelrahmanrezk@acm.org
37
+ Aiman.Mahgoub@ul.ie
38
+ Conor.Ryan@ul.ie
39
+
40
+ ### Dataset Summary
41
+
42
+ We present QADI, an automatically collected dataset of tweets belonging to a wide range of
43
+ country-level Arabic dialects covering 18 different countries in the Middle East and North
44
+ Africa region. Our method for building this dataset relies on applying multiple filters to identify
45
+ users who belong to different countries based on their account descriptions and to eliminate
46
+ tweets that are either written in Modern Standard Arabic or contain inappropriate language. The
47
+ resultant dataset contains 540k tweets from 2,525 users who are evenly distributed across 18 Arab countries.
48
+
49
+ ### Supported Tasks and Leaderboards
50
+
51
+ - Multi-class-Classification: Using extrinsic evaluation, we are able to build effective country-level dialect identification on tweets with a macro-averaged F1-score of 51.5% across 18 classes.
52
+ [Arabic-Dialect-Identification](https://github.com/Abdelrahmanrezk/Arabic-Dialect-Identification), rather than what used in the paper Using intrinsic evaluation, they show that the labels of a set of randomly selected tweets are 91.5% accurate. For extrinsic evaluation, they are able to build effective country-level dialect identification on tweets with a macro-averaged F1-score of 60.6% across 18 classes [ Paper](https://arxiv.org/pdf/2005.06557.pdf). And we aimed by next work to fine tune models with that data to see how the result will be.
53
+
54
+ ### Languages
55
+
56
+ Arabic
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+
62
+ {'id': [1159906099585327104, 950123809608171648, 1091295506960142336],
63
+ 'label': [10, 14, 2],
64
+ 'text': [''JG 'D.J() H 'DG1*D) B/'E 'D,HF /HD \U0001f92a=2\n'D9J'D /J **9DB AJ 'DADC) J' E9DE CDH(',
65
+ '@FIA_WIS *0C1* E' '3EJ 9'&4) 'F' '3EJ .HD)',
66
+ '@showqiy @3nood_mh D' H'DDG F1H- F4,9 B71 H FA1- E9GE H4 1'JC (9/']}
67
+
68
+ ### Data Fields
69
+
70
+ {'id': Value(dtype='int64', id=None),
71
+ 'label': ClassLabel(num_classes=18, names=['OM', 'SD', 'SA', 'KW', 'QA', 'LB', 'JO', 'SY', 'IQ', 'MA', 'EG', 'PL', 'YE', 'BH', 'DZ', 'AE', 'TN', 'LY'], id=None),
72
+ 'text': Value(dtype='string', id=None)}
73
+
74
+ ### Data Splits
75
+
76
+ This dataset is split into a train, validation and test split. The split sizes are as follow:
77
+
78
+ | Split name | Number of samples |
79
+ | train | 440052 |
80
+ | validation | 9164 |
81
+ | test | 8981 |
82
+
83
+ ## Dataset Creation
84
+
85
+ ### Curation Rationale
86
+
87
+ [Needs More Information]
88
+
89
+ ### Source Data
90
+
91
+ #### Initial Data Collection and Normalization
92
+
93
+ [Needs More Information]
94
+
95
+ #### Who are the source language producers?
96
+
97
+ [Needs More Information]
98
+
99
+ ### Annotations
100
+
101
+ #### Annotation process
102
+
103
+ [Needs More Information]
104
+
105
+ #### Who are the annotators?
106
+
107
+ [Needs More Information]
108
+
109
+ ### Personal and Sensitive Information
110
+
111
+ [Needs More Information]
112
+
113
+ ## Considerations for Using the Data
114
+
115
+ ### Social Impact of Dataset
116
+
117
+ [Needs More Information]
118
+
119
+ ### Discussion of Biases
120
+
121
+ [Needs More Information]
122
+
123
+ ### Other Known Limitations
124
+
125
+ [Needs More Information]
126
+
127
+ ## Additional Information
128
+
129
+ ### Dataset Curators
130
+
131
+ {aabdelali,hmubarak,ysamih,sahassan2,kdarwish}@hbku.edu.qa
132
+
133
+ ### Licensing Information
134
+
135
+ [Needs More Information]
136
+
137
+ ### Citation Information
138
+
139
+ @unknown{unknown,
140
+ author = {Abdelali, Ahmed and Mubarak, Hamdy and Samih, Younes and Hassan, Sabit and Darwish, Kareem},
141
+ year = {2020},
142
+ month = {05},
143
+ pages = {},
144
+ title = {Arabic Dialect Identification in the Wild}
145
+ }