system HF staff commited on
Commit
c053545
1 Parent(s): 15a04a2

Update files from the datasets library (from 1.3.0)

Browse files

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

Files changed (1) hide show
  1. README.md +153 -0
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "sentiment140"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [http://help.sentiment140.com/home](http://help.sentiment140.com/home)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 77.59 MB
37
+ - **Size of the generated dataset:** 215.36 MB
38
+ - **Total amount of disk used:** 292.95 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Sentiment140 consists of Twitter messages with emoticons, which are used as noisy labels for
43
+ sentiment classification. For more detailed information please refer to the paper.
44
+
45
+ ### [Supported Tasks](#supported-tasks)
46
+
47
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
48
+
49
+ ### [Languages](#languages)
50
+
51
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
+
53
+ ## [Dataset Structure](#dataset-structure)
54
+
55
+ We show detailed information for up to 5 configurations of the dataset.
56
+
57
+ ### [Data Instances](#data-instances)
58
+
59
+ #### sentiment140
60
+
61
+ - **Size of downloaded dataset files:** 77.59 MB
62
+ - **Size of the generated dataset:** 215.36 MB
63
+ - **Total amount of disk used:** 292.95 MB
64
+
65
+ An example of 'train' looks as follows.
66
+ ```
67
+ {
68
+ "date": "23-04-2010",
69
+ "query": "NO_QUERY",
70
+ "sentiment": 3,
71
+ "text": "train message",
72
+ "user": "train user"
73
+ }
74
+ ```
75
+
76
+ ### [Data Fields](#data-fields)
77
+
78
+ The data fields are the same among all splits.
79
+
80
+ #### sentiment140
81
+ - `text`: a `string` feature.
82
+ - `date`: a `string` feature.
83
+ - `user`: a `string` feature.
84
+ - `sentiment`: a `int32` feature.
85
+ - `query`: a `string` feature.
86
+
87
+ ### [Data Splits Sample Size](#data-splits-sample-size)
88
+
89
+ | name | train |test|
90
+ |------------|------:|---:|
91
+ |sentiment140|1600000| 498|
92
+
93
+ ## [Dataset Creation](#dataset-creation)
94
+
95
+ ### [Curation Rationale](#curation-rationale)
96
+
97
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
98
+
99
+ ### [Source Data](#source-data)
100
+
101
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
+
103
+ ### [Annotations](#annotations)
104
+
105
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
+
107
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
108
+
109
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
+
111
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
112
+
113
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
114
+
115
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
+
117
+ ### [Discussion of Biases](#discussion-of-biases)
118
+
119
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
+
121
+ ### [Other Known Limitations](#other-known-limitations)
122
+
123
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
+
125
+ ## [Additional Information](#additional-information)
126
+
127
+ ### [Dataset Curators](#dataset-curators)
128
+
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
+
131
+ ### [Licensing Information](#licensing-information)
132
+
133
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
+
135
+ ### [Citation Information](#citation-information)
136
+
137
+ ```
138
+ @article{go2009twitter,
139
+ title={Twitter sentiment classification using distant supervision},
140
+ author={Go, Alec and Bhayani, Richa and Huang, Lei},
141
+ journal={CS224N project report, Stanford},
142
+ volume={1},
143
+ number={12},
144
+ pages={2009},
145
+ year={2009}
146
+ }
147
+
148
+ ```
149
+
150
+
151
+ ### Contributions
152
+
153
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.