shahagam4 commited on
Commit
5f42303
1 Parent(s): 97b339f

add citation information

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -13,6 +13,10 @@ widget:
13
 
14
  # Fine-Tuned model for FOMC hawkish-dovish-neutral classification task
15
 
 
 
 
 
16
  ## Label Interpretation
17
  LABEL_2: Neutral
18
  LABEL_1: Hawkish
@@ -35,6 +39,23 @@ results = classifier(["Such a directive would imply that any tightening should b
35
  print(results)
36
  ```
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  ### Contact Information
40
 
 
13
 
14
  # Fine-Tuned model for FOMC hawkish-dovish-neutral classification task
15
 
16
+ This page contains the model for the ACL 2023 paper, "Trillion Dollar Words: A New Financial Dataset, Task & Market Analysis". This work was done at the Financial Services Innovation Lab of Georgia Tech. The FinTech lab is a hub for finance education, research and industry in the Southeast.
17
+
18
+ The paper is available at [SSRN](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4447632)
19
+
20
  ## Label Interpretation
21
  LABEL_2: Neutral
22
  LABEL_1: Hawkish
 
39
  print(results)
40
  ```
41
 
42
+ ## Datasets
43
+ All the annotated datasets with train-test splits for 3 seeds are available at [gtfintechlab/fomc-hawkish-dovish-neutral](https://huggingface.co/datasets/gtfintechlab/fomc-hawkish-dovish-neutral)
44
+
45
+ ## Citation and Contact Information
46
+
47
+
48
+ ### Cite
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
 
60
  ### Contact Information
61