Datasets:
TextCEsInFinance
commited on
Commit
•
fc22ca0
1
Parent(s):
ad9120d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- finance
|
9 |
+
- counterfactual
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
---
|
13 |
+
|
14 |
+
Dataset adapted from [original work](https://huggingface.co/datasets/gtfintechlab/fomc_communication/) by Shah et al.
|
15 |
+
|
16 |
+
## About Dataset
|
17 |
+
|
18 |
+
The dataset is a collection of sentences from FOMC speeches, meeting minutes and press releases ([see corresponding paper](https://aclanthology.org/2023.acl-long.368)). A subset of the data has been manually annotated as **hawkish**, **dovish**, or **neutral**.
|
19 |
+
|
20 |
+
### Label mapping
|
21 |
+
|
22 |
+
- LABEL 2: Neutral
|
23 |
+
- LABEL 1: Hawkish
|
24 |
+
- LABEL 0: Dovish
|