fuchenru commited on
Commit
fb8bcc3
1 Parent(s): 51ec3c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -86,4 +86,16 @@ for i in stock_news:
86
  Predicted Sentiment: neutral
87
  Predicted Sentiment: neutral
88
  Predicted Sentiment: positive
 
 
 
 
 
 
 
 
 
 
 
 
89
  ```
 
86
  Predicted Sentiment: neutral
87
  Predicted Sentiment: neutral
88
  Predicted Sentiment: positive
89
+ ```
90
+
91
+ ## Citation
92
+
93
+ ```
94
+ @misc{yang2020finbert,
95
+ title={FinBERT: A Pretrained Language Model for Financial Communications},
96
+ author={Yi Yang and Mark Christopher Siy UY and Allen Huang},
97
+ year={2020},
98
+ eprint={2006.08097},
99
+ archivePrefix={arXiv},
100
+ }
101
  ```