GOVINDFROM commited on
Commit
5151250
·
verified ·
1 Parent(s): f14255c

Add predictor_comparison.json

Browse files
Files changed (1) hide show
  1. predictor_comparison.json +28 -0
predictor_comparison.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "grid": {
3
+ "prior": {
4
+ "neural": 0.35751793649563435,
5
+ "shallow": 0.27698676783341736
6
+ },
7
+ "neural": {
8
+ "neural": 0.3403329756224751,
9
+ "shallow": 0.28278967440695013
10
+ },
11
+ "shallow": {
12
+ "neural": 0.29721165040594566,
13
+ "shallow": 0.35358663390798667
14
+ }
15
+ },
16
+ "best": {
17
+ "predictor": "prior",
18
+ "thresholds": "neural",
19
+ "final": 0.35751793649563435,
20
+ "clinical": 0.39374008539376365,
21
+ "captioning": 0.21262934090311722,
22
+ "logical_precision": 0.5385852090032154,
23
+ "logical_recall": 0.31029144605574627,
24
+ "bleu_4": 0.11701313497207318,
25
+ "meteor": 0.3082455468341613,
26
+ "mean_sentences": 13.0
27
+ }
28
+ }