raheelqader
commited on
Commit
•
b5a51ee
1
Parent(s):
690fcae
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ tags:
|
|
4 |
- sentiment analysis
|
5 |
- financial sentiment analysis
|
6 |
---
|
7 |
-
Fin-Pythia-1.4B is an instruction-finetuned model for sentiment analysis of financial text. It is built by 1) further training Pythia-1.4B model on financial documents, then 2) instruction fine-tuning on financial tasks. Although, the model is
|
8 |
|
9 |
| Models | FPB | FIQA-SA | Headlines | NER |
|
10 |
|--------------|--------|---------|-----------|--------|
|
@@ -50,7 +50,7 @@ You could also force the model to generate only the sentiment tokens using the f
|
|
50 |
@misc{lc_finnlp2023,
|
51 |
title={Large Language Model Adaptation for Financial Sentiment Analysis},
|
52 |
author={Rodriguez Inserte Pau and Nakhlé Mariam and Qader Raheel and Caillaut Gaëtan and Liu Jingshu},
|
53 |
-
|
54 |
}
|
55 |
```
|
56 |
|
|
|
4 |
- sentiment analysis
|
5 |
- financial sentiment analysis
|
6 |
---
|
7 |
+
Fin-Pythia-1.4B is an instruction-finetuned model for sentiment analysis of financial text. It is built by 1) further training Pythia-1.4B model on financial documents, then 2) instruction fine-tuning on financial tasks. Although, the model is designed to be used for sentiment analysis, it performs well on other tasks such as named entity recognition (check our FinNLP 2023 paper). Fin-Pythia-1.4B's performance on financial sentiment analysis is on par with much larger financial LLMs and exceeds the performance of general models like GPT-4:
|
8 |
|
9 |
| Models | FPB | FIQA-SA | Headlines | NER |
|
10 |
|--------------|--------|---------|-----------|--------|
|
|
|
50 |
@misc{lc_finnlp2023,
|
51 |
title={Large Language Model Adaptation for Financial Sentiment Analysis},
|
52 |
author={Rodriguez Inserte Pau and Nakhlé Mariam and Qader Raheel and Caillaut Gaëtan and Liu Jingshu},
|
53 |
+
year={2023},
|
54 |
}
|
55 |
```
|
56 |
|