Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
toxicity
License:
Update README.md
Browse files
README.md
CHANGED
@@ -11,8 +11,8 @@ whether they were upset, neutral, or satisfied with the trip and the airline's s
|
|
11 |
|
12 |
## Dataset Details
|
13 |
|
14 |
-
The dataset is a smaller version of the original
|
15 |
-
The original Twitter data was scraped from February 2015, and contributors were asked first to classify positive, negative
|
16 |
followed by categorizing negative reasons (such as "late flight" or "rude service").
|
17 |
This version contains whether the sentiment of the tweets in this set was positive (16%), neutral (21%), or negative (63%) for six US airlines.
|
18 |
|
@@ -26,7 +26,8 @@ The dataset consists of a data frame with the following columns:
|
|
26 |
- text
|
27 |
|
28 |
{
|
29 |
-
"airline_sentiment": "negative[0]",
|
|
|
30 |
"text":"virginamerica why are your first fares in may over three times more than other carriers when all seats are available to select.",
|
31 |
}
|
32 |
|
|
|
11 |
|
12 |
## Dataset Details
|
13 |
|
14 |
+
The dataset is a smaller version of the original datase. This data originally came from [Crowdflower's Data for Everyone library](http://www.crowdflower.com/data-for-everyone)
|
15 |
+
The original Twitter data was scraped from February 2015, and contributors were asked first to classify positive, negative, and neutral tweets,
|
16 |
followed by categorizing negative reasons (such as "late flight" or "rude service").
|
17 |
This version contains whether the sentiment of the tweets in this set was positive (16%), neutral (21%), or negative (63%) for six US airlines.
|
18 |
|
|
|
26 |
- text
|
27 |
|
28 |
{
|
29 |
+
"airline_sentiment": "negative [0]",
|
30 |
+
|
31 |
"text":"virginamerica why are your first fares in may over three times more than other carriers when all seats are available to select.",
|
32 |
}
|
33 |
|