Zaid commited on
Commit
53c2e3c
1 Parent(s): c562489

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +130 -215
README.md CHANGED
@@ -1,215 +1,130 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: HIT_info
5
- dtype: string
6
- - name: HIT-ID
7
- dtype: string
8
- - name: AID
9
- dtype: string
10
- - name: AssignmentID
11
- dtype: string
12
- - name: HITStatus
13
- dtype: string
14
- - name: WorkerIP
15
- dtype: string
16
- - name: WorkerCountry
17
- dtype: string
18
- - name: WorkerCity
19
- dtype: string
20
- - name: country_live
21
- dtype: string
22
- - name: native_arabic
23
- dtype: string
24
- - name: native_dialect
25
- dtype: string
26
- - name: years_speaking
27
- dtype: string
28
- - name: StartTime_str
29
- dtype: string
30
- - name: EndTime_str
31
- dtype: string
32
- - name: WorkTime
33
- dtype: string
34
- - name: comment
35
- dtype: string
36
- - name: Sentence1
37
- dtype: string
38
- - name: DClass1
39
- dtype: string
40
- - name: DLevel1
41
- dtype: string
42
- - name: source1
43
- dtype: string
44
- - name: document1
45
- dtype: string
46
- - name: part1
47
- dtype: string
48
- - name: segment1
49
- dtype: string
50
- - name: Sentence2
51
- dtype: string
52
- - name: DClass2
53
- dtype: string
54
- - name: DLevel2
55
- dtype: string
56
- - name: source2
57
- dtype: string
58
- - name: document2
59
- dtype: string
60
- - name: part2
61
- dtype: string
62
- - name: segment2
63
- dtype: string
64
- - name: Sentence3
65
- dtype: string
66
- - name: DClass3
67
- dtype: string
68
- - name: DLevel3
69
- dtype: string
70
- - name: source3
71
- dtype: string
72
- - name: document3
73
- dtype: string
74
- - name: part3
75
- dtype: string
76
- - name: segment3
77
- dtype: string
78
- - name: Sentence4
79
- dtype: string
80
- - name: DClass4
81
- dtype: string
82
- - name: DLevel4
83
- dtype: string
84
- - name: source4
85
- dtype: string
86
- - name: document4
87
- dtype: string
88
- - name: part4
89
- dtype: string
90
- - name: segment4
91
- dtype: string
92
- - name: Sentence5
93
- dtype: string
94
- - name: DClass5
95
- dtype: string
96
- - name: DLevel5
97
- dtype: string
98
- - name: source5
99
- dtype: string
100
- - name: document5
101
- dtype: string
102
- - name: part5
103
- dtype: string
104
- - name: segment5
105
- dtype: string
106
- - name: Sentence6
107
- dtype: string
108
- - name: DClass6
109
- dtype: string
110
- - name: DLevel6
111
- dtype: string
112
- - name: source6
113
- dtype: string
114
- - name: document6
115
- dtype: string
116
- - name: part6
117
- dtype: string
118
- - name: segment6
119
- dtype: string
120
- - name: Sentence7
121
- dtype: string
122
- - name: DClass7
123
- dtype: string
124
- - name: DLevel7
125
- dtype: string
126
- - name: source7
127
- dtype: string
128
- - name: document7
129
- dtype: string
130
- - name: part7
131
- dtype: string
132
- - name: segment7
133
- dtype: string
134
- - name: Sentence8
135
- dtype: string
136
- - name: DClass8
137
- dtype: string
138
- - name: DLevel8
139
- dtype: string
140
- - name: source8
141
- dtype: string
142
- - name: document8
143
- dtype: string
144
- - name: part8
145
- dtype: string
146
- - name: segment8
147
- dtype: string
148
- - name: Sentence9
149
- dtype: string
150
- - name: DClass9
151
- dtype: string
152
- - name: DLevel9
153
- dtype: string
154
- - name: source9
155
- dtype: string
156
- - name: document9
157
- dtype: string
158
- - name: part9
159
- dtype: string
160
- - name: segment9
161
- dtype: string
162
- - name: Sentence10
163
- dtype: string
164
- - name: DClass10
165
- dtype: string
166
- - name: DLevel10
167
- dtype: string
168
- - name: source10
169
- dtype: string
170
- - name: document10
171
- dtype: string
172
- - name: part10
173
- dtype: string
174
- - name: segment10
175
- dtype: string
176
- - name: Sentence11
177
- dtype: string
178
- - name: DClass11
179
- dtype: string
180
- - name: DLevel11
181
- dtype: string
182
- - name: source11
183
- dtype: string
184
- - name: document11
185
- dtype: string
186
- - name: part11
187
- dtype: string
188
- - name: segment11
189
- dtype: string
190
- - name: Sentence12
191
- dtype: string
192
- - name: DClass12
193
- dtype: string
194
- - name: DLevel12
195
- dtype: string
196
- - name: source12
197
- dtype: string
198
- - name: document12
199
- dtype: string
200
- - name: part12
201
- dtype: string
202
- - name: segment12
203
- dtype: string
204
- splits:
205
- - name: train
206
- num_bytes: 113250011
207
- num_examples: 33093
208
- download_size: 22204792
209
- dataset_size: 113250011
210
- configs:
211
- - config_name: default
212
- data_files:
213
- - split: train
214
- path: data/train-*
215
- ---
 
1
+ # Dataset Card for annotated_aoc
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{zaidan2011arabic,
120
+ title={The arabic online commentary dataset: an annotated dataset of informal arabic with high dialectal content},
121
+ author={Zaidan, Omar and Callison-Burch, Chris},
122
+ booktitle={Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies},
123
+ pages={37--41},
124
+ year={2011}
125
+ }
126
+ ```
127
+
128
+ ### Contributions
129
+
130
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.