StephanAkkerman
commited on
Commit
·
febd5be
1
Parent(s):
6980a5e
Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,34 @@ tags:
|
|
13 |
pretty_name: Stock Market Tweets Data
|
14 |
size_categories:
|
15 |
- 100K<n<1M
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
pretty_name: Stock Market Tweets Data
|
14 |
size_categories:
|
15 |
- 100K<n<1M
|
16 |
+
task_categories:
|
17 |
+
- text-classification
|
18 |
+
- mask-generation
|
19 |
+
---
|
20 |
+
|
21 |
+
# Stock Market Tweets Data
|
22 |
+
|
23 |
+
## Overview
|
24 |
+
This dataset is the same as the [Stock Market Tweets Data on IEEE by Bruno Taborda](https://ieee-dataport.org/open-access/stock-market-tweets-data).
|
25 |
+
|
26 |
+
## Data Description
|
27 |
+
This dataset contains 943,672 tweets collected between April 9 and July 16, 2020, using the S&P 500 tag (#SPX500), the references to the top 25 companies in the S&P 500 index, and the Bloomberg tag (#stocks).
|
28 |
+
|
29 |
+
### Dataset Structure
|
30 |
+
- **created_at**: The exact time this tweet was posted.
|
31 |
+
- **text**: The text of the tweet, providing insights into financial discussions.
|
32 |
+
|
33 |
+
### Hashtags and cashtags used
|
34 |
+
The following Twitter tags were used as a search parameter: #SPX500, #SP500, SPX500, SP500, $SPX, #stocks, $MSFT, $AAPL, $AMZN, $FB, $BBRK.B, $GOOG, $JNJ, $JPM, $V, $PG, $MA, $INTC $UNH, $BAC, $T, $HD, $XOM, $DIS, $VZ, $KO, $MRK, $CMCSA, $CVX, $PEP, $PFE.
|
35 |
+
|
36 |
+
### Labeled Dataset
|
37 |
+
The labeled dataset which contains 1,300 tweets can be found [here](https://huggingface.co/datasets/TimKoornstra/financial-tweets-sentiment).
|
38 |
+
|
39 |
+
## Usage
|
40 |
+
This dataset is ideal for training and evaluating machine learning models for sentiment analysis, especially those focused on understanding market trends and investor sentiment. It can be used for academic research, financial market analysis, and developing AI tools for financial institutions.
|
41 |
+
|
42 |
+
## Acknowledgments
|
43 |
+
We extend our heartfelt gratitude to all the authors and contributors of the original dataset.
|
44 |
+
|
45 |
+
## License
|
46 |
+
This dataset is made available under the CC BY 4.0 license, adhering to the licensing terms of the original dataset.
|