Zaid commited on
Commit
543937a
1 Parent(s): 61b71bd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +150 -30
README.md CHANGED
@@ -1,30 +1,150 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: score(/3)
5
- dtype: string
6
- - name: tweet_Id
7
- dtype: string
8
- - name: tweet_text
9
- dtype: string
10
- - name: label
11
- dtype:
12
- class_label:
13
- names:
14
- '0': MGH
15
- '1': LEV
16
- '2': EGY
17
- '3': IRQ
18
- '4': GLF
19
- splits:
20
- - name: train
21
- num_bytes: 4226621
22
- num_examples: 24279
23
- download_size: 2487610
24
- dataset_size: 4226621
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for DART
2
+
3
+ ## Table of Contents
4
+ - [Table of Contents](#table-of-contents)
5
+ - [Dataset Description](#dataset-description)
6
+ - [Dataset Summary](#dataset-summary)
7
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
8
+ - [Languages](#languages)
9
+ - [Dataset Structure](#dataset-structure)
10
+ - [Data Instances](#data-instances)
11
+ - [Data Fields](#data-fields)
12
+ - [Data Splits](#data-splits)
13
+ - [Dataset Creation](#dataset-creation)
14
+ - [Curation Rationale](#curation-rationale)
15
+ - [Source Data](#source-data)
16
+ - [Annotations](#annotations)
17
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
18
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
19
+ - [Social Impact of Dataset](#social-impact-of-dataset)
20
+ - [Discussion of Biases](#discussion-of-biases)
21
+ - [Other Known Limitations](#other-known-limitations)
22
+ - [Additional Information](#additional-information)
23
+ - [Dataset Curators](#dataset-curators)
24
+ - [Licensing Information](#licensing-information)
25
+ - [Citation Information](#citation-information)
26
+ - [Contributions](#contributions)
27
+
28
+ ## Dataset Description
29
+
30
+ - **Homepage: [info]**
31
+ - **Repository: [info]**
32
+ - **Paper: [info]**
33
+ - **Leaderboard: [info]**
34
+ - **Point of Contact: [info]**
35
+
36
+ ### Dataset Summary
37
+
38
+ [More Information Needed]
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ [More Information Needed]
43
+
44
+ ### Languages
45
+
46
+ [More Information Needed]
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ [More Information Needed]
53
+
54
+ ### Data Fields
55
+
56
+ [More Information Needed]
57
+
58
+ ### Data Splits
59
+
60
+ [More Information Needed]
61
+
62
+ ## Dataset Creation
63
+
64
+ ### Curation Rationale
65
+
66
+ [More Information Needed]
67
+
68
+ ### Source Data
69
+
70
+ #### Initial Data Collection and Normalization
71
+
72
+ [More Information Needed]
73
+
74
+ #### Who are the source language producers?
75
+
76
+ [More Information Needed]
77
+
78
+ ### Annotations
79
+
80
+ #### Annotation process
81
+
82
+ [More Information Needed]
83
+
84
+ #### Who are the annotators?
85
+
86
+ [More Information Needed]
87
+
88
+ ### Personal and Sensitive Information
89
+
90
+ [More Information Needed]
91
+
92
+ ## Considerations for Using the Data
93
+
94
+ ### Social Impact of Dataset
95
+
96
+ [More Information Needed]
97
+
98
+ ### Discussion of Biases
99
+
100
+ [More Information Needed]
101
+
102
+ ### Other Known Limitations
103
+
104
+ [More Information Needed]
105
+
106
+ ## Additional Information
107
+
108
+ ### Dataset Curators
109
+
110
+ [More Information Needed]
111
+
112
+ ### Licensing Information
113
+
114
+ [More Information Needed]
115
+
116
+ ### Citation Information
117
+
118
+ ```
119
+ @inproceedings{alsarsour-etal-2018-dart,
120
+ title = "{DART}: A Large Dataset of Dialectal {A}rabic Tweets",
121
+ author = "Alsarsour, Israa and
122
+ Mohamed, Esraa and
123
+ Suwaileh, Reem and
124
+ Elsayed, Tamer",
125
+ editor = "Calzolari, Nicoletta and
126
+ Choukri, Khalid and
127
+ Cieri, Christopher and
128
+ Declerck, Thierry and
129
+ Goggi, Sara and
130
+ Hasida, Koiti and
131
+ Isahara, Hitoshi and
132
+ Maegaard, Bente and
133
+ Mariani, Joseph and
134
+ Mazo, H{\'e}l{\`e}ne and
135
+ Moreno, Asuncion and
136
+ Odijk, Jan and
137
+ Piperidis, Stelios and
138
+ Tokunaga, Takenobu",
139
+ booktitle = "Proceedings of the Eleventh International Conference on Language Resources and Evaluation ({LREC} 2018)",
140
+ month = may,
141
+ year = "2018",
142
+ address = "Miyazaki, Japan",
143
+ publisher = "European Language Resources Association (ELRA)",
144
+ url = "https://aclanthology.org/L18-1579",
145
+ }
146
+ ```
147
+
148
+ ### Contributions
149
+
150
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.