yiyanghkust
commited on
Commit
•
4921590
1
Parent(s):
69507fb
Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,13 @@ widget:
|
|
14 |
|
15 |
More technical details on `FinBERT`: [Click Link](https://github.com/yya518/FinBERT)
|
16 |
|
17 |
-
Please check out our working paper [`FinBERT—A Deep Learning Approach to Extracting Textual Information`](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3910214).
|
18 |
-
|
19 |
This released `finbert-tone` model is the `FinBERT` model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. If you are simply interested in using `FinBERT` for financial tone analysis, give it a try.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
# How to use
|
22 |
You can use this model with Transformers pipeline for sentiment analysis.
|
23 |
```python
|
|
|
14 |
|
15 |
More technical details on `FinBERT`: [Click Link](https://github.com/yya518/FinBERT)
|
16 |
|
|
|
|
|
17 |
This released `finbert-tone` model is the `FinBERT` model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. If you are simply interested in using `FinBERT` for financial tone analysis, give it a try.
|
18 |
|
19 |
+
If you use the model in your academic work, please cite the following paper:
|
20 |
+
|
21 |
+
Huang, Allen H., Hui Wang, and Yi Yang. "FinBERT: A Large Language Model for Extracting Information from Financial Text." *Contemporary Accounting Research* (2022).
|
22 |
+
|
23 |
+
|
24 |
# How to use
|
25 |
You can use this model with Transformers pipeline for sentiment analysis.
|
26 |
```python
|