osanseviero HF staff commited on
Commit
dec17e9
1 Parent(s): ce726d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +141 -0
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license:
3
+ - cc-by-nc-sa-4.0
4
+ converted_from: kaggle
5
+ kaggle_id: crowdflower/twitter-airline-sentiment
6
+ ---
7
+
8
+ # Dataset Card for Twitter US Airline Sentiment
9
+
10
+ ## Table of Contents
11
+ - [Table of Contents](#table-of-contents)
12
+ - [Dataset Description](#dataset-description)
13
+ - [Dataset Summary](#dataset-summary)
14
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
15
+ - [Languages](#languages)
16
+ - [Dataset Structure](#dataset-structure)
17
+ - [Data Instances](#data-instances)
18
+ - [Data Fields](#data-fields)
19
+ - [Data Splits](#data-splits)
20
+ - [Dataset Creation](#dataset-creation)
21
+ - [Curation Rationale](#curation-rationale)
22
+ - [Source Data](#source-data)
23
+ - [Annotations](#annotations)
24
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
25
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
26
+ - [Social Impact of Dataset](#social-impact-of-dataset)
27
+ - [Discussion of Biases](#discussion-of-biases)
28
+ - [Other Known Limitations](#other-known-limitations)
29
+ - [Additional Information](#additional-information)
30
+ - [Dataset Curators](#dataset-curators)
31
+ - [Licensing Information](#licensing-information)
32
+ - [Citation Information](#citation-information)
33
+ - [Contributions](#contributions)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:** https://kaggle.com/datasets/crowdflower/twitter-airline-sentiment
38
+ - **Repository:**
39
+ - **Paper:**
40
+ - **Leaderboard:**
41
+ - **Point of Contact:**
42
+
43
+ ### Dataset Summary
44
+
45
+ *This data originally came from [Crowdflower's Data for Everyone library](http://www.crowdflower.com/data-for-everyone).*
46
+
47
+ As the original source says,
48
+
49
+ > A sentiment analysis job about the problems of each major U.S. airline. Twitter data was scraped from February of 2015 and contributors were asked to first classify positive, negative, and neutral tweets, followed by categorizing negative reasons (such as "late flight" or "rude service").
50
+
51
+ The data we're providing on Kaggle is a slightly reformatted version of the original source. It includes both a CSV file and SQLite database. The code that does these transformations is [available on GitHub](https://github.com/benhamner/crowdflower-airline-twitter-sentiment)
52
+
53
+ For example, it contains whether the sentiment of the tweets in this set was positive, neutral, or negative for six US airlines:
54
+
55
+ [![airline sentiment graph](https://www.kaggle.io/svf/136065/a6e055ee6d877d2f7784dc42a15ecc43/airlineSentimentPlot.png)](https://www.kaggle.com/benhamner/d/crowdflower/twitter-airline-sentiment/exploring-airline-twitter-sentiment-data)
56
+
57
+ ### Supported Tasks and Leaderboards
58
+
59
+ [More Information Needed]
60
+
61
+ ### Languages
62
+
63
+ [More Information Needed]
64
+
65
+ ## Dataset Structure
66
+
67
+ ### Data Instances
68
+
69
+ [More Information Needed]
70
+
71
+ ### Data Fields
72
+
73
+ [More Information Needed]
74
+
75
+ ### Data Splits
76
+
77
+ [More Information Needed]
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+
83
+ [More Information Needed]
84
+
85
+ ### Source Data
86
+
87
+ #### Initial Data Collection and Normalization
88
+
89
+ [More Information Needed]
90
+
91
+ #### Who are the source language producers?
92
+
93
+ [More Information Needed]
94
+
95
+ ### Annotations
96
+
97
+ #### Annotation process
98
+
99
+ [More Information Needed]
100
+
101
+ #### Who are the annotators?
102
+
103
+ [More Information Needed]
104
+
105
+ ### Personal and Sensitive Information
106
+
107
+ [More Information Needed]
108
+
109
+ ## Considerations for Using the Data
110
+
111
+ ### Social Impact of Dataset
112
+
113
+ [More Information Needed]
114
+
115
+ ### Discussion of Biases
116
+
117
+ [More Information Needed]
118
+
119
+ ### Other Known Limitations
120
+
121
+ [More Information Needed]
122
+
123
+ ## Additional Information
124
+
125
+ ### Dataset Curators
126
+
127
+ This dataset was shared by [@crowdflower](https://kaggle.com/crowdflower)
128
+
129
+ ### Licensing Information
130
+
131
+ The license for this dataset is cc-by-nc-sa-4.0
132
+
133
+ ### Citation Information
134
+
135
+ ```bibtex
136
+ [More Information Needed]
137
+ ```
138
+
139
+ ### Contributions
140
+
141
+ [More Information Needed]