shahagam4 commited on
Commit
aa3bc42
1 Parent(s): fe743f9

Update bib

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -49,11 +49,20 @@ All the annotated datasets with train-test splits for 3 seeds are available on [
49
  Please cite our paper if you use any code, data, or models.
50
 
51
  ```c
52
- @article{shah2023trillion,
53
- title={Trillion Dollar Words: A New Financial Dataset, Task & Market Analysis},
54
- author={Shah, Agam and Paturi, Suvan and Chava, Sudheer},
55
- journal={Available at SSRN 4447632},
56
- year={2023}
 
 
 
 
 
 
 
 
 
57
  }
58
  ```
59
 
 
49
  Please cite our paper if you use any code, data, or models.
50
 
51
  ```c
52
+ @inproceedings{shah-etal-2023-trillion,
53
+ title = "Trillion Dollar Words: A New Financial Dataset, Task {\&} Market Analysis",
54
+ author = "Shah, Agam and
55
+ Paturi, Suvan and
56
+ Chava, Sudheer",
57
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
58
+ month = jul,
59
+ year = "2023",
60
+ address = "Toronto, Canada",
61
+ publisher = "Association for Computational Linguistics",
62
+ url = "https://aclanthology.org/2023.acl-long.368",
63
+ doi = "10.18653/v1/2023.acl-long.368",
64
+ pages = "6664--6679",
65
+ 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.",
66
  }
67
  ```
68