File size: 2,319 Bytes
4b2ba42
 
 
703800e
 
 
0226cc5
 
 
 
 
4b2ba42
 
703800e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4b2ba42
 
 
 
703800e
4b2ba42
af7dfcb
 
703800e
 
9de975d
4b2ba42
703800e
 
 
4b2ba42
703800e
 
 
4b2ba42
703800e
 
 
4b2ba42
 
703800e
4b2ba42
703800e
 
 
 
 
 
 
 
 
 
 
 
 
4b2ba42
54e8e55
 
4b2ba42
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74

---
tags:
- finance
- finbert
- market
- financial
- generated_from_trainer
- financial
- stocks
- sentiment
- text-classification
widget:
- text: "Asian Stocks Set to Decline Amidst Growth Worries"
  output:
    - label: POSITIVE
      score: 0.14
    - label: INDECISIVE
      score: 0.25
    - label: NEGATIVE
      score: 0.61
- text: "High inflation expectations becoming part of the American consumers behavioral norm"
  output:
    - label: POSITIVE
      score: 0.49
    - label: INDECISIVE
      score: 0.30
    - label: NEGATIVE
      score: 0.21
datasets:
- FinBERT_market_based/autotrain-data
---

# Model Card for Finetuned FinBERT on Market-Based Facts

**<font color="orange">This LLM is fine-tuned on market reactions to events. By utilizing market-based data, it avoids human biases present in traditional annotation methods.</font>**

Our FinBERT model, finetuned on impactful news headlines about global equity markets, has shown significant performance improvements over standard models. 
Its training on real-world market impact rather than subjective financial expert opinions sets a new standard for unbiased financial sentiment analysis. πŸ“ˆ
The dataset is uploaded on HuggingFace [here](https://huggingface.co./datasets/baptle/financial_headlines_market_based).

**Outperforms FinBERT**
- 🎯 +25% precision
- πŸš€ +18% recall

**Outperforms DistilRoBERTa finetuned for finance**
- 🎯 +22% precision
- πŸš€ +15% recall

**Outperforms GPT-4 zero-shot learning**
- 🎯 +15% precision
- πŸš€ +8.2% recall


## Validation Metrics

| Metric             | Value                 |
|--------------------|-----------------------|
| loss               | 0.9176467061042786    |
| f1_macro           | 0.49749240436690023   |
| f1_micro           | 0.5627105467737756    |
| f1_weighted        | 0.5279720746084178    |
| precision_macro    | 0.5386355574899088    |
| precision_micro    | 0.5627105467737756    |
| precision_weighted | 0.5462149036191247    |
| recall_macro       | 0.517542664344306     |
| recall_micro       | 0.5627105467737756    |
| recall_weighted    | 0.5627105467737756    |
| accuracy           | 0.5627105467737756    |

This model has been developed after publishing in the Risk Forum 2024 conference a paper that can be found here (https://arxiv.org/abs/2401.05447).