Datasets:
Jean-Baptiste
commited on
Commit
•
5a19765
1
Parent(s):
57726c1
Update README.md
Browse files
README.md
CHANGED
@@ -25,5 +25,19 @@ task_ids:
|
|
25 |
---
|
26 |
# Dataset Card for "financial_news_sentiment_mixte_with_phrasebank_75"
|
27 |
|
28 |
-
This is a customized version of the phrasebank dataset in which I kept only
|
29 |
-
In addition I added ~2000 articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
# Dataset Card for "financial_news_sentiment_mixte_with_phrasebank_75"
|
27 |
|
28 |
+
This is a customized version of the phrasebank dataset in which I kept only sentences validated by at least 75% annotators.
|
29 |
+
In addition I added ~2000 articles of Canadian news where sentiment was validated manually.
|
30 |
+
|
31 |
+
The dataset also include a column topic which contains one of the following value:
|
32 |
+
* acquisition
|
33 |
+
* other
|
34 |
+
* quaterly financial release
|
35 |
+
* appointment to new position
|
36 |
+
* dividend
|
37 |
+
* corporate update
|
38 |
+
* drillings results
|
39 |
+
* conference
|
40 |
+
* share repurchase program
|
41 |
+
* grant of stocks
|
42 |
+
|
43 |
+
This was generated automatically using a zero-shot classification model and **was not** reviewed manually.
|