StephanAkkerman commited on
Commit
899214c
1 Parent(s): 0762653

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -1,3 +1,54 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - finance
9
+ - twitter
10
+ - news
11
+ - crypto
12
+ - stocks
13
+ - tweet
14
+ pretty_name: Financial Tweets
15
+ size_categories:
16
+ - 100K<n<1M
17
  ---
18
+
19
+ # Financial Tweets
20
+ This dataset is a comprehensive collection of all the tweets from my [Discord bot](https://github.com/StephanAkkerman/fintwit-bot) that keeps track of financial influencers on Twitter.
21
+ The data includes a variety of information, such as the tweet and the price of the tickers in that tweet at the time of posting.
22
+ This dataset can be used for a variety of tasks, such as sentiment analysis and masked language modelling (MLM).
23
+
24
+ We used this dataset for training our [FinTwitBERT model](https://huggingface.co/StephanAkkerman/FinTwitBERT).
25
+
26
+ ## Overview
27
+ This datasets includes all the following three datasets:
28
+ - Crypto: https://huggingface.co/datasets/StephanAkkerman/financial-tweets-crypto
29
+ - Stocks (and forex): https://huggingface.co/datasets/StephanAkkerman/financial-tweets-stocks
30
+ - Other (tweets without cash tags): https://huggingface.co/datasets/StephanAkkerman/financial-tweets-other
31
+
32
+ ## Data Description
33
+ The dataset comprises tweets related to financial markets, stocks, and economic discussions.
34
+
35
+ ### Dataset Fields
36
+ The data fields are as follows:
37
+
38
+ * `timestap`: The time the tweet was sent.
39
+ * `tweet_text`: All of the text of the tweet, including quoted tweets (prefixed with `>`).
40
+ * `tweet_url`: The URL of the tweet.
41
+ * `tweet_type`: The type of tweet, this can be tweet, retweet, or quote tweet.
42
+ * `price_of_ticker`: The price of the tickers mentioned.
43
+ * `change_of_ticker`: The 24h price change of the tickers.
44
+ * `tickers_mentioned`: All the tickers that are mentioned in the tweet.
45
+ * `category`: What type of category the tweet has, the suffix `_images` means that the tweet included an image.
46
+
47
+ ## Usage
48
+ 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.
49
+
50
+ ## Acknowledgments
51
+ We extend our heartfelt gratitude to all the authors of the original tweets.
52
+
53
+ ## License
54
+ This dataset is made available under the MIT license, adhering to the licensing terms of the original datasets.