Update README.md
Browse files
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 |
```
|