Ricky Costa commited on
Commit
f99c2c5
1 Parent(s): 7b90601

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -4,14 +4,20 @@
4
  The Twitter Financial News dataset is an English-language dataset containing 21,107 total documents for topic classification and 11,932 documents for sentiment analysis. The data was collected by using the Twitter API. The current dataset supports the multi-class classification task.
5
 
6
 
7
- ## Task 1: Sentiment
8
 
9
 
10
- This dataset
 
 
 
 
 
 
11
 
12
 
13
 
14
- ## Task 2: Topic Sentiment
15
 
16
 
17
 
 
4
  The Twitter Financial News dataset is an English-language dataset containing 21,107 total documents for topic classification and 11,932 documents for sentiment analysis. The data was collected by using the Twitter API. The current dataset supports the multi-class classification task.
5
 
6
 
7
+ ## Task 1: Sentiment Analysis
8
 
9
 
10
+ ### Data Splits
11
+ 2 splits: train, validation. Below are the statistics for Version 3.0.0 of the dataset.
12
+ | Dataset Split | Number of Instances in Split |
13
+ | ------------- | ------------------------------------------- |
14
+ | Train | 287,113 |
15
+ | Validation | 13,368 |
16
+ | Test | 11,490 |
17
 
18
 
19
 
20
+ ## Task 2: Topic Classification
21
 
22
 
23