Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K - 100K
License:
Ricky Costa
commited on
Commit
•
b02e6b2
1
Parent(s):
ae629d2
Update README.md
Browse files
README.md
CHANGED
@@ -31,36 +31,9 @@ task_ids:
|
|
31 |
|
32 |
### Dataset Description
|
33 |
|
34 |
-
The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets.
|
35 |
|
36 |
-
1.
|
37 |
-
|
38 |
-
```python
|
39 |
-
topics = {
|
40 |
-
"LABEL_0": "Analyst Update",
|
41 |
-
"LABEL_1": "Fed | Central Banks",
|
42 |
-
"LABEL_2": "Company | Product News",
|
43 |
-
"LABEL_3": "Treasuries | Corporate Debt",
|
44 |
-
"LABEL_4": "Dividend",
|
45 |
-
"LABEL_5": "Earnings",
|
46 |
-
"LABEL_6": "Energy | Oil",
|
47 |
-
"LABEL_7": "Financials",
|
48 |
-
"LABEL_8": "Currencies",
|
49 |
-
"LABEL_9": "General News | Opinion",
|
50 |
-
"LABEL_10": "Gold | Metals | Materials",
|
51 |
-
"LABEL_11": "IPO",
|
52 |
-
"LABEL_12": "Legal | Regulation",
|
53 |
-
"LABEL_13": "M&A | Investments",
|
54 |
-
"LABEL_14": "Macro",
|
55 |
-
"LABEL_15": "Markets",
|
56 |
-
"LABEL_16": "Politics",
|
57 |
-
"LABEL_17": "Personnel Change",
|
58 |
-
"LABEL_18": "Stock Commentary",
|
59 |
-
"LABEL_19": "Stock Movement",
|
60 |
-
}
|
61 |
-
```
|
62 |
-
|
63 |
-
2. Sentiment analysis: 11,932 documents annotated with 3 labels:
|
64 |
|
65 |
```python
|
66 |
sentiments = {
|
@@ -72,7 +45,7 @@ sentiments = {
|
|
72 |
|
73 |
The data was collected using the Twitter API. The current dataset supports the multi-class classification task.
|
74 |
|
75 |
-
### Task
|
76 |
|
77 |
# Data Splits
|
78 |
There are 2 splits: train and validation. Below are the statistics:
|
|
|
31 |
|
32 |
### Dataset Description
|
33 |
|
34 |
+
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.
|
35 |
|
36 |
+
1. The dataset holds 11,932 documents annotated with 3 labels:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
```python
|
39 |
sentiments = {
|
|
|
45 |
|
46 |
The data was collected using the Twitter API. The current dataset supports the multi-class classification task.
|
47 |
|
48 |
+
### Task: Sentiment Analysis
|
49 |
|
50 |
# Data Splits
|
51 |
There are 2 splits: train and validation. Below are the statistics:
|