first readme dataset card
Browse files
README.md
ADDED
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: "TSATC: Twitter Sentiment Analysis Training Corpus"
|
3 |
+
annotations_creators:
|
4 |
+
- expert-generated
|
5 |
+
language_creators:
|
6 |
+
- other
|
7 |
+
languages:
|
8 |
+
- en
|
9 |
+
licenses:
|
10 |
+
- other
|
11 |
+
multilinguality:
|
12 |
+
- monolingual
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- text-classification
|
19 |
+
task_ids:
|
20 |
+
- feeling-classification
|
21 |
+
paperswithcode_id: other
|
22 |
+
configs:
|
23 |
+
- None
|
24 |
+
---
|
25 |
+
# Dataset Card for TSATC: Twitter Sentiment Analysis Training Corpus
|
26 |
+
## Table of Contents
|
27 |
+
- [Dataset Description](#dataset-description)
|
28 |
+
- [Dataset Summary](#dataset-summary)
|
29 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
30 |
+
- [Languages](#languages)
|
31 |
+
- [Dataset Structure](#dataset-structure)
|
32 |
+
- [Data Instances](#data-instances)
|
33 |
+
- [Data Fields](#data-fields)
|
34 |
+
- [Data Splits](#data-splits)
|
35 |
+
- [Dataset Creation](#dataset-creation)
|
36 |
+
- [Curation Rationale](#curation-rationale)
|
37 |
+
- [Source Data](#source-data)
|
38 |
+
- [Annotations](#annotations)
|
39 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
40 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
41 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
42 |
+
- [Discussion of Biases](#discussion-of-biases)
|
43 |
+
- [Other Known Limitations](#other-known-limitations)
|
44 |
+
- [Additional Information](#additional-information)
|
45 |
+
- [Dataset Curators](#dataset-curators)
|
46 |
+
- [Licensing Information](#licensing-information)
|
47 |
+
- [Citation Information](#citation-information)
|
48 |
+
- [Contributions](#contributions)
|
49 |
+
## Dataset Description
|
50 |
+
- **Homepage:** [TSATC](https://github.com/cblancac/SentimentAnalysisBert/blob/main/data)
|
51 |
+
- **Repository:** [TSATC](https://github.com/cblancac/SentimentAnalysisBert/blob/main/data)
|
52 |
+
- **Paper:** [TSATC: Twitter Sentiment Analysis Training Corpus](http://thinknook.com/twitter-sentiment-analysis-training-corpus-dataset-2012-09-22/)
|
53 |
+
- **Point of Contact:** [Carlos Blanco](carblacac7@gmail.com)
|
54 |
+
### Dataset Summary
|
55 |
+
TSATC: Twitter Sentiment Analysis Training Corpus
|
56 |
+
The original Twitter Sentiment Analysis Dataset contains 1,578,627 classified tweets, each row is marked as 1 for positive sentiment and 0 for negative sentiment. It can be downloaded from http://thinknook.com/wp-content/uploads/2012/09/Sentiment-Analysis-Dataset.zip.
|
57 |
+
The dataset is based on data from the following two sources:
|
58 |
+
|
59 |
+
University of Michigan Sentiment Analysis competition on Kaggle
|
60 |
+
Twitter Sentiment Corpus by Niek Sanders
|
61 |
+
|
62 |
+
This dataset has been transformed, selecting in a random way a subset of them, applying a cleaning process, and dividing them between the test and train subsets, keeping a balance between the number of positive and negative tweets within each of these subsets. These two files can be founded on https://github.com/cblancac/SentimentAnalysisBert/blob/main/data.
|
63 |
+
|
64 |
+
Finally, the train subset has been divided in two smallest datasets, train (80%) and validation (20%). The final dataset has been created with these two new subdatasets plus the previous test dataset.
|
65 |
+
### Supported Tasks and Leaderboards
|
66 |
+
[More Information Needed]
|
67 |
+
### Languages
|
68 |
+
The text in the dataset is in English.
|
69 |
+
## Dataset Structure
|
70 |
+
### Data Instances
|
71 |
+
Below are two examples from the dataset:
|
72 |
+
|
73 |
+
|
74 |
+
|
75 |
+
|
76 |
+
| | Text | Feeling |
|
77 |
+
| :-- | :---------------------------- | :------ |
|
78 |
+
| (1) | blaaah. I don't feel good aagain. | 0 |
|
79 |
+
| (2) | My birthday is coming June 3. | 1 |
|
80 |
+
|
81 |
+
### Data Fields
|
82 |
+
In the final dataset, all files are in the JSON format with f columns:
|
83 |
+
|
84 |
+
| Column Name | Data |
|
85 |
+
| :------------ | :-------------------------- |
|
86 |
+
| text | A sentence (or tweet) |
|
87 |
+
| feeling | The feeling of the sentence |
|
88 |
+
|
89 |
+
Each feeling has two possible values: `0` indicates the sentence has a negative sentiment, while `1` indicates a positive feeling.
|
90 |
+
### Data Splits
|
91 |
+
The number of examples and the proportion sentiments are shown below:
|
92 |
+
|
93 |
+
| Data | Train | Validation | Test |
|
94 |
+
| :------------------ | ------: | ------------: | ----: |
|
95 |
+
| Size | 119.988 | 29.997 | 61.998 |
|
96 |
+
| Labeled positive | 60.019 | 14.947 | 31029 |
|
97 |
+
| Labeled negative | 59.969 | 15.050 | 30969 |
|
98 |
+
## Dataset Creation
|
99 |
+
### Curation Rationale
|
100 |
+
Existing paraphrase identification datasets lack sentence pairs that have high lexical overlap without being paraphrases. Models trained on such data fail to distinguish pairs like *flights from New York to Florida* and *flights from Florida to New York*.
|
101 |
+
### Source Data
|
102 |
+
#### Initial Data Collection and Normalization
|
103 |
+
[More Information Needed]
|
104 |
+
#### Who are the source language producers?
|
105 |
+
Mentioned above.
|
106 |
+
### Annotations
|
107 |
+
#### Annotation process
|
108 |
+
[More Information Needed]
|
109 |
+
#### Who are the annotators?
|
110 |
+
[More Information Needed]
|
111 |
+
### Personal and Sensitive Information
|
112 |
+
[More Information Needed]
|
113 |
+
## Considerations for Using the Data
|
114 |
+
### Social Impact of Dataset
|
115 |
+
[More Information Needed]
|
116 |
+
### Discussion of Biases
|
117 |
+
[More Information Needed]
|
118 |
+
### Other Known Limitations
|
119 |
+
[More Information Needed]
|
120 |
+
## Additional Information
|
121 |
+
### Dataset Curators
|
122 |
+
[More Information Needed]
|
123 |
+
### Citation Information
|
124 |
+
```
|
125 |
+
@InProceedings{paws2019naacl,
|
126 |
+
title = {{TSATC: Twitter Sentiment Analysis Training Corpus}},
|
127 |
+
author = {Ibrahim Naji},
|
128 |
+
booktitle = {thinknook},
|
129 |
+
year = {2012}
|
130 |
+
}
|
131 |
+
```
|
132 |
+
### Contributions
|
133 |
+
Thanks to myself [@carblacac](https://github.com/cblancac/) for adding this transformed dataset from the original one.
|