数据集:
zeroshot/twitter-financial-news-sentiment
Read this BLOG to see how I fine-tuned a sparse transformer on this dataset.
The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. This dataset is used to classify finance-related tweets for their sentiment.
sentiments = { "LABEL_0": "Bearish", "LABEL_1": "Bullish", "LABEL_2": "Neutral" }
The data was collected using the Twitter API. The current dataset supports the multi-class classification task.
There are 2 splits: train and validation. Below are the statistics:
Dataset Split | Number of Instances in Split |
---|---|
Train | 9,938 |
Validation | 2,486 |
The Twitter Financial Dataset (sentiment) version 1.0.0 is released under the MIT License.