yiyanghkust commited on
Commit
88ab954
1 Parent(s): 5b0dae1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -4,6 +4,10 @@
4
  - Earnings Call Transcripts: 1.3B tokens
5
  - Analyst Reports: 1.1B tokens
6
 
7
- More details on `FinBERT`'s pre-training process can be found at: https://arxiv.org/abs/2006.08097
8
 
9
- `FinBERT` can be further fine-tuned on downstream tasks. Specifically, we have fine-tuned `FinBERT` on an analyst sentiment classification task, and the fine-tuned model is shared at https://huggingface.co/yiyanghkust/finbert-tone
 
 
 
 
4
  - Earnings Call Transcripts: 1.3B tokens
5
  - Analyst Reports: 1.1B tokens
6
 
7
+ If you use the model in your academic work, please cite the following papers:
8
 
9
+ Huang, Allen H., Hui Wang, and Yi Yang. "FinBERT: A Large Language Model for Extracting Information from Financial Text." *Contemporary Accounting Research* (2022).
10
+
11
+ Yang, Yi, Mark Christopher Siy Uy, and Allen Huang. "Finbert: A pretrained language model for financial communications." *arXiv preprint arXiv:2006.08097* (2020).
12
+
13
+ `FinBERT` can be further fine-tuned on downstream tasks. Specifically, we have fine-tuned `FinBERT` for financial sentiment analysis, ESG classification, Forward-looking statement classification and etc. Visit [FinBERT.AI](https://finbert.ai/) for more details on these task-specific models and recent development of FinBERT.