Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K - 100K
License:
Ricky Costa
commited on
Commit
•
ac56c49
1
Parent(s):
701a733
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ task_ids:
|
|
33 |
|
34 |
The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. The dataset is split into two groups:
|
35 |
|
36 |
-
1. Topic classification:
|
37 |
|
38 |
```python
|
39 |
topics = {
|
@@ -60,7 +60,7 @@ topics = {
|
|
60 |
}
|
61 |
```
|
62 |
|
63 |
-
2. Sentiment analysis:
|
64 |
|
65 |
```python
|
66 |
sentiments = {
|
|
|
33 |
|
34 |
The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. The dataset is split into two groups:
|
35 |
|
36 |
+
1. Topic classification: 21,107 documents annotated with 20 labels:
|
37 |
|
38 |
```python
|
39 |
topics = {
|
|
|
60 |
}
|
61 |
```
|
62 |
|
63 |
+
2. Sentiment analysis: 11,932 documents annotated with 3 labels:
|
64 |
|
65 |
```python
|
66 |
sentiments = {
|