saketh-chervu commited on
Commit
9394251
·
verified ·
1 Parent(s): 6810352

Upload eval_data/meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. eval_data/meta.json +175 -0
eval_data/meta.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "exp": "exp21",
3
+ "cell": "s2_math",
4
+ "variant": "cot",
5
+ "arm": "correct",
6
+ "seed": 0,
7
+ "with_percent": true,
8
+ "composable": [
9
+ "gcf",
10
+ "lcm",
11
+ "multiply",
12
+ "percent_of"
13
+ ],
14
+ "distractors": [
15
+ "line_intercepts",
16
+ "rect_area_perimeter",
17
+ "venn"
18
+ ],
19
+ "atoms": [
20
+ "gcf",
21
+ "lcm",
22
+ "line_intercepts",
23
+ "multiply",
24
+ "percent_of",
25
+ "rect_area_perimeter",
26
+ "venn"
27
+ ],
28
+ "venn": "atom_only_correct_both_arms",
29
+ "train_comps": [
30
+ "gcf|multiply",
31
+ "gcf|percent_of",
32
+ "lcm|multiply",
33
+ "lcm|percent_of",
34
+ "multiply|gcf",
35
+ "multiply|lcm",
36
+ "percent_of|gcf",
37
+ "percent_of|lcm"
38
+ ],
39
+ "heldout_comps": [
40
+ "gcf|lcm",
41
+ "lcm|gcf",
42
+ "multiply|percent_of",
43
+ "percent_of|multiply"
44
+ ],
45
+ "heldout_labels": {
46
+ "gcf|lcm": "never_paired",
47
+ "lcm|gcf": "never_paired",
48
+ "multiply|percent_of": "never_paired",
49
+ "percent_of|multiply": "never_paired"
50
+ },
51
+ "n_comp_train_per_pairing": 150,
52
+ "total_comp_train": 1200,
53
+ "compositions": {
54
+ "gcf|multiply": {
55
+ "role": "train",
56
+ "n_train": 150,
57
+ "n_seen_eval": 200
58
+ },
59
+ "gcf|percent_of": {
60
+ "role": "train",
61
+ "n_train": 150,
62
+ "n_seen_eval": 200
63
+ },
64
+ "lcm|multiply": {
65
+ "role": "train",
66
+ "n_train": 150,
67
+ "n_seen_eval": 200
68
+ },
69
+ "lcm|percent_of": {
70
+ "role": "train",
71
+ "n_train": 150,
72
+ "n_seen_eval": 200
73
+ },
74
+ "multiply|gcf": {
75
+ "role": "train",
76
+ "n_train": 150,
77
+ "n_seen_eval": 200
78
+ },
79
+ "multiply|lcm": {
80
+ "role": "train",
81
+ "n_train": 150,
82
+ "n_seen_eval": 200
83
+ },
84
+ "percent_of|gcf": {
85
+ "role": "train",
86
+ "n_train": 150,
87
+ "n_seen_eval": 200
88
+ },
89
+ "percent_of|lcm": {
90
+ "role": "train",
91
+ "n_train": 150,
92
+ "n_seen_eval": 200
93
+ },
94
+ "gcf|lcm": {
95
+ "role": "heldout",
96
+ "label": "never_paired",
97
+ "n_eval": 200,
98
+ "distinct_answers": 174,
99
+ "top_answer_share": 0.015
100
+ },
101
+ "lcm|gcf": {
102
+ "role": "heldout",
103
+ "label": "never_paired",
104
+ "n_eval": 200,
105
+ "distinct_answers": 198,
106
+ "top_answer_share": 0.01
107
+ },
108
+ "multiply|percent_of": {
109
+ "role": "heldout",
110
+ "label": "never_paired",
111
+ "n_eval": 200,
112
+ "distinct_answers": 189,
113
+ "top_answer_share": 0.01
114
+ },
115
+ "percent_of|multiply": {
116
+ "role": "heldout",
117
+ "label": "never_paired",
118
+ "n_eval": 200,
119
+ "distinct_answers": 199,
120
+ "top_answer_share": 0.01
121
+ }
122
+ },
123
+ "train_heldout_chain_overlap": [],
124
+ "heldout_instance_collisions": 0,
125
+ "coverage": {
126
+ "train_inner_atoms": [
127
+ "gcf",
128
+ "lcm",
129
+ "multiply",
130
+ "percent_of"
131
+ ],
132
+ "train_outer_atoms": [
133
+ "gcf",
134
+ "lcm",
135
+ "multiply",
136
+ "percent_of"
137
+ ],
138
+ "heldout_inner_atoms": [
139
+ "gcf",
140
+ "lcm",
141
+ "multiply",
142
+ "percent_of"
143
+ ],
144
+ "heldout_outer_atoms": [
145
+ "gcf",
146
+ "lcm",
147
+ "multiply",
148
+ "percent_of"
149
+ ],
150
+ "heldout_inner_count": 4,
151
+ "heldout_outer_count": 4,
152
+ "per_slot_coverage": {
153
+ "gcf": {
154
+ "train_as_inner": 2,
155
+ "train_as_outer": 2
156
+ },
157
+ "lcm": {
158
+ "train_as_inner": 2,
159
+ "train_as_outer": 2
160
+ },
161
+ "multiply": {
162
+ "train_as_inner": 2,
163
+ "train_as_outer": 2
164
+ },
165
+ "percent_of": {
166
+ "train_as_inner": 2,
167
+ "train_as_outer": 2
168
+ }
169
+ },
170
+ "train_covers_both_slots": true,
171
+ "pairing_collisions": []
172
+ },
173
+ "collisions_total": 0,
174
+ "heldout_answer_entropy_bits": 9.49
175
+ }