noeyislearning commited on
Commit
e5929cc
·
verified ·
1 Parent(s): e2a0473

docs: update dataset information

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
  - 1M<n<10M
15
  ---
16
 
17
- TweetFeels 1m6
18
 
19
  Collection of over a million English-language tweets harvested through the Twitter API in 2009. Each tweet carries a sentiment label automatically inferred from the presence of positive or negative emoticons: 0 for negative and 4 for positive (the original release also encodes 2 for neutral, though this class is sparsely populated).
20
 
@@ -29,6 +29,4 @@ The dataset is distributed as a single CSV file with six tab-separated fields:
29
 
30
  No manual annotation was performed; labels were assigned via distant supervision based on emoticon presence. The corpus covers diverse topics and informal language patterns typical of Twitter, making it a standard benchmark for large-scale sentiment analysis and social-media text-mining tasks.
31
 
32
- **Acknowledgements**
33
-
34
- The dataset is available through [Kaggle—Sentiment140](https://www.kaggle.com/datasets/kazanova/sentiment140?resource=download).
 
14
  - 1M<n<10M
15
  ---
16
 
17
+ # TweetFeels 1m6
18
 
19
  Collection of over a million English-language tweets harvested through the Twitter API in 2009. Each tweet carries a sentiment label automatically inferred from the presence of positive or negative emoticons: 0 for negative and 4 for positive (the original release also encodes 2 for neutral, though this class is sparsely populated).
20
 
 
29
 
30
  No manual annotation was performed; labels were assigned via distant supervision based on emoticon presence. The corpus covers diverse topics and informal language patterns typical of Twitter, making it a standard benchmark for large-scale sentiment analysis and social-media text-mining tasks.
31
 
32
+ Acknowledgements: The dataset is available through [Kaggle—Sentiment140](https://www.kaggle.com/datasets/kazanova/sentiment140?resource=download).