system HF staff commited on
Commit
7c07b43
1 Parent(s): 499e4e9

Update files from the datasets library (from 1.17.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.17.0

Files changed (1) hide show
  1. README.md +51 -30
README.md CHANGED
@@ -18,38 +18,45 @@ task_categories:
18
  task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
 
21
  ---
22
 
23
- # Dataset Card for MetRec
24
 
25
  ## Table of Contents
26
- - [Dataset Description](#dataset-description)
27
- - [Dataset Summary](#dataset-summary)
28
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
- - [Languages](#languages)
30
- - [Dataset Structure](#dataset-structure)
31
- - [Data Instances](#data-instances)
32
- - [Data Fields](#data-fields)
33
- - [Data Splits](#data-splits)
34
- - [Dataset Creation](#dataset-creation)
35
- - [Curation Rationale](#curation-rationale)
36
- - [Source Data](#source-data)
37
- - [Annotations](#annotations)
38
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
- - [Considerations for Using the Data](#considerations-for-using-the-data)
40
- - [Social Impact of Dataset](#social-impact-of-dataset)
41
- - [Discussion of Biases](#discussion-of-biases)
42
- - [Other Known Limitations](#other-known-limitations)
43
- - [Additional Information](#additional-information)
44
- - [Dataset Curators](#dataset-curators)
45
- - [Licensing Information](#licensing-information)
46
- - [Citation Information](#citation-information)
47
- - [Contributions](#contributions)
 
 
 
 
 
 
 
48
 
49
  ## Dataset Description
50
 
51
- - **Homepage:** [AJGT](https://github.com/komari6/Arabic-twitter-corpus-AJGT)
52
- - **Repository:** [AJGT](https://github.com/komari6/Arabic-twitter-corpus-AJGT)
53
  - **Paper:** [Arabic Tweets Sentimental Analysis Using Machine Learning](https://link.springer.com/chapter/10.1007/978-3-319-60042-0_66)
54
  - **Point of Contact:** [Khaled Alomari](khaled.alomari@adu.ac.ae)
55
 
@@ -73,7 +80,8 @@ A binary datset with with negative and positive sentiments.
73
 
74
  ### Data Fields
75
 
76
- [More Information Needed]
 
77
 
78
  ### Data Splits
79
 
@@ -119,13 +127,17 @@ The dataset does not contain any additional annotations.
119
 
120
  ## Considerations for Using the Data
121
 
122
- ### Discussion of Social Impact and Biases
123
 
124
- [More Information Needed]
 
 
 
 
125
 
126
  ### Other Known Limitations
127
 
128
- [More Information Needed]
129
 
130
  ## Additional Information
131
 
@@ -139,7 +151,16 @@ The dataset does not contain any additional annotations.
139
 
140
  ### Citation Information
141
 
142
- [More Information Needed]
 
 
 
 
 
 
 
 
 
143
 
144
  ### Contributions
145
 
 
18
  task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
+ pretty_name: Arabic Jordanian General Tweets
22
  ---
23
 
24
+ # Dataset Card for Arabic Jordanian General Tweets
25
 
26
  ## Table of Contents
27
+ - [Dataset Card for Arabic Jordanian General Tweets](#dataset-card-for-arabic-jordanian-general-tweets)
28
+ - [Table of Contents](#table-of-contents)
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [|split|num examples|](#splitnum-examples)
38
+ - [Dataset Creation](#dataset-creation)
39
+ - [Curation Rationale](#curation-rationale)
40
+ - [Source Data](#source-data)
41
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
42
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
43
+ - [Annotations](#annotations)
44
+ - [Annotation process](#annotation-process)
45
+ - [Who are the annotators?](#who-are-the-annotators)
46
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
47
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
48
+ - [Social Impact of Dataset](#social-impact-of-dataset)
49
+ - [Discussion of Biases](#discussion-of-biases)
50
+ - [Other Known Limitations](#other-known-limitations)
51
+ - [Additional Information](#additional-information)
52
+ - [Dataset Curators](#dataset-curators)
53
+ - [Licensing Information](#licensing-information)
54
+ - [Citation Information](#citation-information)
55
+ - [Contributions](#contributions)
56
 
57
  ## Dataset Description
58
 
59
+ - **Repository:** [Arabic Jordanian General Tweets](https://github.com/komari6/Arabic-twitter-corpus-AJGT)
 
60
  - **Paper:** [Arabic Tweets Sentimental Analysis Using Machine Learning](https://link.springer.com/chapter/10.1007/978-3-319-60042-0_66)
61
  - **Point of Contact:** [Khaled Alomari](khaled.alomari@adu.ac.ae)
62
 
 
80
 
81
  ### Data Fields
82
 
83
+ - `text` (str): Tweet text.
84
+ - `label` (int): Sentiment.
85
 
86
  ### Data Splits
87
 
 
127
 
128
  ## Considerations for Using the Data
129
 
130
+ ### Social Impact of Dataset
131
 
132
+ [Needs More Information]
133
+
134
+ ### Discussion of Biases
135
+
136
+ [Needs More Information]
137
 
138
  ### Other Known Limitations
139
 
140
+ [Needs More Information]
141
 
142
  ## Additional Information
143
 
 
151
 
152
  ### Citation Information
153
 
154
+ ```
155
+ @inproceedings{alomari2017arabic,
156
+ title={Arabic tweets sentimental analysis using machine learning},
157
+ author={Alomari, Khaled Mohammad and ElSherif, Hatem M and Shaalan, Khaled},
158
+ booktitle={International Conference on Industrial, Engineering and Other Applications of Applied Intelligent Systems},
159
+ pages={602--610},
160
+ year={2017},
161
+ organization={Springer}
162
+ }
163
+ ```
164
 
165
  ### Contributions
166