timmers commited on
Commit
ff9cccb
·
verified ·
1 Parent(s): 66c6b61

Add leaderboard + GEMEO v7 result (honest: bigram wins T1; world model wins new-onset)

Browse files
Files changed (1) hide show
  1. gemeo_v7_rbt.json +48 -0
gemeo_v7_rbt.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n": 5718,
3
+ "vocab": 49,
4
+ "n_procs": 33,
5
+ "gemeo10": {
6
+ "r1": [
7
+ 0.1548,
8
+ 0.1455,
9
+ 0.1644
10
+ ],
11
+ "r5": [
12
+ 0.8064,
13
+ 0.7952,
14
+ 0.8171
15
+ ]
16
+ },
17
+ "bigram": {
18
+ "r1": [
19
+ 0.6354,
20
+ 0.6233,
21
+ 0.648
22
+ ],
23
+ "r5": [
24
+ 0.965,
25
+ 0.96,
26
+ 0.9697
27
+ ]
28
+ },
29
+ "frequency": {
30
+ "r1": [
31
+ 0.3003,
32
+ 0.2873,
33
+ 0.3115
34
+ ],
35
+ "r5": [
36
+ 0.7317,
37
+ 0.7198,
38
+ 0.7429
39
+ ]
40
+ },
41
+ "repeat_last": {
42
+ "r1": [
43
+ 0.0,
44
+ 0.0,
45
+ 0.0
46
+ ]
47
+ }
48
+ }