Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
Libraries:
Datasets
pandas
License:
shahagam4 commited on
Commit
658b961
1 Parent(s): 52a5dc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -1,3 +1,43 @@
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
+ size_categories:
10
+ - 1K<n<10K
11
  ---
12
+
13
+
14
+
15
+ ## Citation and Contact Information
16
+
17
+
18
+ ### Cite
19
+ Please cite our paper if you use any code, data, or models.
20
+
21
+ ```c
22
+ @inproceedings{shah-etal-2023-trillion,
23
+ title = "Trillion Dollar Words: A New Financial Dataset, Task {\&} Market Analysis",
24
+ author = "Shah, Agam and
25
+ Paturi, Suvan and
26
+ Chava, Sudheer",
27
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
28
+ month = jul,
29
+ year = "2023",
30
+ address = "Toronto, Canada",
31
+ publisher = "Association for Computational Linguistics",
32
+ url = "https://aclanthology.org/2023.acl-long.368",
33
+ doi = "10.18653/v1/2023.acl-long.368",
34
+ pages = "6664--6679",
35
+ abstract = "Monetary policy pronouncements by Federal Open Market Committee (FOMC) are a major driver of financial market returns. We construct the largest tokenized and annotated dataset of FOMC speeches, meeting minutes, and press conference transcripts in order to understand how monetary policy influences financial markets. In this study, we develop a novel task of hawkish-dovish classification and benchmark various pre-trained language models on the proposed dataset. Using the best-performing model (RoBERTa-large), we construct a measure of monetary policy stance for the FOMC document release days. To evaluate the constructed measure, we study its impact on the treasury market, stock market, and macroeconomic indicators. Our dataset, models, and code are publicly available on Huggingface and GitHub under CC BY-NC 4.0 license.",
36
+ }
37
+ ```
38
+
39
+ ### Contact Information
40
+
41
+ Please contact Agam Shah (ashah482[at]gatech[dot]edu) for any issues and questions.
42
+ GitHub: [@shahagam4](https://github.com/shahagam4)
43
+ Website: [https://shahagam4.github.io/](https://shahagam4.github.io/)