GOVINDFROM commited on
Commit
cf0a77e
·
verified ·
1 Parent(s): 0db7b68

Complete held-out sweep (7 configurations)

Browse files
Files changed (1) hide show
  1. leaderboard_sweep.json +30 -21
leaderboard_sweep.json CHANGED
@@ -4,7 +4,8 @@
4
  "meteor": 0.3191
5
  },
6
  "shipped": "balanced_w0.25",
7
- "folds": "leave-one-centre-out, all 4 centres",
 
8
  "configs": [
9
  {
10
  "mode": "pooled",
@@ -12,15 +13,7 @@
12
  "held_out_bleu_4": 0.1471,
13
  "held_out_meteor": 0.3083,
14
  "wins_both_ranks": false,
15
- "worst_margin": -0.0338451895957379
16
- },
17
- {
18
- "mode": "balanced",
19
- "bleu_weight": 0.4,
20
- "held_out_bleu_4": 0.1417,
21
- "held_out_meteor": 0.3315,
22
- "wins_both_ranks": true,
23
- "worst_margin": 0.03885929175806968
24
  },
25
  {
26
  "mode": "pooled",
@@ -28,15 +21,7 @@
28
  "held_out_bleu_4": 0.1482,
29
  "held_out_meteor": 0.338,
30
  "wins_both_ranks": true,
31
- "worst_margin": 0.059229081792541605
32
- },
33
- {
34
- "mode": "balanced",
35
- "bleu_weight": 0.25,
36
- "held_out_bleu_4": 0.1429,
37
- "held_out_meteor": 0.349,
38
- "wins_both_ranks": true,
39
- "worst_margin": 0.08504176157934684
40
  },
41
  {
42
  "mode": "pooled",
@@ -44,7 +29,31 @@
44
  "held_out_bleu_4": 0.1406,
45
  "held_out_meteor": 0.3528,
46
  "wins_both_ranks": true,
47
- "worst_margin": 0.06757782839787385
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  },
49
  {
50
  "mode": "balanced",
@@ -52,7 +61,7 @@
52
  "held_out_bleu_4": 0.1228,
53
  "held_out_meteor": 0.3615,
54
  "wins_both_ranks": false,
55
- "worst_margin": -0.06757782839787396
56
  }
57
  ]
58
  }
 
4
  "meteor": 0.3191
5
  },
6
  "shipped": "balanced_w0.25",
7
+ "selection_rule": "max worst-case margin over both leaders (rank 1 on both wins the board)",
8
+ "validation": "leave-one-centre-out over all four centres",
9
  "configs": [
10
  {
11
  "mode": "pooled",
 
13
  "held_out_bleu_4": 0.1471,
14
  "held_out_meteor": 0.3083,
15
  "wins_both_ranks": false,
16
+ "worst_margin": -0.0338
 
 
 
 
 
 
 
 
17
  },
18
  {
19
  "mode": "pooled",
 
21
  "held_out_bleu_4": 0.1482,
22
  "held_out_meteor": 0.338,
23
  "wins_both_ranks": true,
24
+ "worst_margin": 0.0592
 
 
 
 
 
 
 
 
25
  },
26
  {
27
  "mode": "pooled",
 
29
  "held_out_bleu_4": 0.1406,
30
  "held_out_meteor": 0.3528,
31
  "wins_both_ranks": true,
32
+ "worst_margin": 0.0676
33
+ },
34
+ {
35
+ "mode": "pooled",
36
+ "bleu_weight": 0.1,
37
+ "held_out_bleu_4": 0.1093,
38
+ "held_out_meteor": 0.3676,
39
+ "wins_both_ranks": false,
40
+ "worst_margin": -0.1701
41
+ },
42
+ {
43
+ "mode": "balanced",
44
+ "bleu_weight": 0.4,
45
+ "held_out_bleu_4": 0.1417,
46
+ "held_out_meteor": 0.3315,
47
+ "wins_both_ranks": true,
48
+ "worst_margin": 0.0389
49
+ },
50
+ {
51
+ "mode": "balanced",
52
+ "bleu_weight": 0.25,
53
+ "held_out_bleu_4": 0.1429,
54
+ "held_out_meteor": 0.349,
55
+ "wins_both_ranks": true,
56
+ "worst_margin": 0.085
57
  },
58
  {
59
  "mode": "balanced",
 
61
  "held_out_bleu_4": 0.1228,
62
  "held_out_meteor": 0.3615,
63
  "wins_both_ranks": false,
64
+ "worst_margin": -0.0676
65
  }
66
  ]
67
  }