peyterho commited on
Commit
2f4d871
·
verified ·
1 Parent(s): bb36694

Add evaluation results

Browse files
Files changed (1) hide show
  1. eval_results.json +22 -0
eval_results.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dict_only": {
3
+ "accuracy": 0.5684,
4
+ "f1_macro": 0.5277,
5
+ "f1_weighted": 0.5784,
6
+ "n_samples": 4333,
7
+ "method": "LM + Henry polarity composite, threshold ±0.05"
8
+ },
9
+ "meta_classifier_dict": {
10
+ "accuracy": 0.6693,
11
+ "f1_macro": 0.5781,
12
+ "f1_weighted": 0.6500,
13
+ "method": "GradientBoosting on 24 dictionary features"
14
+ },
15
+ "full_pipeline": {
16
+ "accuracy": 0.6200,
17
+ "f1_macro": 0.6012,
18
+ "f1_weighted": 0.6347,
19
+ "n_samples": 100,
20
+ "method": "Transformer ensemble (FinBERT/RoBERTa/ClimateBERT) + dictionary signals, routed"
21
+ }
22
+ }