refresh 2026-08-26T21:20:21Z (48 files)
Browse files- README.md +17 -17
- figures/F9_AIM_mechanism.pdf +0 -0
- results/ledger_s1.json +6 -0
- results/panel_rows_s1.csv +2 -0
- tables/T1_paired_per_checkpoint.csv +0 -0
- tables/T2_per_operator.csv +221 -221
- tables/T3_per_combo.csv +128 -128
- tables/T5_coverage.csv +1 -1
README.md
CHANGED
|
@@ -56,8 +56,8 @@ configs:
|
|
| 56 |
all 20 matched checkpoints, the endpoint-scaled benchmark mean rises +0.219
|
| 57 |
(18/20 positive, Wilcoxon p = 9.5e-06) (§6 T0).
|
| 58 |
|
| 59 |
-
**Coverage: mechanism 20/20 matched pairs, property panel
|
| 60 |
-
2026-08-26 21:
|
| 61 |
<!-- AIM-HEADLINE:END -->
|
| 62 |
Published at
|
| 63 |
[`Mergeability-2/aim-activation-informed-merging`](https://huggingface.co/datasets/Mergeability-2/aim-activation-informed-merging),
|
|
@@ -465,12 +465,12 @@ Per benchmark, paired across the 20 matched pairs:
|
|
| 465 |
|
| 466 |
| operator | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers |
|
| 467 |
|:-------------------|------------:|-----------------:|-------------------------:|:---------------------------------------------------------------------------------------------------|
|
| 468 |
-
| ALL | 49 |
|
| 469 |
-
| DARETaskArithmetic | 49 | 0 | 0.
|
| 470 |
-
| DARETies | 49 | 0 | 0.
|
| 471 |
-
| TaskArithmetic | 49 | 0 | 0.
|
| 472 |
-
| Ties | 49 | 0 | 0.
|
| 473 |
-
| WIDEN | 49 | 0 | 0.
|
| 474 |
|
| 475 |
|
| 476 |
Full table: `results/aim/tables/T2_per_operator.csv` (294 rows: every metric x every level, with the paired mean difference in SD units, the count of positive differences, Wilcoxon/sign p and BH q).
|
|
@@ -478,13 +478,13 @@ Full table: `results/aim/tables/T2_per_operator.csv` (294 rows: every metric x e
|
|
| 478 |
|
| 479 |
### T3 — Does it differ by which domains were merged?
|
| 480 |
|
| 481 |
-
| combo | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers
|
| 482 |
-
|:----------------------------|------------:|-----------------:|-------------------------:|:----------------------------------------------------------------------------------------------------|
|
| 483 |
-
| ALL | 49 | 24 | 0.
|
| 484 |
-
| Code-Instruction_Tuned | 49 | 0 | 0.
|
| 485 |
-
| Code-Math | 49 | 0 | 0.
|
| 486 |
-
| Code-Math-Instruction_Tuned | 5 | 0 | 0.4938 | cka_to_base (+0.93), act_deviation_from_base (-0.65), beh_kl_to_base (-0.34)
|
| 487 |
-
| Math-Instruction_Tuned | 49 | 0 | 0.
|
| 488 |
|
| 489 |
|
| 490 |
Full table: `results/aim/tables/T3_per_combo.csv` (201 rows: every metric x every level, with the paired mean difference in SD units, the count of positive differences, Wilcoxon/sign p and BH q).
|
|
@@ -539,7 +539,7 @@ One row per (operator, task combination, property): the with-AIM value, its base
|
|
| 539 |
|
| 540 |
### T5 — Coverage and provenance
|
| 541 |
|
| 542 |
-
**Mechanism (§3.2): 20/20 matched pairs. Property panel (§3.3):
|
| 543 |
|
| 544 |
| operator_label | combo | mech_status | panel_status | weight_mechanism | activation_mechanism | property_panel_both_arms | published_benchmarks |
|
| 545 |
|:-----------------|:----------------------------|:--------------|:---------------|:-------------------|:-----------------------|:---------------------------|:-----------------------|
|
|
@@ -557,7 +557,7 @@ One row per (operator, task combination, property): the with-AIM value, its base
|
|
| 557 |
| DARE Linear | Code-Math-Instruction_Tuned | ok | not-run | True | True | False | True |
|
| 558 |
| DARE TIES | Code-Math | ok | ok | True | True | True | True |
|
| 559 |
| DARE TIES | Code-Instruction_Tuned | ok | ok | True | True | True | True |
|
| 560 |
-
| DARE TIES | Math-Instruction_Tuned | ok |
|
| 561 |
| DARE TIES | Code-Math-Instruction_Tuned | ok | not-run | True | True | False | True |
|
| 562 |
| WIDEN | Code-Math | ok | ok | True | True | True | True |
|
| 563 |
| WIDEN | Code-Instruction_Tuned | ok | ok | True | True | True | True |
|
|
|
|
| 56 |
all 20 matched checkpoints, the endpoint-scaled benchmark mean rises +0.219
|
| 57 |
(18/20 positive, Wilcoxon p = 9.5e-06) (§6 T0).
|
| 58 |
|
| 59 |
+
**Coverage: mechanism 20/20 matched pairs, property panel 14/20.** Regenerated
|
| 60 |
+
2026-08-26 21:20 UTC.
|
| 61 |
<!-- AIM-HEADLINE:END -->
|
| 62 |
Published at
|
| 63 |
[`Mergeability-2/aim-activation-informed-merging`](https://huggingface.co/datasets/Mergeability-2/aim-activation-informed-merging),
|
|
|
|
| 465 |
|
| 466 |
| operator | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers |
|
| 467 |
|:-------------------|------------:|-----------------:|-------------------------:|:---------------------------------------------------------------------------------------------------|
|
| 468 |
+
| ALL | 49 | 23 | 0.3479 | ret_procrustes_p_at_5 (+0.75), geo_procrustes_peak_depth (+0.68), geo_cka_late_minus_early (+0.59) |
|
| 469 |
+
| DARETaskArithmetic | 49 | 0 | 0.4436 | ret_procrustes_p_at_5 (+1.17), geo_procrustes_peak_depth (+1.17), cka_to_base (+0.83) |
|
| 470 |
+
| DARETies | 49 | 0 | 0.4553 | geo_svcca_late_minus_early (+1.19), subspace_overlap (-1.02), geo_procrustes_peak_depth (+1.00) |
|
| 471 |
+
| TaskArithmetic | 49 | 0 | 0.4644 | subspace_overlap (+1.38), ret_procrustes_p_at_5 (+1.17), geo_procrustes_peak_depth (+1.00) |
|
| 472 |
+
| Ties | 49 | 0 | 0.252 | subspace_overlap (+0.68), geo_cka_late_minus_early (+0.59), geo_svcca_peak_depth (-0.58) |
|
| 473 |
+
| WIDEN | 49 | 0 | 0.3186 | geo_subspace_overlap_peak_depth (+2.65), ret_procrustes_p_at_5 (+0.88), geo_cka_peak_depth (+0.79) |
|
| 474 |
|
| 475 |
|
| 476 |
Full table: `results/aim/tables/T2_per_operator.csv` (294 rows: every metric x every level, with the paired mean difference in SD units, the count of positive differences, Wilcoxon/sign p and BH q).
|
|
|
|
| 478 |
|
| 479 |
### T3 — Does it differ by which domains were merged?
|
| 480 |
|
| 481 |
+
| combo | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers |
|
| 482 |
+
|:----------------------------|------------:|-----------------:|-------------------------:|:-----------------------------------------------------------------------------------------------------|
|
| 483 |
+
| ALL | 49 | 24 | 0.3479 | ret_procrustes_p_at_5 (+0.75), geo_procrustes_peak_depth (+0.68), geo_cka_late_minus_early (+0.59) |
|
| 484 |
+
| Code-Instruction_Tuned | 49 | 0 | 0.3499 | geo_subspace_overlap_peak_depth (+1.06), grad_l2 (-0.84), geo_svcca_peak_depth (-0.81) |
|
| 485 |
+
| Code-Math | 49 | 0 | 0.1974 | geo_cka_late_minus_early (+0.70), subspace_overlap (-0.63), geo_procrustes_late_minus_early (-0.55) |
|
| 486 |
+
| Code-Math-Instruction_Tuned | 5 | 0 | 0.4938 | cka_to_base (+0.93), act_deviation_from_base (-0.65), beh_kl_to_base (-0.34) |
|
| 487 |
+
| Math-Instruction_Tuned | 49 | 0 | 0.6135 | geo_procrustes_peak_depth (+2.37), ret_procrustes_p_at_5 (+2.20), geo_svcca_late_minus_early (+1.25) |
|
| 488 |
|
| 489 |
|
| 490 |
Full table: `results/aim/tables/T3_per_combo.csv` (201 rows: every metric x every level, with the paired mean difference in SD units, the count of positive differences, Wilcoxon/sign p and BH q).
|
|
|
|
| 539 |
|
| 540 |
### T5 — Coverage and provenance
|
| 541 |
|
| 542 |
+
**Mechanism (§3.2): 20/20 matched pairs. Property panel (§3.3): 14/20.** Published benchmark scores cover 20/20 — they were transcribed, not measured. A pair with `panel_status = not-run` was not reached before the panel phase's wall-clock deadline; its mechanism result is unaffected.
|
| 543 |
|
| 544 |
| operator_label | combo | mech_status | panel_status | weight_mechanism | activation_mechanism | property_panel_both_arms | published_benchmarks |
|
| 545 |
|:-----------------|:----------------------------|:--------------|:---------------|:-------------------|:-----------------------|:---------------------------|:-----------------------|
|
|
|
|
| 557 |
| DARE Linear | Code-Math-Instruction_Tuned | ok | not-run | True | True | False | True |
|
| 558 |
| DARE TIES | Code-Math | ok | ok | True | True | True | True |
|
| 559 |
| DARE TIES | Code-Instruction_Tuned | ok | ok | True | True | True | True |
|
| 560 |
+
| DARE TIES | Math-Instruction_Tuned | ok | ok | True | True | True | True |
|
| 561 |
| DARE TIES | Code-Math-Instruction_Tuned | ok | not-run | True | True | False | True |
|
| 562 |
| WIDEN | Code-Math | ok | ok | True | True | True | True |
|
| 563 |
| WIDEN | Code-Instruction_Tuned | ok | ok | True | True | True | True |
|
figures/F9_AIM_mechanism.pdf
CHANGED
|
Binary files a/figures/F9_AIM_mechanism.pdf and b/figures/F9_AIM_mechanism.pdf differ
|
|
|
results/ledger_s1.json
CHANGED
|
@@ -34,6 +34,12 @@
|
|
| 34 |
"status": "ok",
|
| 35 |
"when": "2026-08-26T19:17:10"
|
| 36 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
"TaskArithmetic__Code-Instruction_Tuned#mech": {
|
| 38 |
"phase": "mech",
|
| 39 |
"secs": 171,
|
|
|
|
| 34 |
"status": "ok",
|
| 35 |
"when": "2026-08-26T19:17:10"
|
| 36 |
},
|
| 37 |
+
"DARETies__Math-Instruction_Tuned#panel": {
|
| 38 |
+
"phase": "panel",
|
| 39 |
+
"secs": 801,
|
| 40 |
+
"status": "ok",
|
| 41 |
+
"when": "2026-08-26T21:15:50"
|
| 42 |
+
},
|
| 43 |
"TaskArithmetic__Code-Instruction_Tuned#mech": {
|
| 44 |
"phase": "mech",
|
| 45 |
"secs": 171,
|
results/panel_rows_s1.csv
CHANGED
|
@@ -11,3 +11,5 @@ WIDEN,Code-Instruction_Tuned,0,merge,ahn1376/WIDEN___Code-Instruction_Tuned,0.99
|
|
| 11 |
WIDEN,Code-Instruction_Tuned,1,aim,ahn1376/WIDEN___Code-Instruction_Tuned___AIM,0.9971709727366609,-0.0200327336894337,0.23076923076923078,0.9967701509594917,-0.037871360778808594,0.07692307692307693,0.0010259643586534612,0.0007004727777825126,1.0,0.8895111280029442,-0.06866541740306198,0.5384615384615384,0.9947875476771191,0.004952884612716035,0.5641025641025641,1.0,1.0,1.0,0.15384615384615385,0.5384615384615384,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.1135898335270605,0.11740560354907711,0.027933503721201243,0.9800026826560497,134.58984375,-0.5723106029008984,0.8843749999999999,0.9796228561850346,0.6092304507955825,2165.251432470076,0.7905883472639839,2104.353408652656,2661.756166702006,0.6551177956163883,0.39933088421821594,0.14486369490623474,0.9987211227416992,0.9986017346382141,-1.0000128746032715
|
| 12 |
Ties,Math-Instruction_Tuned,0,merge,ahn1376/Ties___Math-Instruction_Tuned,0.9920343203193085,-0.04965741560542458,0.1794871794871795,0.9925152659416199,-0.09077394008636475,0.07692307692307693,0.0030274364696645352,0.005698911185760491,1.0,0.8445244032825066,-0.13794297854614046,0.0,0.9909353688663032,0.004328205714505762,0.5897435897435898,1.0,1.0,1.0,0.15384615384615385,0.5384615384615384,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.16956236866882213,0.16966908313352996,0.039702798351913426,0.9742508251219988,159.63441467285156,-0.5172650617751464,0.83125,0.9695762882790139,0.43315499462060614,2402.0866803176996,0.47819901481697785,1272.8491765999147,2661.756166702006,0.4478933003731072,0.33795925602316856,-0.13511985540390015,0.9982314109802246,0.9975525736808777,-1.0000187158584595
|
| 13 |
Ties,Math-Instruction_Tuned,1,aim,ahn1376/Ties___Math-Instruction_Tuned___AIM,0.9951189482498964,-0.03374547039962139,0.15384615384615385,0.9949956357479095,-0.05809074640274048,0.07692307692307693,0.0017728438475921398,0.00322593792585546,1.0,0.8674336634654282,-0.09877324052005632,0.0,0.9922584479819783,0.0123238650813563,0.5641025641025641,1.0,1.0,1.0,0.15384615384615385,0.6153846153846154,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.13489506441388932,0.13474176712391023,0.03194359684888788,0.9821446109563112,138.29299926757812,-0.4618827182772689,0.84375,0.9781099804479615,0.5199264439254245,2275.2500831356997,0.5514587630316811,1467.8487631814373,2661.756166702006,0.5492556605953723,0.3523816168308258,-0.030316365882754326,0.9982314109802246,0.9985529184341431,-1.0000187158584595
|
|
|
|
|
|
|
|
|
| 11 |
WIDEN,Code-Instruction_Tuned,1,aim,ahn1376/WIDEN___Code-Instruction_Tuned___AIM,0.9971709727366609,-0.0200327336894337,0.23076923076923078,0.9967701509594917,-0.037871360778808594,0.07692307692307693,0.0010259643586534612,0.0007004727777825126,1.0,0.8895111280029442,-0.06866541740306198,0.5384615384615384,0.9947875476771191,0.004952884612716035,0.5641025641025641,1.0,1.0,1.0,0.15384615384615385,0.5384615384615384,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.1135898335270605,0.11740560354907711,0.027933503721201243,0.9800026826560497,134.58984375,-0.5723106029008984,0.8843749999999999,0.9796228561850346,0.6092304507955825,2165.251432470076,0.7905883472639839,2104.353408652656,2661.756166702006,0.6551177956163883,0.39933088421821594,0.14486369490623474,0.9987211227416992,0.9986017346382141,-1.0000128746032715
|
| 12 |
Ties,Math-Instruction_Tuned,0,merge,ahn1376/Ties___Math-Instruction_Tuned,0.9920343203193085,-0.04965741560542458,0.1794871794871795,0.9925152659416199,-0.09077394008636475,0.07692307692307693,0.0030274364696645352,0.005698911185760491,1.0,0.8445244032825066,-0.13794297854614046,0.0,0.9909353688663032,0.004328205714505762,0.5897435897435898,1.0,1.0,1.0,0.15384615384615385,0.5384615384615384,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.16956236866882213,0.16966908313352996,0.039702798351913426,0.9742508251219988,159.63441467285156,-0.5172650617751464,0.83125,0.9695762882790139,0.43315499462060614,2402.0866803176996,0.47819901481697785,1272.8491765999147,2661.756166702006,0.4478933003731072,0.33795925602316856,-0.13511985540390015,0.9982314109802246,0.9975525736808777,-1.0000187158584595
|
| 13 |
Ties,Math-Instruction_Tuned,1,aim,ahn1376/Ties___Math-Instruction_Tuned___AIM,0.9951189482498964,-0.03374547039962139,0.15384615384615385,0.9949956357479095,-0.05809074640274048,0.07692307692307693,0.0017728438475921398,0.00322593792585546,1.0,0.8674336634654282,-0.09877324052005632,0.0,0.9922584479819783,0.0123238650813563,0.5641025641025641,1.0,1.0,1.0,0.15384615384615385,0.6153846153846154,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.13489506441388932,0.13474176712391023,0.03194359684888788,0.9821446109563112,138.29299926757812,-0.4618827182772689,0.84375,0.9781099804479615,0.5199264439254245,2275.2500831356997,0.5514587630316811,1467.8487631814373,2661.756166702006,0.5492556605953723,0.3523816168308258,-0.030316365882754326,0.9982314109802246,0.9985529184341431,-1.0000187158584595
|
| 14 |
+
DARETies,Math-Instruction_Tuned,0,merge,ahn1376/DARETies___Math-Instruction_Tuned,0.9772415419317089,-0.08071249793389912,0.1794871794871795,0.9701876655220986,-0.4445022940635681,0.07692307692307693,0.012652030425557797,0.01307682442589242,0.6923076923076923,0.6535574582839139,-0.29216316093138617,0.0,0.9807683035170829,0.009876924627836514,0.6923076923076923,1.0,1.0,1.0,0.15384615384615385,0.5384615384615384,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.6873282000742233,0.7576778764894325,0.15161659435111044,0.8304481506347656,331.74188232421875,-1.5989487308402937,0.6812499999999999,0.8378575851478465,0.1981278097643112,2773.047666548632,0.5511510738021219,1467.0297694772303,2661.756166702006,0.22257970366626978,0.08496090769767761,-0.07540827244520187,0.9974417686462402,0.998950183391571,-1.0000219345092773
|
| 15 |
+
DARETies,Math-Instruction_Tuned,1,aim,ahn1376/DARETies___Math-Instruction_Tuned___AIM,0.9834648450327798,-0.07622436593675841,0.15384615384615385,0.9796875804662705,-0.29746031761169434,0.07692307692307693,0.008194881082945842,0.011269680164358697,1.0,0.7043183571232894,-0.23142452898174593,0.0,0.9849645532305253,0.04655793461672153,0.6410256410256411,1.0,1.0,1.0,0.15384615384615385,0.6153846153846154,0.8461538461538461,0.15384615384615385,0.5384615384615384,0.8461538461538461,-0.8461538461538461,0.5846291011416854,0.6594555867083616,0.1368257354463302,0.8850347008556128,277.0834655761719,-1.6611590911002843,0.7125,0.8880351744477428,0.25783246645011576,2647.7744272764808,0.49447464962881865,1316.1709479273218,2661.756166702006,0.2814509954303503,0.08822762966156006,-0.09480435401201248,0.9974417686462402,0.9985764622688293,-1.0000219345092773
|
tables/T1_paired_per_checkpoint.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tables/T2_per_operator.csv
CHANGED
|
@@ -1,236 +1,236 @@
|
|
| 1 |
operator,metric,family,mean_without,mean_with,mean_diff_raw,n_pairs,mean_diff,median_diff,n_positive,p_wilcoxon,p_sign,q_bh
|
| 2 |
-
ALL,beh_entropy_gap,behaviour,-0.
|
| 3 |
-
ALL,beh_js,behaviour,0.
|
| 4 |
-
ALL,beh_js_to_base,behaviour,0.08960160711301804,0.07769059418763206,-0.011911012925385985,20,-0.23948851121034828,-0.2244874656853442,0.0,1.9073486328125e-06,1.9073486328125e-06,8.
|
| 5 |
-
ALL,beh_kl_sym,behaviour,0.
|
| 6 |
-
ALL,beh_kl_to_base,behaviour,0.3913996514478821,0.3301468381705516,-0.061252813277330495,20,-0.28169470948872694,-0.28835425938371406,0.0,1.9073486328125e-06,1.9073486328125e-06,8.
|
| 7 |
-
ALL,beh_logit_cosine,behaviour,0.
|
| 8 |
-
ALL,beh_logit_kl,behaviour,0.
|
| 9 |
-
ALL,beh_logit_l2,behaviour,
|
| 10 |
-
ALL,beh_rank_corr,behaviour,0.
|
| 11 |
-
ALL,beh_topk_overlap,behaviour,0.
|
| 12 |
-
ALL,grad_cosine,gradient,0.
|
| 13 |
-
ALL,grad_cosine_layer_late_minus_early,gradient,0.
|
| 14 |
-
ALL,grad_cosine_layer_mean,gradient,0.
|
| 15 |
-
ALL,grad_cosine_layer_min,gradient,0.
|
| 16 |
-
ALL,grad_l2,gradient,
|
| 17 |
-
ALL,grad_norm_a,gradient,
|
| 18 |
ALL,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 19 |
-
ALL,grad_norm_ratio,gradient,0.
|
| 20 |
-
ALL,act_deviation_from_base,other,0.2909211340174079,0.24877564283087844,-0.0421454911865294,20,-0.5111158417968739,-0.48141035398846777,0.0,1.9073486328125e-06,1.9073486328125e-06,8.
|
| 21 |
-
ALL,cka_to_base,other,0.9741214978694913,0.9828484863042831,0.008726988434791572,20,0.5844676284923385,0.3942216092375521,20.0,1.9073486328125e-06,1.9073486328125e-06,8.
|
| 22 |
-
ALL,qmd_raw_from_base,other,0.05631466960422178,0.0517850840132395,-0.0045295855909822675,20,-0.22259038161919803,-0.23759881154028703,0.0,1.9073486328125e-06,1.9073486328125e-06,8.
|
| 23 |
-
ALL,geo_cka_late_minus_early,representation,-0.
|
| 24 |
-
ALL,geo_cka_mean,representation,0.
|
| 25 |
-
ALL,geo_cka_peak_depth,representation,0.
|
| 26 |
-
ALL,geo_procrustes_late_minus_early,representation,0.
|
| 27 |
-
ALL,geo_procrustes_mean,representation,0.
|
| 28 |
-
ALL,geo_procrustes_peak_depth,representation,0.
|
| 29 |
-
ALL,geo_rowwise_cosine_late_minus_early,representation,-0.
|
| 30 |
-
ALL,geo_rowwise_cosine_mean,representation,0.
|
| 31 |
ALL,geo_rowwise_cosine_peak_depth,representation,0.07692307692307689,0.07692307692307689,0.0,0,,,,,,
|
| 32 |
-
ALL,geo_subspace_overlap_late_minus_early,representation,-0.
|
| 33 |
-
ALL,geo_subspace_overlap_mean,representation,0.
|
| 34 |
-
ALL,geo_subspace_overlap_peak_depth,representation,0.0,0.
|
| 35 |
-
ALL,geo_svcca_late_minus_early,representation,0.
|
| 36 |
-
ALL,geo_svcca_mean,representation,0.
|
| 37 |
-
ALL,geo_svcca_peak_depth,representation,0.
|
| 38 |
-
ALL,ret_gain_over_identity,retrieval,-0.
|
| 39 |
ALL,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 40 |
ALL,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 41 |
ALL,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 42 |
ALL,ret_procrustes_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 43 |
-
ALL,ret_procrustes_p_at_10,retrieval,0.
|
| 44 |
-
ALL,ret_procrustes_p_at_5,retrieval,0.
|
| 45 |
ALL,ret_ridge_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 46 |
-
ALL,ret_ridge_p_at_10,retrieval,0.
|
| 47 |
ALL,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 48 |
-
ALL,spectral_overcounting,weight space,-1.
|
| 49 |
-
ALL,subspace_overlap,weight space,0.
|
| 50 |
-
ALL,weight_cosine,weight space,0.
|
| 51 |
-
DARETaskArithmetic,beh_entropy_gap,behaviour,-1.1544607183630056,-1.108318539081259,0.04614217928174639,3,0.
|
| 52 |
-
DARETaskArithmetic,beh_js,behaviour,0.09781744645037543,0.08642183503289176,-0.011395611417483673,3,-0.
|
| 53 |
-
DARETaskArithmetic,beh_js_to_base,behaviour,0.11460933478285257,0.10311451916199893,-0.011494815620853626,4,-0.23112024954724675,-0.2244874656853442,0.0,,0.125,0.
|
| 54 |
-
DARETaskArithmetic,beh_kl_sym,behaviour,0.4694621339938711,0.4063508375298454,-0.0631112964640257,3,-0.
|
| 55 |
-
DARETaskArithmetic,beh_kl_to_base,behaviour,0.5022509778870359,0.43859794381926387,-0.06365303406777195,4,-0.2927330514373807,-0.31725919001983816,0.0,,0.125,0.
|
| 56 |
-
DARETaskArithmetic,beh_logit_cosine,behaviour,0.9102410903821389,0.9370525026073059,0.026811412225166958,3,0.
|
| 57 |
-
DARETaskArithmetic,beh_logit_kl,behaviour,0.4314265049318151,0.37087228386796545,-0.06055422106384961,3,-0.
|
| 58 |
-
DARETaskArithmetic,beh_logit_l2,behaviour,235.7764638264974,201.21412658691406,-34.562337239583336,3,-0.
|
| 59 |
-
DARETaskArithmetic,beh_rank_corr,behaviour,0.911004988245336,0.936008361597715,0.025003373352378937,3,0.
|
| 60 |
-
DARETaskArithmetic,beh_topk_overlap,behaviour,0.7385416666666668,0.7593749999999999,0.020833333333333297,3,0.
|
| 61 |
-
DARETaskArithmetic,grad_cosine,gradient,0.35313639173555966,0.4178973392968341,0.06476094756127439,3,0.
|
| 62 |
-
DARETaskArithmetic,grad_cosine_layer_late_minus_early,gradient,0.20536658788720763,0.11839366642137371,-0.08697292146583392,3,-0.
|
| 63 |
-
DARETaskArithmetic,grad_cosine_layer_mean,gradient,0.355679141326497,0.414682713539029,0.059003572212532135,3,0.
|
| 64 |
-
DARETaskArithmetic,grad_cosine_layer_min,gradient,-0.008530360956986768,0.01991549630959831,0.02844585726658508,3,0.
|
| 65 |
-
DARETaskArithmetic,grad_l2,gradient,2568.6547932832323,2549.9790310245553,-18.675762258676514,3,-0.
|
| 66 |
-
DARETaskArithmetic,grad_norm_a,gradient,1714.4261687082333,1874.2216921488618,159.79552344062873,3,0.
|
| 67 |
DARETaskArithmetic,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 68 |
-
DARETaskArithmetic,grad_norm_ratio,gradient,0.6440958755558956,0.6328493981028405,-0.011246477453055218,3,-0.
|
| 69 |
-
DARETaskArithmetic,act_deviation_from_base,other,0.3368888414464891,0.2870386422378942,-0.049850199208594875,4,-0.6045540297413006,-0.6458657290521284,0.0,,0.125,0.
|
| 70 |
-
DARETaskArithmetic,cka_to_base,other,0.9630701072514057,0.9755296085029841,0.012459501251578353,4,0.8344430845898384,0.8572535910386834,4.0,,0.125,0.
|
| 71 |
-
DARETaskArithmetic,qmd_raw_from_base,other,0.06632904456130037,0.06089247289720014,-0.005436571664100237,4,-0.2671609879326216,-0.31748988518449245,0.0,,0.125,0.
|
| 72 |
-
DARETaskArithmetic,geo_cka_late_minus_early,representation,-0.07620371132606446,-0.06340427455608212,0.012799436769982332,3,0.
|
| 73 |
-
DARETaskArithmetic,geo_cka_mean,representation,0.9859898936275924,0.9903754182927574,0.00438552466516499,3,0.
|
| 74 |
-
DARETaskArithmetic,geo_cka_peak_depth,representation,0.18803418803418803,0.1623931623931624,-0.025641025641025633,3,-0.
|
| 75 |
-
DARETaskArithmetic,geo_procrustes_late_minus_early,representation,0.011126208704278698,0.009013051123246067,-0.002113157581032633,3,-0.
|
| 76 |
-
DARETaskArithmetic,geo_procrustes_mean,representation,0.006732064257676668,0.004199763052558933,-0.002532301205117734,3,-0.
|
| 77 |
-
DARETaskArithmetic,geo_procrustes_peak_depth,representation,0.8803418803418803,1.0,0.11965811965811964,3,1.
|
| 78 |
-
DARETaskArithmetic,geo_rowwise_cosine_late_minus_early,representation,-0.24597209692001343,-0.16487048069636023,0.08110161622365318,3,0.
|
| 79 |
-
DARETaskArithmetic,geo_rowwise_cosine_mean,representation,0.9823745260636011,0.9878241077065467,0.005449581642945585,3,0.
|
| 80 |
DARETaskArithmetic,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 81 |
-
DARETaskArithmetic,geo_subspace_overlap_late_minus_early,representation,-0.22553400817770106,-0.18503544174455286,0.04049856643314819,3,0.
|
| 82 |
-
DARETaskArithmetic,geo_subspace_overlap_mean,representation,0.7353283465393736,0.7710085197600551,0.035680173220681476,3,0.
|
| 83 |
DARETaskArithmetic,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 84 |
-
DARETaskArithmetic,geo_svcca_late_minus_early,representation,0.008445423695510467,0.013254066567883032,0.004808642872372567,3,0.
|
| 85 |
-
DARETaskArithmetic,geo_svcca_mean,representation,0.9857186997506258,0.9881448711964821,0.002426171445856218,3,0.
|
| 86 |
-
DARETaskArithmetic,geo_svcca_peak_depth,representation,0.6239316239316239,0.5982905982905983,-0.025641025641025623,3,-0.
|
| 87 |
DARETaskArithmetic,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 88 |
DARETaskArithmetic,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 89 |
DARETaskArithmetic,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 90 |
DARETaskArithmetic,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 91 |
DARETaskArithmetic,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 92 |
DARETaskArithmetic,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 93 |
-
DARETaskArithmetic,ret_procrustes_p_at_5,retrieval,0.5128205128205128,0.564102564102564,0.0512820512820513,3,1.
|
| 94 |
DARETaskArithmetic,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 95 |
DARETaskArithmetic,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 96 |
DARETaskArithmetic,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 97 |
-
DARETaskArithmetic,spectral_overcounting,weight space,-1.0000107288360596,-1.00001060962677,1.1920928955078125e-07,3,0.
|
| 98 |
-
DARETaskArithmetic,subspace_overlap,weight space,0.9985449910163879,0.998623788356781,7.879734039291837e-05,3,0.
|
| 99 |
-
DARETaskArithmetic,weight_cosine,weight space,0.998074452082316,0.998074491818746,3.9736429850260414e-08,3,3.
|
| 100 |
-
DARETies,beh_entropy_gap,behaviour,-
|
| 101 |
-
DARETies,beh_js,behaviour,0.
|
| 102 |
-
DARETies,beh_js_to_base,behaviour,0.11116158053776601,0.09826362529325261,-0.012897955244513424,4,-0.25933244456336824,-0.26965584053147773,0.0,,0.125,0.
|
| 103 |
-
DARETies,beh_kl_sym,behaviour,0.
|
| 104 |
-
DARETies,beh_kl_to_base,behaviour,0.4986900258135608,0.4236684856389529,-0.07502154017460796,4,-0.345015515764145,-0.35956052892945745,0.0,,0.125,0.
|
| 105 |
-
DARETies,beh_logit_cosine,behaviour,0.
|
| 106 |
-
DARETies,beh_logit_kl,behaviour,0.
|
| 107 |
-
DARETies,beh_logit_l2,behaviour,
|
| 108 |
-
DARETies,beh_rank_corr,behaviour,0.
|
| 109 |
-
DARETies,beh_topk_overlap,behaviour,0.
|
| 110 |
-
DARETies,grad_cosine,gradient,0.
|
| 111 |
-
DARETies,grad_cosine_layer_late_minus_early,gradient,0.
|
| 112 |
-
DARETies,grad_cosine_layer_mean,gradient,0.
|
| 113 |
-
DARETies,grad_cosine_layer_min,gradient,0.
|
| 114 |
-
DARETies,grad_l2,gradient,
|
| 115 |
-
DARETies,grad_norm_a,gradient,
|
| 116 |
DARETies,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 117 |
-
DARETies,grad_norm_ratio,gradient,0.
|
| 118 |
-
DARETies,act_deviation_from_base,other,0.33776009783614425,0.2851606332696974,-0.05259946456644687,4,-0.6378955103633283,-0.6735627974751665,0.0,,0.125,0.
|
| 119 |
-
DARETies,cka_to_base,other,0.9640446797013282,0.9774078104645014,0.013363130763173137,4,0.8949613494670974,0.8944943757651928,4.0,,0.125,0.
|
| 120 |
-
DARETies,qmd_raw_from_base,other,0.06239976899221724,0.057296373632227476,-0.005103395359989763,4,-0.25078822287745417,-0.2952427263264752,0.0,,0.125,0.
|
| 121 |
-
DARETies,geo_cka_late_minus_early,representation,-0.
|
| 122 |
-
DARETies,geo_cka_mean,representation,0.
|
| 123 |
-
DARETies,geo_cka_peak_depth,representation,0.
|
| 124 |
-
DARETies,geo_procrustes_late_minus_early,representation,0.
|
| 125 |
-
DARETies,geo_procrustes_mean,representation,0.
|
| 126 |
-
DARETies,geo_procrustes_peak_depth,representation,
|
| 127 |
-
DARETies,geo_rowwise_cosine_late_minus_early,representation,-0.
|
| 128 |
-
DARETies,geo_rowwise_cosine_mean,representation,0.
|
| 129 |
DARETies,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 130 |
-
DARETies,geo_subspace_overlap_late_minus_early,representation,-0.
|
| 131 |
-
DARETies,geo_subspace_overlap_mean,representation,0.
|
| 132 |
-
DARETies,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,
|
| 133 |
-
DARETies,geo_svcca_late_minus_early,representation,0.
|
| 134 |
-
DARETies,geo_svcca_mean,representation,0.
|
| 135 |
-
DARETies,geo_svcca_peak_depth,representation,0.
|
| 136 |
DARETies,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 137 |
DARETies,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 138 |
DARETies,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 139 |
DARETies,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 140 |
DARETies,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 141 |
DARETies,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 142 |
-
DARETies,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.
|
| 143 |
DARETies,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 144 |
DARETies,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 145 |
DARETies,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 146 |
-
DARETies,spectral_overcounting,weight space,-1.
|
| 147 |
-
DARETies,subspace_overlap,weight space,0.
|
| 148 |
-
DARETies,weight_cosine,weight space,0.
|
| 149 |
-
TaskArithmetic,beh_entropy_gap,behaviour,-1.1658837098269716,-1.1153788686905652,0.050504841136406485,3,0.
|
| 150 |
-
TaskArithmetic,beh_js,behaviour,0.10027299387235877,0.08792485371622312,-0.012348140156135631,3,-0.
|
| 151 |
-
TaskArithmetic,beh_js_to_base,behaviour,0.11828941798400094,0.10487814272795715,-0.013411275256043792,4,-0.26965350173172015,-0.2697476036302775,0.0,,0.125,0.
|
| 152 |
-
TaskArithmetic,beh_kl_sym,behaviour,0.48475448634322343,0.41550433091337075,-0.06925015542985277,3,-0.
|
| 153 |
-
TaskArithmetic,beh_kl_to_base,behaviour,0.5235534670416927,0.44819312951924684,-0.07536033752244589,4,-0.3465736061663384,-0.36810429810840517,0.0,,0.125,0.
|
| 154 |
-
TaskArithmetic,beh_logit_cosine,behaviour,0.9114477926244339,0.9369991986701885,0.025551406045754788,3,0.
|
| 155 |
-
TaskArithmetic,beh_logit_kl,behaviour,0.4462915273557437,0.37927640210619656,-0.06701512524954711,3,-0.
|
| 156 |
-
TaskArithmetic,beh_logit_l2,behaviour,234.31871541341147,201.26174926757812,-33.05696614583334,3,-0.
|
| 157 |
-
TaskArithmetic,beh_rank_corr,behaviour,0.9123151256959049,0.9361463793944926,0.023831253698587778,3,0.
|
| 158 |
-
TaskArithmetic,beh_topk_overlap,behaviour,0.7291666666666666,0.7510416666666666,0.021875000000000016,3,0.
|
| 159 |
-
TaskArithmetic,grad_cosine,gradient,0.353369765176937,0.4113086751014019,0.057938909924464814,3,0.
|
| 160 |
-
TaskArithmetic,grad_cosine_layer_late_minus_early,gradient,0.17867784077922502,0.22580450835327306,0.04712666757404808,3,0.
|
| 161 |
-
TaskArithmetic,grad_cosine_layer_mean,gradient,0.35707708271220334,0.4048742894548923,0.047797206742688995,3,0.
|
| 162 |
-
TaskArithmetic,grad_cosine_layer_min,gradient,0.0018820290764173058,-0.024017361303170493,-0.0258993903795878,3,-0.
|
| 163 |
-
TaskArithmetic,grad_l2,gradient,2600.495110876104,2496.784863925585,-103.71024695051847,3,-0.
|
| 164 |
-
TaskArithmetic,grad_norm_a,gradient,1841.192393418238,1746.434166487046,-94.75822693119198,3,-0.
|
| 165 |
TaskArithmetic,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 166 |
-
TaskArithmetic,grad_norm_ratio,gradient,0.691720908342829,0.6561210182715306,-0.035599890071298344,3,-0.
|
| 167 |
-
TaskArithmetic,act_deviation_from_base,other,0.33116828347556293,0.28389220156241207,-0.04727608191315084,4,-0.5733366422745889,-0.622649238772316,0.0,,0.125,0.
|
| 168 |
-
TaskArithmetic,cka_to_base,other,0.9664460539817811,0.9768369819968938,0.01039092801511285,4,0.695905706786084,0.7575500526611205,4.0,,0.125,0.
|
| 169 |
-
TaskArithmetic,qmd_raw_from_base,other,0.05946221190041548,0.05463345322278232,-0.004828758677633161,4,-0.23729217943054587,-0.2824773273777593,0.0,,0.125,0.
|
| 170 |
-
TaskArithmetic,geo_cka_late_minus_early,representation,-0.0768634149479011,-0.062493934680242225,0.01436948026765887,3,0.
|
| 171 |
-
TaskArithmetic,geo_cka_mean,representation,0.9859816000049925,0.9900628772872556,0.004081277282263225,3,0.
|
| 172 |
-
TaskArithmetic,geo_cka_peak_depth,representation,0.1794871794871795,0.19658119658119655,0.01709401709401707,3,0.
|
| 173 |
-
TaskArithmetic,geo_procrustes_late_minus_early,representation,0.011502334710773133,0.009043524103574667,-0.002458810607198467,3,-0.
|
| 174 |
-
TaskArithmetic,geo_procrustes_mean,representation,0.006743455495001,0.004406940602342267,-0.002336514892658733,3,-0.
|
| 175 |
-
TaskArithmetic,geo_procrustes_peak_depth,representation,0.8974358974358975,1.0,0.10256410256410257,3,
|
| 176 |
-
TaskArithmetic,geo_rowwise_cosine_late_minus_early,representation,-0.2382722695668538,-0.16221350431442258,0.07605876525243123,3,0.
|
| 177 |
-
TaskArithmetic,geo_rowwise_cosine_mean,representation,0.9826986367503802,0.9877927621205648,0.005094125370184684,3,0.
|
| 178 |
TaskArithmetic,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 179 |
-
TaskArithmetic,geo_subspace_overlap_late_minus_early,representation,-0.22480339670187197,-0.1879046894858861,0.036898707215985864,3,0.
|
| 180 |
-
TaskArithmetic,geo_subspace_overlap_mean,representation,0.7361886924685654,0.7707395630611655,0.03455087059260006,3,0.
|
| 181 |
TaskArithmetic,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 182 |
-
TaskArithmetic,geo_svcca_late_minus_early,representation,0.0175443957724986,0.014216844675135233,-0.003327551097363367,3,-0.
|
| 183 |
-
TaskArithmetic,geo_svcca_mean,representation,0.9859943239990688,0.9886051992706468,0.002610875271577958,3,0.
|
| 184 |
-
TaskArithmetic,geo_svcca_peak_depth,representation,0.6324786324786326,0.5982905982905983,-0.03418803418803418,3,-0.
|
| 185 |
TaskArithmetic,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 186 |
TaskArithmetic,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 187 |
TaskArithmetic,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 188 |
TaskArithmetic,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 189 |
TaskArithmetic,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 190 |
TaskArithmetic,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 191 |
-
TaskArithmetic,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5897435897435898,0.0512820512820513,3,1.
|
| 192 |
TaskArithmetic,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 193 |
TaskArithmetic,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 194 |
TaskArithmetic,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 195 |
-
TaskArithmetic,spectral_overcounting,weight space,-1.0000142057736714,-1.0000142256418865,-1.9868214925130207e-08,3,-0.
|
| 196 |
-
TaskArithmetic,subspace_overlap,weight space,0.998219887415568,0.9989109436670939,0.0006910562515258789,3,1.
|
| 197 |
TaskArithmetic,weight_cosine,weight space,0.9984636108080546,0.9984636108080546,0.0,3,0.0,0.0,0.0,,,
|
| 198 |
-
Ties,beh_entropy_gap,behaviour,-0.5561100728313887,-0.5040561748859319,0.05205389794545671,3,0.
|
| 199 |
-
Ties,beh_js,behaviour,0.04285265309416467,0.035303192760372464,-0.0075494603337922005,3,-0.
|
| 200 |
-
Ties,beh_js_to_base,behaviour,0.03939894525579118,0.0323278167254594,-0.007071128530331775,4,-0.14217548540283342,-0.1457327405770567,0.0,,0.125,0.
|
| 201 |
-
Ties,beh_kl_sym,behaviour,0.18661376397680854,0.15171793276264864,-0.0348958312141599,3,-0.
|
| 202 |
-
Ties,beh_kl_to_base,behaviour,0.16903157256444928,0.13728174127403456,-0.03174983129041474,4,-0.14601385672157424,-0.14725237517741374,0.0,,0.125,0.
|
| 203 |
-
Ties,beh_logit_cosine,behaviour,0.9695250249157349,0.9781469305356344,0.008621905619899358,3,0.
|
| 204 |
-
Ties,beh_logit_kl,behaviour,0.18502734651890862,0.15078100956065843,-0.03424633695825017,3,-0.
|
| 205 |
-
Ties,beh_logit_l2,behaviour,160.32354736328125,139.3198038736979,-21.003743489583343,3,-0.
|
| 206 |
-
Ties,beh_rank_corr,behaviour,0.9657206828181212,0.9740947679494433,0.008374085131322132,3,0.
|
| 207 |
-
Ties,beh_topk_overlap,behaviour,0.8083333333333332,0.8229166666666666,0.014583333333333282,3,0.
|
| 208 |
-
Ties,grad_cosine,gradient,0.46979686978068197,0.5325026666582778,0.06270579687759582,3,0.
|
| 209 |
-
Ties,grad_cosine_layer_late_minus_early,gradient,0.3250532485544681,0.3309347828229268,0.005881534268458721,3,0.
|
| 210 |
-
Ties,grad_cosine_layer_mean,gradient,0.4810138054502507,0.5481639372340092,0.0671501317837586,3,0.
|
| 211 |
-
Ties,grad_cosine_layer_min,gradient,-0.020382449030876132,0.018208054825663567,0.0385905038565397,3,0.
|
| 212 |
-
Ties,grad_l2,gradient,2365.1559311683773,2296.008244291482,-69.14768687689518,3,-0.
|
| 213 |
-
Ties,grad_norm_a,gradient,1528.5726613298314,1691.1207415391507,162.54808020931955,3,0.
|
| 214 |
Ties,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 215 |
-
Ties,grad_norm_ratio,gradient,0.5742722344187438,0.6353402173702857,0.06106798295154183,3,0.
|
| 216 |
-
Ties,act_deviation_from_base,other,0.22816263106651602,0.1956928054336458,-0.0324698256328702,4,-0.3937750348641458,-0.40788409954781824,0.0,,0.125,0.
|
| 217 |
-
Ties,cka_to_base,other,0.9887393102049828,0.9927884653210641,0.0040491551160812544,4,0.27118176055542725,0.2504462520129581,4.0,,0.125,0.
|
| 218 |
-
Ties,qmd_raw_from_base,other,0.04966904322950514,0.0457828706928355,-0.0038861725366696395,4,-0.19097213433773666,-0.21927098435309408,0.0,,0.125,0.
|
| 219 |
-
Ties,geo_cka_late_minus_early,representation,-0.04481075680862753,-0.032290302969732475,0.012520453838895065,3,0.
|
| 220 |
-
Ties,geo_cka_mean,representation,0.9926429332403867,0.9951746923980699,0.002531759157683111,3,0.
|
| 221 |
-
Ties,geo_cka_peak_depth,representation,0.1452991452991453,0.14529914529914525,-2.7755575615628914e-17,3,-8.
|
| 222 |
-
Ties,geo_procrustes_late_minus_early,representation,0.005369072050713501,0.003423898550023733,-0.001945173500689767,3,-0.
|
| 223 |
-
Ties,geo_procrustes_mean,representation,0.002850789688736633,0.0018073360439489336,-0.0010434536447876998,3,-0.
|
| 224 |
Ties,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,3,0.0,0.0,0.0,,,
|
| 225 |
-
Ties,geo_rowwise_cosine_late_minus_early,representation,-0.08370047807693477,-0.0576141476631164,0.02608633041381837,3,0.
|
| 226 |
-
Ties,geo_rowwise_cosine_mean,representation,0.9924852669239045,0.9946321467558543,0.002146879831949944,3,0.
|
| 227 |
Ties,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 228 |
-
Ties,geo_subspace_overlap_late_minus_early,representation,-0.14291387452982857,-0.10823257036259316,0.0346813041672354,3,0.
|
| 229 |
-
Ties,geo_subspace_overlap_mean,representation,0.8320244241322247,0.8569643312460382,0.024939907113813515,3,0.
|
| 230 |
Ties,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 231 |
-
Ties,geo_svcca_late_minus_early,representation,0.005870756960197333,0.008952131176372167,0.0030813742161748332,3,0.
|
| 232 |
-
Ties,geo_svcca_mean,representation,0.9913281094730486,0.9921272822932882,0.0007991728202395206,3,0.
|
| 233 |
-
Ties,geo_svcca_peak_depth,representation,0.5897435897435898,0.5641025641025641,-0.02564102564102566,3,-0.
|
| 234 |
Ties,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 235 |
Ties,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 236 |
Ties,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
@@ -242,43 +242,43 @@ Ties,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,
|
|
| 242 |
Ties,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 243 |
Ties,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 244 |
Ties,spectral_overcounting,weight space,-1.0000136693318684,-1.0000136693318684,0.0,3,0.0,0.0,0.0,,,
|
| 245 |
-
Ties,subspace_overlap,weight space,0.9982004563013712,0.9985392888387045,0.00033883253733320756,3,0.
|
| 246 |
Ties,weight_cosine,weight space,0.9986462990442911,0.9986462990442911,0.0,3,0.0,0.0,0.0,,,
|
| 247 |
-
WIDEN,beh_entropy_gap,behaviour,-0.6900099566118143,-0.5959102303200479,0.09409972629176644,2,0.
|
| 248 |
-
WIDEN,beh_js,behaviour,0.03644251621426175,0.02922094261281625,-0.007221573601445498,2,-0.
|
| 249 |
-
WIDEN,beh_js_to_base,behaviour,0.06454875700467955,0.04986886702949225,-0.0146798899751873,4,-0.2951608748065728,-0.2842973453844067,0.0,,0.125,0.
|
| 250 |
-
WIDEN,beh_kl_sym,behaviour,0.15693248305152205,0.1243635703429922,-0.032568912708529844,2,-0.
|
| 251 |
-
WIDEN,beh_kl_to_base,behaviour,0.26347221393267195,0.20299289060126002,-0.06047932333141193,4,-0.2781375173541965,-0.2638438268525618,0.0,,0.125,0.
|
| 252 |
-
WIDEN,beh_logit_cosine,behaviour,0.9755127225071192,0.9827073207125068,0.007194598205387592,2,0.
|
| 253 |
-
WIDEN,beh_logit_kl,behaviour,0.15065602288909555,0.120578790855116,-0.030077232033979558,2,-0.
|
| 254 |
-
WIDEN,beh_logit_l2,behaviour,136.06600189208984,116.46625137329102,-19.59975051879882,2,-0.
|
| 255 |
-
WIDEN,beh_rank_corr,behaviour,0.9752803517396382,0.9810847641465004,0.005804412406862136,2,0.
|
| 256 |
-
WIDEN,beh_topk_overlap,behaviour,0.8515625,0.865625,0.014062499999999922,2,0.
|
| 257 |
-
WIDEN,grad_cosine,gradient,0.580945675268925,0.6194783236243231,0.03853264835539805,2,0.
|
| 258 |
-
WIDEN,grad_cosine_layer_late_minus_early,gradient,0.1814996749162674,0.0924611836671829,-0.08903849124908451,2,-0.
|
| 259 |
-
WIDEN,grad_cosine_layer_mean,gradient,0.6187219763407483,0.666092138364911,0.047370162024162665,2,0.
|
| 260 |
-
WIDEN,grad_cosine_layer_min,gradient,0.2019164497032761,0.292668804526329,0.09075235482305288,2,0.
|
| 261 |
-
WIDEN,grad_l2,gradient,2356.0412609929917,2319.8474001337104,-36.193860859281585,2,-0.
|
| 262 |
-
WIDEN,grad_norm_a,gradient,2282.503317038218,2569.8785110661206,287.37519402790247,2,0.
|
| 263 |
WIDEN,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 264 |
-
WIDEN,grad_norm_ratio,gradient,0.7557501841153984,0.8337459424316518,0.07799575831625338,2,0.
|
| 265 |
-
WIDEN,act_deviation_from_base,other,0.2206258162623271,0.19209393165074284,-0.028531884611584242,4,-0.34601799174100545,-0.36201251102250254,0.0,,0.125,0.
|
| 266 |
-
WIDEN,cka_to_base,other,0.9883073382079601,0.9916795652359724,0.0033722270280122646,4,0.2258462410632458,0.2548471367259819,4.0,,0.125,0.
|
| 267 |
-
WIDEN,qmd_raw_from_base,other,0.04371327933767065,0.04032024962115212,-0.0033930297165185334,4,-0.16673838351763168,-0.1959796370650349,0.0,,0.125,0.
|
| 268 |
-
WIDEN,geo_cka_late_minus_early,representation,-0.027702496696311002,-0.02087890284709505,0.006823593849215949,2,0.
|
| 269 |
-
WIDEN,geo_cka_mean,representation,0.9961029822304484,0.9972532979615346,0.0011503157310863155,2,0.
|
| 270 |
-
WIDEN,geo_cka_peak_depth,representation,0.1794871794871795,0.2051282051282051,0.025641025641025605,2,0.
|
| 271 |
-
WIDEN,geo_procrustes_late_minus_early,representation,0.00343256035510845,0.0023166348593125496,-0.0011159254957958998,2,-0.
|
| 272 |
-
WIDEN,geo_procrustes_mean,representation,0.0014719504699317,0.0010441754567463001,-0.00042777501318539996,2,-0.
|
| 273 |
WIDEN,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,2,0.0,0.0,0.0,,,
|
| 274 |
-
WIDEN,geo_rowwise_cosine_late_minus_early,representation,-0.046277791261672946,-0.033941775560378945,0.012336015701294,2,0.
|
| 275 |
-
WIDEN,geo_rowwise_cosine_mean,representation,0.9954872488975525,0.9966035291552543,0.0011162802577018294,2,0.
|
| 276 |
WIDEN,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 277 |
-
WIDEN,geo_subspace_overlap_late_minus_early,representation,-0.08677367499891214,-0.06756991469884524,0.019203760300066902,2,0.
|
| 278 |
-
WIDEN,geo_subspace_overlap_mean,representation,0.8739626805029244,0.8915666837894165,0.017604003286492254,2,0.
|
| 279 |
-
WIDEN,geo_subspace_overlap_peak_depth,representation,0.0,0.2692307692307692,0.2692307692307692,2,2.
|
| 280 |
-
WIDEN,geo_svcca_late_minus_early,representation,0.0047783504587481495,0.0046290459202583505,-0.0001493045384897999,2,-0.
|
| 281 |
-
WIDEN,geo_svcca_mean,representation,0.9929346107997926,0.9942236427553586,0.0012890319555659557,2,0.
|
| 282 |
WIDEN,geo_svcca_peak_depth,representation,0.5641025641025641,0.5641025641025641,0.0,2,0.0,0.0,0.0,,,
|
| 283 |
WIDEN,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 284 |
WIDEN,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
@@ -286,10 +286,10 @@ WIDEN,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
| 286 |
WIDEN,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 287 |
WIDEN,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 288 |
WIDEN,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 289 |
-
WIDEN,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5769230769230769,0.03846153846153849,2,0.
|
| 290 |
WIDEN,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 291 |
WIDEN,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 292 |
WIDEN,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 293 |
-
WIDEN,spectral_overcounting,weight space,-1.0000055432319641,-1.0000054836273193,5.960464466436832e-08,2,0.
|
| 294 |
-
WIDEN,subspace_overlap,weight space,0.9989410042762756,0.9988139271736144,-0.00012707710266118832,2,-0.
|
| 295 |
-
WIDEN,weight_cosine,weight space,0.9992643594741821,0.9992643892765045,2.9802322387695312e-08,2,2.
|
|
|
|
| 1 |
operator,metric,family,mean_without,mean_with,mean_diff_raw,n_pairs,mean_diff,median_diff,n_positive,p_wilcoxon,p_sign,q_bh
|
| 2 |
+
ALL,beh_entropy_gap,behaviour,-0.9482014445570668,-0.8952423331769187,0.05295911138014812,14,0.11689171992981942,0.16711946426755592,11.0,0.0107421875,0.057373046875,0.0932421875
|
| 3 |
+
ALL,beh_js,behaviour,0.07731790600904212,0.06692989945710971,-0.010388006551932408,14,-0.23758473874699457,-0.23631455617078378,0.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 4 |
+
ALL,beh_js_to_base,behaviour,0.08960160711301804,0.07769059418763206,-0.011911012925385985,20,-0.23948851121034828,-0.2244874656853442,0.0,1.9073486328125e-06,1.9073486328125e-06,8.27789306640625e-05
|
| 5 |
+
ALL,beh_kl_sym,behaviour,0.3647380507067003,0.3094585757266621,-0.05527947498003829,14,-0.24290775266655437,-0.2195807505683956,0.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 6 |
+
ALL,beh_kl_to_base,behaviour,0.3913996514478821,0.3301468381705516,-0.061252813277330495,20,-0.28169470948872694,-0.28835425938371406,0.0,1.9073486328125e-06,1.9073486328125e-06,8.27789306640625e-05
|
| 7 |
+
ALL,beh_logit_cosine,behaviour,0.9332714501236167,0.9529798661491701,0.019708416025553437,14,0.38608567347718864,0.22870850436962925,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 8 |
+
ALL,beh_logit_kl,behaviour,0.341034960243418,0.2874098339659869,-0.053625126277431,14,-0.278200101984641,-0.2126501051422668,0.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 9 |
+
ALL,beh_logit_l2,behaviour,204.41979326520647,175.41233226231165,-29.00746100289481,14,-0.4163278128025941,-0.385420122815239,0.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 10 |
+
ALL,beh_rank_corr,behaviour,0.9329806268459961,0.951161195871319,0.01818056902532278,14,0.3814374558251085,0.21942383366392507,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 11 |
+
ALL,beh_topk_overlap,behaviour,0.7665178571428573,0.7854910714285716,0.01897321428571427,14,0.31690828790999437,0.31317995511105334,14.0,0.0009674284502477448,0.0001220703125,0.009542362441080029
|
| 12 |
+
ALL,grad_cosine,gradient,0.40937968089724464,0.46663049232361026,0.057250811426365664,14,0.3705298360996943,0.4279505974010238,12.0,0.001220703125,0.012939453125,0.011517068614130434
|
| 13 |
+
ALL,grad_cosine_layer_late_minus_early,gradient,0.2221338443591126,0.20717425644397736,-0.014959587915135259,14,-0.09420051312207003,0.0569011795075938,9.0,0.5830078125,0.4239501953125,0.7530517578125
|
| 14 |
+
ALL,grad_cosine_layer_mean,gradient,0.42017788399576345,0.4750230286170596,0.054845144621296096,14,0.3931079634546619,0.433376634675842,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 15 |
+
ALL,grad_cosine_layer_min,gradient,0.020658088182764395,0.04155282529869252,0.020894737115928114,14,0.122985748136677,0.09629723719252165,8.0,0.267578125,0.79052734375,0.44664963942307695
|
| 16 |
+
ALL,grad_l2,gradient,2506.2674161472237,2442.0809743175123,-64.18644182971096,14,-0.34076902679785137,-0.6692318592964874,4.0,0.090576171875,0.1795654296875,0.42054263565891475
|
| 17 |
+
ALL,grad_norm_a,gradient,1795.328163263304,1877.963938554304,82.63577529099938,14,0.14230699517971798,0.12746216447955763,8.0,0.5015869140625,0.79052734375,0.655688917780497
|
| 18 |
ALL,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 19 |
+
ALL,grad_norm_ratio,gradient,0.6599518603912582,0.6714418345739143,0.011489974182655956,14,0.06524831075382836,0.04135612763510424,7.0,0.8077392578125,1.0,1.0
|
| 20 |
+
ALL,act_deviation_from_base,other,0.2909211340174079,0.24877564283087844,-0.0421454911865294,20,-0.5111158417968739,-0.48141035398846777,0.0,1.9073486328125e-06,1.9073486328125e-06,8.27789306640625e-05
|
| 21 |
+
ALL,cka_to_base,other,0.9741214978694913,0.9828484863042831,0.008726988434791572,20,0.5844676284923385,0.3942216092375521,20.0,1.9073486328125e-06,1.9073486328125e-06,8.27789306640625e-05
|
| 22 |
+
ALL,qmd_raw_from_base,other,0.05631466960422178,0.0517850840132395,-0.0045295855909822675,20,-0.22259038161919803,-0.23759881154028703,0.0,1.9073486328125e-06,1.9073486328125e-06,8.27789306640625e-05
|
| 23 |
+
ALL,geo_cka_late_minus_early,representation,-0.06234355061134649,-0.04992704126575378,0.012416509345592713,14,0.5877312511145194,0.6781697324960427,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 24 |
+
ALL,geo_cka_mean,representation,0.9888172379013787,0.9922091583138047,0.0033919204124260465,14,0.5562161867982919,0.5456392456893859,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 25 |
+
ALL,geo_cka_peak_depth,representation,0.17765567765567764,0.17399267399267399,-0.0036630036630036756,14,-0.1126408892223962,0.0,3.0,0.578125,0.7265625,0.7512163173652695
|
| 26 |
+
ALL,geo_procrustes_late_minus_early,representation,0.008848895816051342,0.006747649789466871,-0.0021012460265844714,14,-0.44698897081765754,-0.39045560033452564,0.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 27 |
+
ALL,geo_procrustes_mean,representation,0.005196392702680443,0.0033560479693798572,-0.0018403447333005857,14,-0.5289265907733292,-0.3968418913772446,0.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 28 |
+
ALL,geo_procrustes_peak_depth,representation,0.9304029304029304,1.0,0.0695970695970696,14,0.6782350858352403,0.0,3.0,,0.25,0.42054263565891475
|
| 29 |
+
ALL,geo_rowwise_cosine_late_minus_early,representation,-0.17816777314458573,-0.12108130965914042,0.05708646348544529,14,0.4182755378791335,0.2501346005140091,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 30 |
+
ALL,geo_rowwise_cosine_mean,representation,0.9865940576153142,0.9905679692115102,0.003973911596196057,14,0.4773173210868837,0.3098189158030349,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 31 |
ALL,geo_rowwise_cosine_peak_depth,representation,0.07692307692307689,0.07692307692307689,0.0,0,,,,,,
|
| 32 |
+
ALL,geo_subspace_overlap_late_minus_early,representation,-0.18752422670249794,-0.151861702673093,0.03566252402940493,14,0.5213282335078676,0.44928572685740764,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 33 |
+
ALL,geo_subspace_overlap_mean,representation,0.7761330045589265,0.8065338239279637,0.030400819369037022,14,0.42388155395350174,0.3754202085332493,14.0,0.0001220703125,0.0001220703125,0.001324462890625
|
| 34 |
+
ALL,geo_subspace_overlap_peak_depth,representation,0.0,0.03846153846153846,0.03846153846153846,14,0.37796447300922725,0.0,1.0,,1.0,1.0
|
| 35 |
+
ALL,geo_svcca_late_minus_early,representation,0.009281894791124566,0.012872132793959393,0.0035902380028348282,14,0.34676834321590294,-0.016671816709927338,5.0,0.9515380859375,0.4239501953125,1.0
|
| 36 |
+
ALL,geo_svcca_mean,representation,0.9881930990349214,0.9899708556281992,0.0017777565932779777,14,0.443462315856012,0.2568186601331881,12.0,0.0006103515625,0.012939453125,0.006306966145833333
|
| 37 |
+
ALL,geo_svcca_peak_depth,representation,0.6117216117216117,0.586080586080586,-0.025641025641025637,14,-0.5793976169946168,-0.5793976169946173,0.0,0.0078125,0.0078125,0.07063802083333333
|
| 38 |
+
ALL,ret_gain_over_identity,retrieval,-0.8461538461538464,-0.8461538461538464,0.0,0,,,,,,
|
| 39 |
ALL,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 40 |
ALL,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 41 |
ALL,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 42 |
ALL,ret_procrustes_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 43 |
+
ALL,ret_procrustes_p_at_10,retrieval,0.8461538461538464,0.8461538461538464,0.0,0,,,,,,
|
| 44 |
+
ALL,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5714285714285713,0.03296703296703298,14,0.754378320906602,0.8801080410577018,7.0,0.15234375,0.1796875,0.42054263565891475
|
| 45 |
ALL,ret_ridge_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 46 |
+
ALL,ret_ridge_p_at_10,retrieval,0.8461538461538464,0.8461538461538464,0.0,0,,,,,,
|
| 47 |
ALL,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 48 |
+
ALL,spectral_overcounting,weight space,-1.0000122274671281,-1.0000121934073312,3.40597969986486e-08,14,0.0030280591156887316,0.0,4.0,0.15625,0.6875,0.42054263565891475
|
| 49 |
+
ALL,subspace_overlap,weight space,0.9984758836882455,0.9985851773193904,0.00010929363114488475,14,0.21778831461603934,0.3215200633914633,8.0,0.42626953125,0.79052734375,0.655688917780497
|
| 50 |
+
ALL,weight_cosine,weight space,0.9985165042536599,0.9985165170260838,1.2772423880440848e-08,14,1.2255359799445773e-05,0.0,2.0,,0.5,0.655688917780497
|
| 51 |
+
DARETaskArithmetic,beh_entropy_gap,behaviour,-1.1544607183630056,-1.108318539081259,0.04614217928174639,3,0.10184533986677197,0.21522102217801597,2.0,,1.0,1.0
|
| 52 |
+
DARETaskArithmetic,beh_js,behaviour,0.09781744645037543,0.08642183503289176,-0.011395611417483673,3,-0.26062973179213905,-0.24100237473927166,0.0,,0.25,0.42054263565891475
|
| 53 |
+
DARETaskArithmetic,beh_js_to_base,behaviour,0.11460933478285257,0.10311451916199893,-0.011494815620853626,4,-0.23112024954724675,-0.2244874656853442,0.0,,0.125,0.42054263565891475
|
| 54 |
+
DARETaskArithmetic,beh_kl_sym,behaviour,0.4694621339938711,0.4063508375298454,-0.0631112964640257,3,-0.2773221561435772,-0.28505551434279036,0.0,,0.25,0.42054263565891475
|
| 55 |
+
DARETaskArithmetic,beh_kl_to_base,behaviour,0.5022509778870359,0.43859794381926387,-0.06365303406777195,4,-0.2927330514373807,-0.31725919001983816,0.0,,0.125,0.42054263565891475
|
| 56 |
+
DARETaskArithmetic,beh_logit_cosine,behaviour,0.9102410903821389,0.9370525026073059,0.026811412225166958,3,0.5252325774129496,0.34003543664408903,3.0,,0.25,0.42054263565891475
|
| 57 |
+
DARETaskArithmetic,beh_logit_kl,behaviour,0.4314265049318151,0.37087228386796545,-0.06055422106384961,3,-0.3141473343747341,-0.33733201190511664,0.0,,0.25,0.42054263565891475
|
| 58 |
+
DARETaskArithmetic,beh_logit_l2,behaviour,235.7764638264974,201.21412658691406,-34.562337239583336,3,-0.4960538348001364,-0.4386475100595969,0.0,,0.25,0.42054263565891475
|
| 59 |
+
DARETaskArithmetic,beh_rank_corr,behaviour,0.911004988245336,0.936008361597715,0.025003373352378937,3,0.5245833122875764,0.3384524721224086,3.0,,0.25,0.42054263565891475
|
| 60 |
+
DARETaskArithmetic,beh_topk_overlap,behaviour,0.7385416666666668,0.7593749999999999,0.020833333333333297,3,0.34797772790116993,0.41757327348140316,3.0,,0.25,0.42054263565891475
|
| 61 |
+
DARETaskArithmetic,grad_cosine,gradient,0.35313639173555966,0.4178973392968341,0.06476094756127439,3,0.41913577620472126,0.46948996140611937,3.0,,0.25,0.42054263565891475
|
| 62 |
+
DARETaskArithmetic,grad_cosine_layer_late_minus_early,gradient,0.20536658788720763,0.11839366642137371,-0.08697292146583392,3,-0.5476684168230298,-0.04864685469618932,1.0,,1.0,1.0
|
| 63 |
+
DARETaskArithmetic,grad_cosine_layer_mean,gradient,0.355679141326497,0.414682713539029,0.059003572212532135,3,0.42291390184450667,0.4241493341755991,3.0,,0.25,0.42054263565891475
|
| 64 |
+
DARETaskArithmetic,grad_cosine_layer_min,gradient,-0.008530360956986768,0.01991549630959831,0.02844585726658508,3,0.1674313975768199,0.061518832431027216,2.0,,1.0,1.0
|
| 65 |
+
DARETaskArithmetic,grad_l2,gradient,2568.6547932832323,2549.9790310245553,-18.675762258676514,3,-0.09915055497984282,-0.8252867173245059,1.0,,1.0,1.0
|
| 66 |
+
DARETaskArithmetic,grad_norm_a,gradient,1714.4261687082333,1874.2216921488618,159.79552344062873,3,0.2751837288865237,-0.04312094628197376,1.0,,1.0,1.0
|
| 67 |
DARETaskArithmetic,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 68 |
+
DARETaskArithmetic,grad_norm_ratio,gradient,0.6440958755558956,0.6328493981028405,-0.011246477453055218,3,-0.06386556175648837,-0.05342100953637214,1.0,,1.0,1.0
|
| 69 |
+
DARETaskArithmetic,act_deviation_from_base,other,0.3368888414464891,0.2870386422378942,-0.049850199208594875,4,-0.6045540297413006,-0.6458657290521284,0.0,,0.125,0.42054263565891475
|
| 70 |
+
DARETaskArithmetic,cka_to_base,other,0.9630701072514057,0.9755296085029841,0.012459501251578353,4,0.8344430845898384,0.8572535910386834,4.0,,0.125,0.42054263565891475
|
| 71 |
+
DARETaskArithmetic,qmd_raw_from_base,other,0.06632904456130037,0.06089247289720014,-0.005436571664100237,4,-0.2671609879326216,-0.31748988518449245,0.0,,0.125,0.42054263565891475
|
| 72 |
+
DARETaskArithmetic,geo_cka_late_minus_early,representation,-0.07620371132606446,-0.06340427455608212,0.012799436769982332,3,0.6058569906406975,0.7298376566570408,3.0,,0.25,0.42054263565891475
|
| 73 |
+
DARETaskArithmetic,geo_cka_mean,representation,0.9859898936275924,0.9903754182927574,0.00438552466516499,3,0.7191500712787168,0.7445914856384142,3.0,,0.25,0.42054263565891475
|
| 74 |
+
DARETaskArithmetic,geo_cka_peak_depth,representation,0.18803418803418803,0.1623931623931624,-0.025641025641025633,3,-0.78848622455677,-0.7884862245567692,0.0,,0.5,0.655688917780497
|
| 75 |
+
DARETaskArithmetic,geo_procrustes_late_minus_early,representation,0.011126208704278698,0.009013051123246067,-0.002113157581032633,3,-0.449522864229595,-0.39630366484664514,0.0,,0.25,0.42054263565891475
|
| 76 |
+
DARETaskArithmetic,geo_procrustes_mean,representation,0.006732064257676668,0.004199763052558933,-0.002532301205117734,3,-0.727799210114266,-0.6162210317518242,0.0,,0.25,0.42054263565891475
|
| 77 |
+
DARETaskArithmetic,geo_procrustes_peak_depth,representation,0.8803418803418803,1.0,0.11965811965811964,3,1.166088393190413,0.0,1.0,,1.0,1.0
|
| 78 |
+
DARETaskArithmetic,geo_rowwise_cosine_late_minus_early,representation,-0.24597209692001343,-0.16487048069636023,0.08110161622365318,3,0.5942358324134848,0.4963299290316696,3.0,,0.25,0.42054263565891475
|
| 79 |
+
DARETaskArithmetic,geo_rowwise_cosine_mean,representation,0.9823745260636011,0.9878241077065467,0.005449581642945585,3,0.6545640605958546,0.5008761839686163,3.0,,0.25,0.42054263565891475
|
| 80 |
DARETaskArithmetic,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 81 |
+
DARETaskArithmetic,geo_subspace_overlap_late_minus_early,representation,-0.22553400817770106,-0.18503544174455286,0.04049856643314819,3,0.592023326245382,0.4558213793332956,3.0,,0.25,0.42054263565891475
|
| 82 |
+
DARETaskArithmetic,geo_subspace_overlap_mean,representation,0.7353283465393736,0.7710085197600551,0.035680173220681476,3,0.4974920934373373,0.42357066848055713,3.0,,0.25,0.42054263565891475
|
| 83 |
DARETaskArithmetic,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 84 |
+
DARETaskArithmetic,geo_svcca_late_minus_early,representation,0.008445423695510467,0.013254066567883032,0.004808642872372567,3,0.46444974418212953,-0.0554775400659827,1.0,,1.0,1.0
|
| 85 |
+
DARETaskArithmetic,geo_svcca_mean,representation,0.9857186997506258,0.9881448711964821,0.002426171445856218,3,0.6052097413736846,0.3862369610575117,3.0,,0.25,0.42054263565891475
|
| 86 |
+
DARETaskArithmetic,geo_svcca_peak_depth,representation,0.6239316239316239,0.5982905982905983,-0.025641025641025623,3,-0.5793976169946166,-0.5793976169946173,0.0,,0.5,0.655688917780497
|
| 87 |
DARETaskArithmetic,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 88 |
DARETaskArithmetic,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 89 |
DARETaskArithmetic,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 90 |
DARETaskArithmetic,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 91 |
DARETaskArithmetic,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 92 |
DARETaskArithmetic,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 93 |
+
DARETaskArithmetic,ret_procrustes_p_at_5,retrieval,0.5128205128205128,0.564102564102564,0.0512820512820513,3,1.1734773880769362,1.7602160821154036,2.0,,0.5,0.655688917780497
|
| 94 |
DARETaskArithmetic,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 95 |
DARETaskArithmetic,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 96 |
DARETaskArithmetic,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 97 |
+
DARETaskArithmetic,spectral_overcounting,weight space,-1.0000107288360596,-1.00001060962677,1.1920928955078125e-07,3,0.010598206909845734,0.010598206909845736,2.0,,0.5,0.655688917780497
|
| 98 |
+
DARETaskArithmetic,subspace_overlap,weight space,0.9985449910163879,0.998623788356781,7.879734039291837e-05,3,0.15701866413103652,0.5904234337341577,2.0,,1.0,1.0
|
| 99 |
+
DARETaskArithmetic,weight_cosine,weight space,0.998074452082316,0.998074491818746,3.9736429850260414e-08,3,3.812778604272019e-05,0.0,1.0,,1.0,1.0
|
| 100 |
+
DARETies,beh_entropy_gap,behaviour,-1.0884789358370692,-1.052770485287832,0.035708450549237325,3,0.07881594105247584,0.17489071637280953,2.0,,1.0,1.0
|
| 101 |
+
DARETies,beh_js,behaviour,0.09557879048245654,0.0832090208818138,-0.01236976960064274,3,-0.28290976370076737,-0.282235098903859,0.0,,0.25,0.42054263565891475
|
| 102 |
+
DARETies,beh_js_to_base,behaviour,0.11116158053776601,0.09826362529325261,-0.012897955244513424,4,-0.25933244456336824,-0.26965584053147773,0.0,,0.125,0.42054263565891475
|
| 103 |
+
DARETies,beh_kl_sym,behaviour,0.45665886361635066,0.3876578719565636,-0.06900099165978706,3,-0.3032025145299404,-0.2655101761098049,0.0,,0.25,0.42054263565891475
|
| 104 |
+
DARETies,beh_kl_to_base,behaviour,0.4986900258135608,0.4236684856389529,-0.07502154017460796,4,-0.345015515764145,-0.35956052892945745,0.0,,0.125,0.42054263565891475
|
| 105 |
+
DARETies,beh_logit_cosine,behaviour,0.9137110443164905,0.9399025297413269,0.026191485424836552,3,0.5130882804840744,0.3269818214009496,3.0,,0.25,0.42054263565891475
|
| 106 |
+
DARETies,beh_logit_kl,behaviour,0.4283137537367529,0.3599303357363748,-0.06838341800037807,3,-0.35476417833201795,-0.3187073490019659,0.0,,0.25,0.42054263565891475
|
| 107 |
+
DARETies,beh_logit_l2,behaviour,232.82964070638022,199.15103658040366,-33.67860412597656,3,-0.483370109249237,-0.4305830231902685,0.0,,0.25,0.42054263565891475
|
| 108 |
+
DARETies,beh_rank_corr,behaviour,0.9146818940288611,0.938446229026837,0.023764334997976033,3,0.4985876662263948,0.33033619322315894,3.0,,0.25,0.42054263565891475
|
| 109 |
+
DARETies,beh_topk_overlap,behaviour,0.7333333333333334,0.7552083333333334,0.02187500000000005,3,0.36537661429623,0.5219665918517559,3.0,,0.25,0.42054263565891475
|
| 110 |
+
DARETies,grad_cosine,gradient,0.34683836731467954,0.4029147340374523,0.056076366722772664,3,0.3629287769585472,0.38641123339592826,2.0,,1.0,1.0
|
| 111 |
+
DARETies,grad_cosine_layer_late_minus_early,gradient,0.20652714651077986,0.2300394500295321,0.02351230351875226,3,0.14805695642908956,0.18239199574912374,3.0,,0.25,0.42054263565891475
|
| 112 |
+
DARETies,grad_cosine_layer_mean,gradient,0.35457877826411277,0.40499176774173967,0.050412989477626964,3,0.3613400559347984,0.4219657687316356,3.0,,0.25,0.42054263565891475
|
| 113 |
+
DARETies,grad_cosine_layer_min,gradient,-0.011175774037837968,-0.015305541455745664,-0.004129767417907697,3,-0.02430767770390733,-0.0898339651112978,1.0,,1.0,1.0
|
| 114 |
+
DARETies,grad_l2,gradient,2590.914599364002,2507.040807484295,-83.87379187970662,3,-0.4452901519065535,-0.6650818866676168,1.0,,1.0,1.0
|
| 115 |
+
DARETies,grad_norm_a,gradient,1772.3379937469726,1738.8027723676114,-33.53522137936087,3,-0.05775097493038558,-0.2597938425036971,1.0,,1.0,1.0
|
| 116 |
DARETies,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 117 |
+
DARETies,grad_norm_ratio,gradient,0.6658528740981378,0.6532539659791751,-0.01259890811896273,3,-0.07154563265650345,-0.3218493686833217,1.0,,1.0,1.0
|
| 118 |
+
DARETies,act_deviation_from_base,other,0.33776009783614425,0.2851606332696974,-0.05259946456644687,4,-0.6378955103633283,-0.6735627974751665,0.0,,0.125,0.42054263565891475
|
| 119 |
+
DARETies,cka_to_base,other,0.9640446797013282,0.9774078104645014,0.013363130763173137,4,0.8949613494670974,0.8944943757651928,4.0,,0.125,0.42054263565891475
|
| 120 |
+
DARETies,qmd_raw_from_base,other,0.06239976899221724,0.057296373632227476,-0.005103395359989763,4,-0.25078822287745417,-0.2952427263264752,0.0,,0.125,0.42054263565891475
|
| 121 |
+
DARETies,geo_cka_late_minus_early,representation,-0.07459035530614988,-0.060885078469397426,0.01370527683675244,3,0.6487346224238548,0.8388273055964351,3.0,,0.25,0.42054263565891475
|
| 122 |
+
DARETies,geo_cka_mean,representation,0.9857973618464971,0.9898608855119831,0.004063523665486013,3,0.6663474856017207,0.7405429759154678,3.0,,0.25,0.42054263565891475
|
| 123 |
+
DARETies,geo_cka_peak_depth,representation,0.19658119658119655,0.17094017094017092,-0.025641025641025633,3,-0.78848622455677,-0.7884862245567718,0.0,,0.5,0.655688917780497
|
| 124 |
+
DARETies,geo_procrustes_late_minus_early,representation,0.011008858105735299,0.008464135334459234,-0.0025447227712760666,3,-0.5413278588789847,-0.5484087810895285,0.0,,0.25,0.42054263565891475
|
| 125 |
+
DARETies,geo_procrustes_mean,representation,0.0069422228578066335,0.004551400520425,-0.0023908223373816334,3,-0.6871372983408569,-0.622709081193662,0.0,,0.25,0.42054263565891475
|
| 126 |
+
DARETies,geo_procrustes_peak_depth,representation,0.8974358974358975,1.0,0.10256410256410257,3,0.9995043370203542,0.0,1.0,,1.0,1.0
|
| 127 |
+
DARETies,geo_rowwise_cosine_late_minus_early,representation,-0.2326529026031494,-0.15772012869517005,0.07493277390797932,3,0.5490363984296663,0.4473296653156764,3.0,,0.25,0.42054263565891475
|
| 128 |
+
DARETies,geo_rowwise_cosine_mean,representation,0.9828890065352122,0.9879991536339124,0.0051101470987001685,3,0.6137936550592397,0.4787685190885247,3.0,,0.25,0.42054263565891475
|
| 129 |
DARETies,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 130 |
+
DARETies,geo_subspace_overlap_late_minus_early,representation,-0.2240126618696473,-0.182468634415505,0.04154402745414227,3,0.6073062699547724,0.5783846332136565,3.0,,0.25,0.42054263565891475
|
| 131 |
+
DARETies,geo_subspace_overlap_mean,representation,0.7357707711328775,0.770734308403627,0.03496353727074956,3,0.48749996933079204,0.44498134272574363,3.0,,0.25,0.42054263565891475
|
| 132 |
+
DARETies,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 133 |
+
DARETies,geo_svcca_late_minus_early,representation,0.0082693656245428,0.020560880005581168,0.012291514381038366,3,1.1871937387330949,0.04743891535924114,2.0,,1.0,1.0
|
| 134 |
+
DARETies,geo_svcca_mean,representation,0.9865702550736947,0.9881708783342743,0.0016006232605795627,3,0.39927631298545485,0.2052726735468598,2.0,,1.0,1.0
|
| 135 |
+
DARETies,geo_svcca_peak_depth,representation,0.6324786324786326,0.5982905982905983,-0.03418803418803418,3,-0.7725301559928223,-1.1587952339892322,0.0,,0.5,0.655688917780497
|
| 136 |
DARETies,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 137 |
DARETies,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 138 |
DARETies,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 139 |
DARETies,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 140 |
DARETies,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 141 |
DARETies,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 142 |
+
DARETies,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5641025641025641,0.02564102564102566,3,0.5867386940384683,0.0,1.0,,1.0,1.0
|
| 143 |
DARETies,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 144 |
DARETies,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 145 |
DARETies,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 146 |
+
DARETies,spectral_overcounting,weight space,-1.0000147620836894,-1.0000147422154744,1.9868214925130207e-08,3,0.0017663678183076226,0.0,1.0,,1.0,1.0
|
| 147 |
+
DARETies,subspace_overlap,weight space,0.9986281196276346,0.9981141885121664,-0.0005139311154684171,3,-1.0241053416756776,-0.7447103056760522,1.0,,1.0,1.0
|
| 148 |
+
DARETies,weight_cosine,weight space,0.998383084932963,0.998383084932963,0.0,3,0.0,0.0,0.0,,,
|
| 149 |
+
TaskArithmetic,beh_entropy_gap,behaviour,-1.1658837098269716,-1.1153788686905652,0.050504841136406485,3,0.1114746375338509,0.21034379444317358,2.0,,1.0,1.0
|
| 150 |
+
TaskArithmetic,beh_js,behaviour,0.10027299387235877,0.08792485371622312,-0.012348140156135631,3,-0.2824150753409965,-0.294644016396764,0.0,,0.25,0.42054263565891475
|
| 151 |
+
TaskArithmetic,beh_js_to_base,behaviour,0.11828941798400094,0.10487814272795715,-0.013411275256043792,4,-0.26965350173172015,-0.2697476036302775,0.0,,0.125,0.42054263565891475
|
| 152 |
+
TaskArithmetic,beh_kl_sym,behaviour,0.48475448634322343,0.41550433091337075,-0.06925015542985277,3,-0.3042973840353842,-0.2782475803205462,0.0,,0.25,0.42054263565891475
|
| 153 |
+
TaskArithmetic,beh_kl_to_base,behaviour,0.5235534670416927,0.44819312951924684,-0.07536033752244589,4,-0.3465736061663384,-0.36810429810840517,0.0,,0.125,0.42054263565891475
|
| 154 |
+
TaskArithmetic,beh_logit_cosine,behaviour,0.9114477926244339,0.9369991986701885,0.025551406045754788,3,0.5005491967834245,0.31988000170133846,3.0,,0.25,0.42054263565891475
|
| 155 |
+
TaskArithmetic,beh_logit_kl,behaviour,0.4462915273557437,0.37927640210619656,-0.06701512524954711,3,-0.3476656555079099,-0.33186035988847895,0.0,,0.25,0.42054263565891475
|
| 156 |
+
TaskArithmetic,beh_logit_l2,behaviour,234.31871541341147,201.26174926757812,-33.05696614583334,3,-0.47444808809742983,-0.4245094729418679,0.0,,0.25,0.42054263565891475
|
| 157 |
+
TaskArithmetic,beh_rank_corr,behaviour,0.9123151256959049,0.9361463793944926,0.023831253698587778,3,0.4999916541253935,0.3222584726023164,3.0,,0.25,0.42054263565891475
|
| 158 |
+
TaskArithmetic,beh_topk_overlap,behaviour,0.7291666666666666,0.7510416666666666,0.021875000000000016,3,0.36537661429622936,0.3653766142962306,3.0,,0.25,0.42054263565891475
|
| 159 |
+
TaskArithmetic,grad_cosine,gradient,0.353369765176937,0.4113086751014019,0.057938909924464814,3,0.37498324064312244,0.4950246296436527,2.0,,1.0,1.0
|
| 160 |
+
TaskArithmetic,grad_cosine_layer_late_minus_early,gradient,0.17867784077922502,0.22580450835327306,0.04712666757404808,3,0.2967565879750645,0.2314262266057719,3.0,,0.25,0.42054263565891475
|
| 161 |
+
TaskArithmetic,grad_cosine_layer_mean,gradient,0.35707708271220334,0.4048742894548923,0.047797206742688995,3,0.3425911761411246,0.4426039351760849,3.0,,0.25,0.42054263565891475
|
| 162 |
+
TaskArithmetic,grad_cosine_layer_min,gradient,0.0018820290764173058,-0.024017361303170493,-0.0258993903795878,3,-0.1524429756854577,-0.12611739107318004,1.0,,1.0,1.0
|
| 163 |
+
TaskArithmetic,grad_l2,gradient,2600.495110876104,2496.784863925585,-103.71024695051847,3,-0.5506028830209134,-0.912527569268736,1.0,,1.0,1.0
|
| 164 |
+
TaskArithmetic,grad_norm_a,gradient,1841.192393418238,1746.434166487046,-94.75822693119198,3,-0.16318305837453076,-0.20905650540845228,1.0,,1.0,1.0
|
| 165 |
TaskArithmetic,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 166 |
+
TaskArithmetic,grad_norm_ratio,gradient,0.691720908342829,0.6561210182715306,-0.035599890071298344,3,-0.20216169795059283,-0.25899268295357786,1.0,,1.0,1.0
|
| 167 |
+
TaskArithmetic,act_deviation_from_base,other,0.33116828347556293,0.28389220156241207,-0.04727608191315084,4,-0.5733366422745889,-0.622649238772316,0.0,,0.125,0.42054263565891475
|
| 168 |
+
TaskArithmetic,cka_to_base,other,0.9664460539817811,0.9768369819968938,0.01039092801511285,4,0.695905706786084,0.7575500526611205,4.0,,0.125,0.42054263565891475
|
| 169 |
+
TaskArithmetic,qmd_raw_from_base,other,0.05946221190041548,0.05463345322278232,-0.004828758677633161,4,-0.23729217943054587,-0.2824773273777593,0.0,,0.125,0.42054263565891475
|
| 170 |
+
TaskArithmetic,geo_cka_late_minus_early,representation,-0.0768634149479011,-0.062493934680242225,0.01436948026765887,3,0.6801744661493183,0.8105782373931765,3.0,,0.25,0.42054263565891475
|
| 171 |
+
TaskArithmetic,geo_cka_mean,representation,0.9859816000049925,0.9900628772872556,0.004081277282263225,3,0.6692587711936596,0.746042661105019,3.0,,0.25,0.42054263565891475
|
| 172 |
+
TaskArithmetic,geo_cka_peak_depth,representation,0.1794871794871795,0.19658119658119655,0.01709401709401707,3,0.5256574830378461,0.0,1.0,,1.0,1.0
|
| 173 |
+
TaskArithmetic,geo_procrustes_late_minus_early,representation,0.011502334710773133,0.009043524103574667,-0.002458810607198467,3,-0.523052136133569,-0.5289930375926999,0.0,,0.25,0.42054263565891475
|
| 174 |
+
TaskArithmetic,geo_procrustes_mean,representation,0.006743455495001,0.004406940602342267,-0.002336514892658733,3,-0.67152899894394,-0.6384761479157509,0.0,,0.25,0.42054263565891475
|
| 175 |
+
TaskArithmetic,geo_procrustes_peak_depth,representation,0.8974358974358975,1.0,0.10256410256410257,3,0.9995043370203542,0.0,1.0,,1.0,1.0
|
| 176 |
+
TaskArithmetic,geo_rowwise_cosine_late_minus_early,representation,-0.2382722695668538,-0.16221350431442258,0.07605876525243123,3,0.5572865965763416,0.4578093516598414,3.0,,0.25,0.42054263565891475
|
| 177 |
+
TaskArithmetic,geo_rowwise_cosine_mean,representation,0.9826986367503802,0.9877927621205648,0.005094125370184684,3,0.6118692417075405,0.47731089052305614,3.0,,0.25,0.42054263565891475
|
| 178 |
TaskArithmetic,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 179 |
+
TaskArithmetic,geo_subspace_overlap_late_minus_early,representation,-0.22480339670187197,-0.1879046894858861,0.036898707215985864,3,0.5393992258027761,0.405260443696325,3.0,,0.25,0.42054263565891475
|
| 180 |
+
TaskArithmetic,geo_subspace_overlap_mean,representation,0.7361886924685654,0.7707395630611655,0.03455087059260006,3,0.4817461180718685,0.437720024982195,3.0,,0.25,0.42054263565891475
|
| 181 |
TaskArithmetic,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 182 |
+
TaskArithmetic,geo_svcca_late_minus_early,representation,0.0175443957724986,0.014216844675135233,-0.003327551097363367,3,-0.32139634756466035,-0.09390090020516989,0.0,,0.25,0.42054263565891475
|
| 183 |
+
TaskArithmetic,geo_svcca_mean,representation,0.9859943239990688,0.9886051992706468,0.002610875271577958,3,0.6512842077048694,0.30836464671951636,2.0,,1.0,1.0
|
| 184 |
+
TaskArithmetic,geo_svcca_peak_depth,representation,0.6324786324786326,0.5982905982905983,-0.03418803418803418,3,-0.7725301559928223,-1.1587952339892322,0.0,,0.5,0.655688917780497
|
| 185 |
TaskArithmetic,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 186 |
TaskArithmetic,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 187 |
TaskArithmetic,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 188 |
TaskArithmetic,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 189 |
TaskArithmetic,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 190 |
TaskArithmetic,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 191 |
+
TaskArithmetic,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5897435897435898,0.0512820512820513,3,1.1734773880769362,1.760216082115405,2.0,,1.0,1.0
|
| 192 |
TaskArithmetic,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 193 |
TaskArithmetic,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 194 |
TaskArithmetic,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 195 |
+
TaskArithmetic,spectral_overcounting,weight space,-1.0000142057736714,-1.0000142256418865,-1.9868214925130207e-08,3,-0.0017663678183076226,0.0,0.0,,1.0,1.0
|
| 196 |
+
TaskArithmetic,subspace_overlap,weight space,0.998219887415568,0.9989109436670939,0.0006910562515258789,3,1.377060810846186,1.6339680502683267,3.0,,0.25,0.42054263565891475
|
| 197 |
TaskArithmetic,weight_cosine,weight space,0.9984636108080546,0.9984636108080546,0.0,3,0.0,0.0,0.0,,,
|
| 198 |
+
Ties,beh_entropy_gap,behaviour,-0.5561100728313887,-0.5040561748859319,0.05205389794545671,3,0.11489372652458411,0.1222402947576204,3.0,,0.25,0.42054263565891475
|
| 199 |
+
Ties,beh_js,behaviour,0.04285265309416467,0.035303192760372464,-0.0075494603337922005,3,-0.17266417306515472,-0.17746117628686878,0.0,,0.25,0.42054263565891475
|
| 200 |
+
Ties,beh_js_to_base,behaviour,0.03939894525579118,0.0323278167254594,-0.007071128530331775,4,-0.14217548540283342,-0.1457327405770567,0.0,,0.125,0.42054263565891475
|
| 201 |
+
Ties,beh_kl_sym,behaviour,0.18661376397680854,0.15171793276264864,-0.0348958312141599,3,-0.15333843059695987,-0.15347678033546716,0.0,,0.25,0.42054263565891475
|
| 202 |
+
Ties,beh_kl_to_base,behaviour,0.16903157256444928,0.13728174127403456,-0.03174983129041474,4,-0.14601385672157424,-0.14725237517741374,0.0,,0.125,0.42054263565891475
|
| 203 |
+
Ties,beh_logit_cosine,behaviour,0.9695250249157349,0.9781469305356344,0.008621905619899358,3,0.16890217019975473,0.15463838474759548,3.0,,0.25,0.42054263565891475
|
| 204 |
+
Ties,beh_logit_kl,behaviour,0.18502734651890862,0.15078100956065843,-0.03424633695825017,3,-0.1776654918273882,-0.17984941479408517,0.0,,0.25,0.42054263565891475
|
| 205 |
+
Ties,beh_logit_l2,behaviour,160.32354736328125,139.3198038736979,-21.003743489583343,3,-0.3014549459124432,-0.306301361463604,0.0,,0.25,0.42054263565891475
|
| 206 |
+
Ties,beh_rank_corr,behaviour,0.9657206828181212,0.9740947679494433,0.008374085131322132,3,0.17569250571339992,0.17904114140675198,3.0,,0.25,0.42054263565891475
|
| 207 |
+
Ties,beh_topk_overlap,behaviour,0.8083333333333332,0.8229166666666666,0.014583333333333282,3,0.24358440953081853,0.20878663674070158,3.0,,0.25,0.42054263565891475
|
| 208 |
+
Ties,grad_cosine,gradient,0.46979686978068197,0.5325026666582778,0.06270579687759582,3,0.4058347482015985,0.5615887371378051,3.0,,0.25,0.42054263565891475
|
| 209 |
+
Ties,grad_cosine_layer_late_minus_early,gradient,0.3250532485544681,0.3309347828229268,0.005881534268458721,3,0.037036016578591756,0.09081759445648914,2.0,,1.0,1.0
|
| 210 |
+
Ties,grad_cosine_layer_mean,gradient,0.4810138054502507,0.5481639372340092,0.0671501317837586,3,0.48130516809642226,0.5345728304362829,3.0,,0.25,0.42054263565891475
|
| 211 |
+
Ties,grad_cosine_layer_min,gradient,-0.020382449030876132,0.018208054825663567,0.0385905038565397,3,0.2271424599139801,0.33612588913328,2.0,,1.0,1.0
|
| 212 |
+
Ties,grad_l2,gradient,2365.1559311683773,2296.008244291482,-69.14768687689518,3,-0.3671085246456984,-0.673381831925358,1.0,,1.0,1.0
|
| 213 |
+
Ties,grad_norm_a,gradient,1528.5726613298314,1691.1207415391507,162.54808020931955,3,0.27992390445133924,0.3358086147311332,3.0,,0.25,0.42054263565891475
|
| 214 |
Ties,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 215 |
+
Ties,grad_norm_ratio,gradient,0.5742722344187438,0.6353402173702857,0.06106798295154183,3,0.3467877878042926,0.4160213714383862,3.0,,0.25,0.42054263565891475
|
| 216 |
+
Ties,act_deviation_from_base,other,0.22816263106651602,0.1956928054336458,-0.0324698256328702,4,-0.3937750348641458,-0.40788409954781824,0.0,,0.125,0.42054263565891475
|
| 217 |
+
Ties,cka_to_base,other,0.9887393102049828,0.9927884653210641,0.0040491551160812544,4,0.27118176055542725,0.2504462520129581,4.0,,0.125,0.42054263565891475
|
| 218 |
+
Ties,qmd_raw_from_base,other,0.04966904322950514,0.0457828706928355,-0.0038861725366696395,4,-0.19097213433773666,-0.21927098435309408,0.0,,0.125,0.42054263565891475
|
| 219 |
+
Ties,geo_cka_late_minus_early,representation,-0.04481075680862753,-0.032290302969732475,0.012520453838895065,3,0.5926514283877512,0.6265018083350447,3.0,,0.25,0.42054263565891475
|
| 220 |
+
Ties,geo_cka_mean,representation,0.9926429332403867,0.9951746923980699,0.002531759157683111,3,0.41516464225378047,0.5058255432402787,3.0,,0.25,0.42054263565891475
|
| 221 |
+
Ties,geo_cka_peak_depth,representation,0.1452991452991453,0.14529914529914525,-2.7755575615628914e-17,3,-8.511709855459534e-16,0.0,1.0,,1.0,1.0
|
| 222 |
+
Ties,geo_procrustes_late_minus_early,representation,0.005369072050713501,0.003423898550023733,-0.001945173500689767,3,-0.41378833803122267,-0.38460753582240614,0.0,,0.25,0.42054263565891475
|
| 223 |
+
Ties,geo_procrustes_mean,representation,0.002850789688736633,0.0018073360439489336,-0.0010434536447876998,3,-0.2998951060531648,-0.36057776915089623,0.0,,0.25,0.42054263565891475
|
| 224 |
Ties,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,3,0.0,0.0,0.0,,,
|
| 225 |
+
Ties,geo_rowwise_cosine_late_minus_early,representation,-0.08370047807693477,-0.0576141476631164,0.02608633041381837,3,0.19113592293056655,0.2394714890879742,3.0,,0.25,0.42054263565891475
|
| 226 |
+
Ties,geo_rowwise_cosine_mean,representation,0.9924852669239045,0.9946321467558543,0.002146879831949944,3,0.25786757084951756,0.29792395794014237,3.0,,0.25,0.42054263565891475
|
| 227 |
Ties,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 228 |
+
Ties,geo_subspace_overlap_late_minus_early,representation,-0.14291387452982857,-0.10823257036259316,0.0346813041672354,3,0.5069843912995625,0.5482082968919493,3.0,,0.25,0.42054263565891475
|
| 229 |
+
Ties,geo_subspace_overlap_mean,representation,0.8320244241322247,0.8569643312460382,0.024939907113813515,3,0.34773952815318904,0.31942602231807854,3.0,,0.25,0.42054263565891475
|
| 230 |
Ties,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,3,0.0,0.0,0.0,,,
|
| 231 |
+
Ties,geo_svcca_late_minus_early,representation,0.005870756960197333,0.008952131176372167,0.0030813742161748332,3,0.2976189965477079,0.12551818482991176,2.0,,1.0,1.0
|
| 232 |
+
Ties,geo_svcca_mean,representation,0.9913281094730486,0.9921272822932882,0.0007991728202395206,3,0.19935407972759642,0.14363893546453607,3.0,,0.25,0.42054263565891475
|
| 233 |
+
Ties,geo_svcca_peak_depth,representation,0.5897435897435898,0.5641025641025641,-0.02564102564102566,3,-0.5793976169946173,-0.5793976169946173,0.0,,0.5,0.655688917780497
|
| 234 |
Ties,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 235 |
Ties,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 236 |
Ties,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
|
|
| 242 |
Ties,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 243 |
Ties,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 244 |
Ties,spectral_overcounting,weight space,-1.0000136693318684,-1.0000136693318684,0.0,3,0.0,0.0,0.0,,,
|
| 245 |
+
Ties,subspace_overlap,weight space,0.9982004563013712,0.9985392888387045,0.00033883253733320756,3,0.6751881740030309,0.058911692442617576,2.0,,1.0,1.0
|
| 246 |
Ties,weight_cosine,weight space,0.9986462990442911,0.9986462990442911,0.0,3,0.0,0.0,0.0,,,
|
| 247 |
+
WIDEN,beh_entropy_gap,behaviour,-0.6900099566118143,-0.5959102303200479,0.09409972629176644,2,0.2076975720422117,0.2076975720422117,2.0,,0.5,0.655688917780497
|
| 248 |
+
WIDEN,beh_js,behaviour,0.03644251621426175,0.02922094261281625,-0.007221573601445498,2,-0.16516505538037565,-0.16516505538037565,0.0,,0.5,0.655688917780497
|
| 249 |
+
WIDEN,beh_js_to_base,behaviour,0.06454875700467955,0.04986886702949225,-0.0146798899751873,4,-0.2951608748065728,-0.2842973453844067,0.0,,0.125,0.42054263565891475
|
| 250 |
+
WIDEN,beh_kl_sym,behaviour,0.15693248305152205,0.1243635703429922,-0.032568912708529844,2,-0.1431135407070881,-0.1431135407070881,0.0,,0.5,0.655688917780497
|
| 251 |
+
WIDEN,beh_kl_to_base,behaviour,0.26347221393267195,0.20299289060126002,-0.06047932333141193,4,-0.2781375173541965,-0.2638438268525618,0.0,,0.125,0.42054263565891475
|
| 252 |
+
WIDEN,beh_logit_cosine,behaviour,0.9755127225071192,0.9827073207125068,0.007194598205387592,2,0.1409413770200154,0.1409413770200154,2.0,,0.5,0.655688917780497
|
| 253 |
+
WIDEN,beh_logit_kl,behaviour,0.15065602288909555,0.120578790855116,-0.030077232033979558,2,-0.15603672382941158,-0.15603672382941158,0.0,,0.5,0.655688917780497
|
| 254 |
+
WIDEN,beh_logit_l2,behaviour,136.06600189208984,116.46625137329102,-19.59975051879882,2,-0.28130422252929,-0.28130422252929,0.0,,0.5,0.655688917780497
|
| 255 |
+
WIDEN,beh_rank_corr,behaviour,0.9752803517396382,0.9810847641465004,0.005804412406862136,2,0.12177948324661308,0.12177948324661308,2.0,,0.5,0.655688917780497
|
| 256 |
+
WIDEN,beh_topk_overlap,behaviour,0.8515625,0.865625,0.014062499999999922,2,0.2348849663332888,0.2348849663332888,2.0,,0.5,0.655688917780497
|
| 257 |
+
WIDEN,grad_cosine,gradient,0.580945675268925,0.6194783236243231,0.03853264835539805,2,0.24938503968587586,0.24938503968587586,2.0,,0.5,0.655688917780497
|
| 258 |
+
WIDEN,grad_cosine_layer_late_minus_early,gradient,0.1814996749162674,0.0924611836671829,-0.08903849124908451,2,-0.5606753080940644,-0.5606753080940644,0.0,,0.5,0.655688917780497
|
| 259 |
+
WIDEN,grad_cosine_layer_mean,gradient,0.6187219763407483,0.666092138364911,0.047370162024162665,2,0.33953029115735583,0.33953029115735583,2.0,,0.5,0.655688917780497
|
| 260 |
+
WIDEN,grad_cosine_layer_min,gradient,0.2019164497032761,0.292668804526329,0.09075235482305288,2,0.5341654308045866,0.5341654308045866,2.0,,0.5,0.655688917780497
|
| 261 |
+
WIDEN,grad_l2,gradient,2356.0412609929917,2319.8474001337104,-36.193860859281585,2,-0.1921550157554476,-0.1921550157554476,0.0,,0.5,0.655688917780497
|
| 262 |
+
WIDEN,grad_norm_a,gradient,2282.503317038218,2569.8785110661206,287.37519402790247,2,0.49488856620860605,0.49488856620860605,2.0,,0.5,0.655688917780497
|
| 263 |
WIDEN,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 264 |
+
WIDEN,grad_norm_ratio,gradient,0.7557501841153984,0.8337459424316518,0.07799575831625338,2,0.44291583211573665,0.44291583211573665,1.0,,1.0,1.0
|
| 265 |
+
WIDEN,act_deviation_from_base,other,0.2206258162623271,0.19209393165074284,-0.028531884611584242,4,-0.34601799174100545,-0.36201251102250254,0.0,,0.125,0.42054263565891475
|
| 266 |
+
WIDEN,cka_to_base,other,0.9883073382079601,0.9916795652359724,0.0033722270280122646,4,0.2258462410632458,0.2548471367259819,4.0,,0.125,0.42054263565891475
|
| 267 |
+
WIDEN,qmd_raw_from_base,other,0.04371327933767065,0.04032024962115212,-0.0033930297165185334,4,-0.16673838351763168,-0.1959796370650349,0.0,,0.125,0.42054263565891475
|
| 268 |
+
WIDEN,geo_cka_late_minus_early,representation,-0.027702496696311002,-0.02087890284709505,0.006823593849215949,2,0.3229924963992033,0.3229924963992033,2.0,,0.5,0.655688917780497
|
| 269 |
+
WIDEN,geo_cka_mean,representation,0.9961029822304484,0.9972532979615346,0.0011503157310863155,2,0.1886318520962259,0.1886318520962259,2.0,,0.5,0.655688917780497
|
| 270 |
+
WIDEN,geo_cka_peak_depth,representation,0.1794871794871795,0.2051282051282051,0.025641025641025605,2,0.7884862245567692,0.7884862245567692,1.0,,1.0,1.0
|
| 271 |
+
WIDEN,geo_procrustes_late_minus_early,representation,0.00343256035510845,0.0023166348593125496,-0.0011159254957958998,2,-0.23738599981354497,-0.23738599981354497,0.0,,0.5,0.655688917780497
|
| 272 |
+
WIDEN,geo_procrustes_mean,representation,0.0014719504699317,0.0010441754567463001,-0.00042777501318539996,2,-0.12294521523496214,-0.12294521523496214,0.0,,0.5,0.655688917780497
|
| 273 |
WIDEN,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,2,0.0,0.0,0.0,,,
|
| 274 |
+
WIDEN,geo_rowwise_cosine_late_minus_early,representation,-0.046277791261672946,-0.033941775560378945,0.012336015701294,2,0.09038663962884536,0.09038663962884536,2.0,,0.5,0.655688917780497
|
| 275 |
+
WIDEN,geo_rowwise_cosine_mean,representation,0.9954872488975525,0.9966035291552543,0.0011162802577018294,2,0.13407945528995763,0.13407945528995763,2.0,,0.5,0.655688917780497
|
| 276 |
WIDEN,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 277 |
+
WIDEN,geo_subspace_overlap_late_minus_early,representation,-0.08677367499891214,-0.06756991469884524,0.019203760300066902,2,0.2807278146013338,0.2807278146013338,2.0,,0.5,0.655688917780497
|
| 278 |
+
WIDEN,geo_subspace_overlap_mean,representation,0.8739626805029244,0.8915666837894165,0.017604003286492254,2,0.24545431418473163,0.24545431418473163,2.0,,0.5,0.655688917780497
|
| 279 |
+
WIDEN,geo_subspace_overlap_peak_depth,representation,0.0,0.2692307692307692,0.2692307692307692,2,2.6457513110645907,2.6457513110645907,1.0,,1.0,1.0
|
| 280 |
+
WIDEN,geo_svcca_late_minus_early,representation,0.0047783504587481495,0.0046290459202583505,-0.0001493045384897999,2,-0.014420795336087037,-0.014420795336087037,0.0,,0.5,0.655688917780497
|
| 281 |
+
WIDEN,geo_svcca_mean,representation,0.9929346107997926,0.9942236427553586,0.0012890319555659557,2,0.3215496983046762,0.3215496983046762,2.0,,0.5,0.655688917780497
|
| 282 |
WIDEN,geo_svcca_peak_depth,representation,0.5641025641025641,0.5641025641025641,0.0,2,0.0,0.0,0.0,,,
|
| 283 |
WIDEN,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 284 |
WIDEN,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
|
|
| 286 |
WIDEN,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 287 |
WIDEN,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 288 |
WIDEN,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 289 |
+
WIDEN,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5769230769230769,0.03846153846153849,2,0.8801080410577025,0.8801080410577025,1.0,,1.0,1.0
|
| 290 |
WIDEN,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 291 |
WIDEN,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 292 |
WIDEN,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 293 |
+
WIDEN,spectral_overcounting,weight space,-1.0000055432319641,-1.0000054836273193,5.960464466436832e-08,2,0.005299103445052519,0.005299103445052519,1.0,,1.0,1.0
|
| 294 |
+
WIDEN,subspace_overlap,weight space,0.9989410042762756,0.9988139271736144,-0.00012707710266118832,2,-0.2532252586445878,-0.2532252586445878,0.0,,0.5,0.655688917780497
|
| 295 |
+
WIDEN,weight_cosine,weight space,0.9992643594741821,0.9992643892765045,2.9802322387695312e-08,2,2.859583953204014e-05,2.859583953204014e-05,1.0,,1.0,1.0
|
tables/T3_per_combo.csv
CHANGED
|
@@ -1,137 +1,137 @@
|
|
| 1 |
combo,metric,family,mean_without,mean_with,mean_diff_raw,n_pairs,mean_diff,median_diff,n_positive,p_wilcoxon,p_sign,q_bh
|
| 2 |
-
ALL,beh_entropy_gap,behaviour,-0.
|
| 3 |
-
ALL,beh_js,behaviour,0.
|
| 4 |
ALL,beh_js_to_base,behaviour,0.08960160711301804,0.07769059418763206,-0.011911012925385985,20,-0.23948851121034828,-0.2244874656853442,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 5 |
-
ALL,beh_kl_sym,behaviour,0.
|
| 6 |
ALL,beh_kl_to_base,behaviour,0.3913996514478821,0.3301468381705516,-0.061252813277330495,20,-0.28169470948872694,-0.28835425938371406,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 7 |
-
ALL,beh_logit_cosine,behaviour,0.
|
| 8 |
-
ALL,beh_logit_kl,behaviour,0.
|
| 9 |
-
ALL,beh_logit_l2,behaviour,
|
| 10 |
-
ALL,beh_rank_corr,behaviour,0.
|
| 11 |
-
ALL,beh_topk_overlap,behaviour,0.
|
| 12 |
-
ALL,grad_cosine,gradient,0.
|
| 13 |
-
ALL,grad_cosine_layer_late_minus_early,gradient,0.
|
| 14 |
-
ALL,grad_cosine_layer_mean,gradient,0.
|
| 15 |
-
ALL,grad_cosine_layer_min,gradient,0.
|
| 16 |
-
ALL,grad_l2,gradient,
|
| 17 |
-
ALL,grad_norm_a,gradient,
|
| 18 |
ALL,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 19 |
-
ALL,grad_norm_ratio,gradient,0.
|
| 20 |
ALL,act_deviation_from_base,other,0.2909211340174079,0.24877564283087844,-0.0421454911865294,20,-0.5111158417968739,-0.48141035398846777,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 21 |
ALL,cka_to_base,other,0.9741214978694913,0.9828484863042831,0.008726988434791572,20,0.5844676284923385,0.3942216092375521,20.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 22 |
ALL,qmd_raw_from_base,other,0.05631466960422178,0.0517850840132395,-0.0045295855909822675,20,-0.22259038161919803,-0.23759881154028703,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 23 |
-
ALL,geo_cka_late_minus_early,representation,-0.
|
| 24 |
-
ALL,geo_cka_mean,representation,0.
|
| 25 |
-
ALL,geo_cka_peak_depth,representation,0.
|
| 26 |
-
ALL,geo_procrustes_late_minus_early,representation,0.
|
| 27 |
-
ALL,geo_procrustes_mean,representation,0.
|
| 28 |
-
ALL,geo_procrustes_peak_depth,representation,0.
|
| 29 |
-
ALL,geo_rowwise_cosine_late_minus_early,representation,-0.
|
| 30 |
-
ALL,geo_rowwise_cosine_mean,representation,0.
|
| 31 |
ALL,geo_rowwise_cosine_peak_depth,representation,0.07692307692307689,0.07692307692307689,0.0,0,,,,,,
|
| 32 |
-
ALL,geo_subspace_overlap_late_minus_early,representation,-0.
|
| 33 |
-
ALL,geo_subspace_overlap_mean,representation,0.
|
| 34 |
-
ALL,geo_subspace_overlap_peak_depth,representation,0.0,0.
|
| 35 |
-
ALL,geo_svcca_late_minus_early,representation,0.
|
| 36 |
-
ALL,geo_svcca_mean,representation,0.
|
| 37 |
-
ALL,geo_svcca_peak_depth,representation,0.
|
| 38 |
-
ALL,ret_gain_over_identity,retrieval,-0.
|
| 39 |
ALL,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 40 |
ALL,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 41 |
ALL,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 42 |
ALL,ret_procrustes_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 43 |
-
ALL,ret_procrustes_p_at_10,retrieval,0.
|
| 44 |
-
ALL,ret_procrustes_p_at_5,retrieval,0.
|
| 45 |
ALL,ret_ridge_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 46 |
-
ALL,ret_ridge_p_at_10,retrieval,0.
|
| 47 |
ALL,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 48 |
-
ALL,spectral_overcounting,weight space,-1.
|
| 49 |
-
ALL,subspace_overlap,weight space,0.
|
| 50 |
-
ALL,weight_cosine,weight space,0.
|
| 51 |
-
Code-Instruction_Tuned,beh_entropy_gap,behaviour,-0.6833041678265271,-0.5951874794776216,0.08811668834890547,5,0.
|
| 52 |
-
Code-Instruction_Tuned,beh_js,behaviour,0.055129759905125496,0.04412536163693726,-0.01100439826818824,5,-0.
|
| 53 |
Code-Instruction_Tuned,beh_js_to_base,behaviour,0.05512975991029358,0.0441253616412705,-0.011004398269023082,5,-0.22125968418665526,-0.2481193785443587,0.0,0.0625,0.0625,0.11160714285714286
|
| 54 |
-
Code-Instruction_Tuned,beh_kl_sym,behaviour,0.24499219891158006,0.1921469844954584,-0.052845214416121666,5,-0.
|
| 55 |
Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.24558744516642164,0.19273855980014618,-0.052848885366275425,5,-0.24304600251831573,-0.2825243992484339,0.0,0.0625,0.0625,0.11160714285714286
|
| 56 |
-
Code-Instruction_Tuned,beh_logit_cosine,behaviour,0.955599820241332,0.9703453280031681,0.014745507761835985,5,0.
|
| 57 |
-
Code-Instruction_Tuned,beh_logit_kl,behaviour,0.2455873594795482,0.19273849651112931,-0.05284886296841894,5,-0.
|
| 58 |
-
Code-Instruction_Tuned,beh_logit_l2,behaviour,192.04082336425782,163.2710754394531,-28.769747924804687,5,-0.
|
| 59 |
-
Code-Instruction_Tuned,beh_rank_corr,behaviour,0.9524910920795607,0.9660681227143326,0.013577030634772003,5,0.
|
| 60 |
-
Code-Instruction_Tuned,beh_topk_overlap,behaviour,0.8006250000000001,0.826875,0.02624999999999993,5,0.
|
| 61 |
-
Code-Instruction_Tuned,grad_cosine,gradient,0.35552179076297225,0.45261807229124856,0.09709628152827632,5,0.
|
| 62 |
-
Code-Instruction_Tuned,grad_cosine_layer_late_minus_early,gradient,0.3248445110395551,0.330592554807663,0.005748043768107902,5,0.
|
| 63 |
-
Code-Instruction_Tuned,grad_cosine_layer_mean,gradient,0.4095597248943522,0.4737071388214826,0.06414741392713039,5,0.
|
| 64 |
-
Code-Instruction_Tuned,grad_cosine_layer_min,gradient,-0.09967979453504087,-0.049875938892364476,0.04980385564267638,5,0.
|
| 65 |
-
Code-Instruction_Tuned,grad_l2,gradient,2545.4297570479016,2387.143825984914,-158.28593106298732,5,-0.
|
| 66 |
-
Code-Instruction_Tuned,grad_norm_a,gradient,1487.9266221662315,1527.1069945411577,39.18037237492622,5,0.
|
| 67 |
Code-Instruction_Tuned,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 68 |
-
Code-Instruction_Tuned,grad_norm_ratio,gradient,0.5590018502745939,0.5737215954056709,0.014719745131077067,5,0.
|
| 69 |
Code-Instruction_Tuned,act_deviation_from_base,other,0.29014053430408243,0.24678958225995298,-0.04335095204412938,5,-0.5257349653054478,-0.5900637262201152,0.0,0.0625,0.0625,0.11160714285714286
|
| 70 |
Code-Instruction_Tuned,cka_to_base,other,0.9737666422128678,0.983200253546238,0.009433611333370218,5,0.6317918816246285,0.8040619007888237,5.0,0.0625,0.0625,0.11160714285714286
|
| 71 |
Code-Instruction_Tuned,qmd_raw_from_base,other,0.06490202158222438,0.05963919167922608,-0.005262829902998324,5,-0.25862306671884455,-0.27103230967800196,0.0,0.0625,0.0625,0.11160714285714286
|
| 72 |
-
Code-Instruction_Tuned,geo_cka_late_minus_early,representation,-0.055239056183776156,-0.04099403102646176,0.0142450251573144,5,0.
|
| 73 |
-
Code-Instruction_Tuned,geo_cka_mean,representation,0.9896876396101477,0.9934545508432834,0.003766911233135617,5,0.
|
| 74 |
Code-Instruction_Tuned,geo_cka_peak_depth,representation,0.17435897435897435,0.17435897435897435,0.0,5,4.4408920985006264e-17,0.0,2.0,,1.0,1.0
|
| 75 |
-
Code-Instruction_Tuned,geo_procrustes_late_minus_early,representation,0.00436498752170236,0.00242817556567644,-0.00193681195602592,5,-0.
|
| 76 |
-
Code-Instruction_Tuned,geo_procrustes_mean,representation,0.004198640353438201,0.0024688665427442798,-0.00172977381069392,5,-0.
|
| 77 |
Code-Instruction_Tuned,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,5,0.0,0.0,0.0,,,
|
| 78 |
-
Code-Instruction_Tuned,geo_rowwise_cosine_late_minus_early,representation,-0.13471602201461788,-0.08607503175735468,0.048640990257263206,5,0.
|
| 79 |
-
Code-Instruction_Tuned,geo_rowwise_cosine_mean,representation,0.9901552379131318,0.9933711487054824,0.003215910792350796,5,0.
|
| 80 |
Code-Instruction_Tuned,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 81 |
-
Code-Instruction_Tuned,geo_subspace_overlap_late_minus_early,representation,-0.14191270069168374,-0.11435183690533393,0.02756086378634979,5,0.
|
| 82 |
-
Code-Instruction_Tuned,geo_subspace_overlap_mean,representation,0.8071106870546114,0.8353119669517278,0.028201279897116606,5,0.
|
| 83 |
-
Code-Instruction_Tuned,geo_subspace_overlap_peak_depth,representation,0.0,0.10769230769230768,0.10769230769230768,5,1.
|
| 84 |
-
Code-Instruction_Tuned,geo_svcca_late_minus_early,representation,0.00803560923083296,0.00803456818977926,-1.041041053700259e-06,5,-0.
|
| 85 |
-
Code-Instruction_Tuned,geo_svcca_mean,representation,0.9905682710814082,0.9910761660904823,0.0005078950090740442,5,0.
|
| 86 |
-
Code-Instruction_Tuned,geo_svcca_peak_depth,representation,0.6153846153846153,0.5794871794871794,-0.03589743589743592,5,-0.
|
| 87 |
Code-Instruction_Tuned,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 88 |
Code-Instruction_Tuned,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 89 |
Code-Instruction_Tuned,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 90 |
Code-Instruction_Tuned,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 91 |
Code-Instruction_Tuned,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 92 |
Code-Instruction_Tuned,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 93 |
-
Code-Instruction_Tuned,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5538461538461539,0.015384615384615396,5,0.
|
| 94 |
Code-Instruction_Tuned,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 95 |
Code-Instruction_Tuned,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 96 |
Code-Instruction_Tuned,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 97 |
-
Code-Instruction_Tuned,spectral_overcounting,weight space,-1.0000210285186768,-1.0000209569931031,7.152557368605983e-08,5,0.
|
| 98 |
-
Code-Instruction_Tuned,subspace_overlap,weight space,0.9982860565185547,0.998554265499115,0.0002682089805602805,5,0.
|
| 99 |
-
Code-Instruction_Tuned,weight_cosine,weight space,0.9979568839073181,0.9979568958282471,1.1920928955078126e-08,5,1.
|
| 100 |
-
Code-Math,beh_entropy_gap,behaviour,-0.8487195574856834,-0.7650611875315414,0.08365836995414186,5,0.
|
| 101 |
-
Code-Math,beh_js,behaviour,0.05932089412373158,0.05064618958203162,-0.00867470454169996,5,-0.
|
| 102 |
Code-Math,beh_js_to_base,behaviour,0.05932089412574072,0.05064618958360474,-0.008674704542135979,5,-0.17441775011074206,-0.20062602809704028,0.0,0.0625,0.0625,0.11160714285714286
|
| 103 |
-
Code-Math,beh_kl_sym,behaviour,0.26808387823507396,0.2265663909103927,-0.041517487324681225,5,-0.
|
| 104 |
Code-Math,beh_kl_to_base,behaviour,0.25441715897768064,0.21898163798982795,-0.03543552098785269,5,-0.16296392371498078,-0.18759318779542877,0.0,0.0625,0.0625,0.11160714285714286
|
| 105 |
-
Code-Math,beh_logit_cosine,behaviour,0.9678319167345762,0.9741528473794461,0.006320930644869893,5,0.
|
| 106 |
-
Code-Math,beh_logit_kl,behaviour,0.25441714456503767,0.21898162601839272,-0.03543551854664489,5,-0.
|
| 107 |
-
Code-Math,beh_logit_l2,behaviour,146.3926574707031,130.74491119384766,-15.647746276855466,5,-0.
|
| 108 |
-
Code-Math,beh_rank_corr,behaviour,0.9669009735636862,0.9717550715116751,0.004854097947989078,5,0.
|
| 109 |
-
Code-Math,beh_topk_overlap,behaviour,0.775625,0.784375,0.00874999999999999,5,0.
|
| 110 |
-
Code-Math,grad_cosine,gradient,0.5876556778540429,0.5917608889232799,0.00410521106923698,5,0.
|
| 111 |
-
Code-Math,grad_cosine_layer_late_minus_early,gradient,0.1983495146036148,0.14799186587333682,-0.050357648730277996,5,-0.
|
| 112 |
-
Code-Math,grad_cosine_layer_mean,gradient,0.5469746536761522,0.5788521881401538,0.031877534464001614,5,0.
|
| 113 |
-
Code-Math,grad_cosine_layer_min,gradient,0.2266274720430374,0.2274605453014374,0.0008330732583999634,5,0.
|
| 114 |
-
Code-Math,grad_l2,gradient,2319.686796850513,2414.1387696379434,94.45197278743053,5,0.
|
| 115 |
-
Code-Math,grad_norm_a,gradient,2390.545600169052,2659.1058810180484,268.5602808489963,5,0.
|
| 116 |
Code-Math,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 117 |
-
Code-Math,grad_norm_ratio,gradient,0.8574013604723248,0.9035415511295989,0.04614019065727413,5,0.
|
| 118 |
Code-Math,act_deviation_from_base,other,0.1923275407031178,0.16943953882902857,-0.02288800187408923,5,-0.27757228627727104,-0.2954531074726018,0.0,0.0625,0.0625,0.11160714285714286
|
| 119 |
Code-Math,cka_to_base,other,0.9902538159489632,0.9923722693324087,0.0021184533834457397,5,0.14187797249254336,0.15566798010118926,5.0,0.0625,0.0625,0.11160714285714286
|
| 120 |
Code-Math,qmd_raw_from_base,other,0.024078073164752987,0.02234327448026893,-0.0017347986844840567,5,-0.08525051430324117,-0.08992501734153821,0.0,0.0625,0.0625,0.11160714285714286
|
| 121 |
-
Code-Math,geo_cka_late_minus_early,representation,-0.058691569904006424,-0.04398952980952162,0.0147020400944848,5,0.
|
| 122 |
-
Code-Math,geo_cka_mean,representation,0.99417478830822,0.9954362104658543,0.0012614221576341845,5,0.
|
| 123 |
Code-Math,geo_cka_peak_depth,representation,0.1794871794871795,0.1794871794871795,0.0,5,0.0,0.0,0.0,,,
|
| 124 |
-
Code-Math,geo_procrustes_late_minus_early,representation,0.0108585079421431,0.008293522161850638,-0.00256498578029246,5,-0.
|
| 125 |
-
Code-Math,geo_procrustes_mean,representation,0.0023172051776681403,0.0018304487768952,-0.00048675640077294,5,-0.
|
| 126 |
Code-Math,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,5,0.0,0.0,0.0,,,
|
| 127 |
-
Code-Math,geo_rowwise_cosine_late_minus_early,representation,-0.06846257448196405,-0.054540717601776076,0.013921856880187983,5,0.
|
| 128 |
-
Code-Math,geo_rowwise_cosine_mean,representation,0.9922253370285035,0.9937962743639946,0.001570937335491207,5,0.
|
| 129 |
Code-Math,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 130 |
-
Code-Math,geo_subspace_overlap_late_minus_early,representation,-0.1749953027584557,-0.14576759024866462,0.029227712509791115,5,0.
|
| 131 |
-
Code-Math,geo_subspace_overlap_mean,representation,0.807064705124249,0.8288022057760343,0.021737500651785147,5,0.
|
| 132 |
Code-Math,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,5,0.0,0.0,0.0,,,
|
| 133 |
-
Code-Math,geo_svcca_late_minus_early,representation,0.00575740348169158,0.0054772748334523,-0.00028012864823927995,5,-0.
|
| 134 |
-
Code-Math,geo_svcca_mean,representation,0.9902774457520932,0.9912311413409194,0.0009536955888259646,5,0.
|
| 135 |
Code-Math,geo_svcca_peak_depth,representation,0.5641025641025641,0.5641025641025641,0.0,5,0.0,0.0,0.0,,,
|
| 136 |
Code-Math,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 137 |
Code-Math,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
@@ -143,60 +143,60 @@ Code-Math,ret_procrustes_p_at_5,retrieval,0.5692307692307692,0.5692307692307692,
|
|
| 143 |
Code-Math,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 144 |
Code-Math,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 145 |
Code-Math,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 146 |
-
Code-Math,spectral_overcounting,weight space,-0.9999979734420776,-0.9999979972839356,-2.384185791015625e-08,5,-0.
|
| 147 |
-
Code-Math,subspace_overlap,weight space,0.9988187074661254,0.9985008955001831,-0.0003178119659424716,5,-0.
|
| 148 |
-
Code-Math,weight_cosine,weight space,0.9997980713844299,0.9997980952262878,2.384185791015625e-08,5,2.
|
| 149 |
Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.12113742600657493,0.10746916728598466,-0.01366825872059028,5,-0.2748205339325454,-0.2911923025185968,0.0,0.0625,0.0625,0.11160714285714286
|
| 150 |
Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.5253016705460712,0.45086890549425257,-0.07443276505181856,5,-0.3423078060559,-0.3661812320817214,0.0,0.0625,0.0625,0.11160714285714286
|
| 151 |
Code-Math-Instruction_Tuned,act_deviation_from_base,other,0.34054103039205075,0.2870888278074562,-0.05345220258459451,5,-0.6482370177869512,-0.7525949840811219,0.0,0.0625,0.0625,0.11160714285714286
|
| 152 |
Code-Math-Instruction_Tuned,cka_to_base,other,0.9637338295578957,0.9776740205287933,0.013940190970897692,5,0.9336084742600528,1.1128547417209058,5.0,0.0625,0.0625,0.11160714285714286
|
| 153 |
Code-Math-Instruction_Tuned,qmd_raw_from_base,other,0.06741627142434369,0.06192478721447022,-0.005491484209873472,5,-0.2698594697857254,-0.29428904562512653,0.0,0.0625,0.0625,0.11160714285714286
|
| 154 |
-
Math-Instruction_Tuned,beh_entropy_gap,behaviour,-1.
|
| 155 |
-
Math-Instruction_Tuned,beh_js,behaviour,0.
|
| 156 |
Math-Instruction_Tuned,beh_js_to_base,behaviour,0.122818348409463,0.10852165823966838,-0.014296690169794596,5,-0.2874560766114504,-0.2804668634303113,0.0,0.0625,0.0625,0.11160714285714286
|
| 157 |
-
Math-Instruction_Tuned,beh_kl_sym,behaviour,0.
|
| 158 |
Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.5402923311013552,0.45799824939797984,-0.08229408170337532,5,-0.3784611056657115,-0.44202447669781614,0.0,0.0625,0.0625,0.11160714285714286
|
| 159 |
-
Math-Instruction_Tuned,beh_logit_cosine,behaviour,0.
|
| 160 |
-
Math-Instruction_Tuned,beh_logit_kl,behaviour,0.
|
| 161 |
-
Math-Instruction_Tuned,beh_logit_l2,behaviour,
|
| 162 |
-
Math-Instruction_Tuned,beh_rank_corr,behaviour,0.
|
| 163 |
-
Math-Instruction_Tuned,beh_topk_overlap,behaviour,0.
|
| 164 |
-
Math-Instruction_Tuned,grad_cosine,gradient,0.
|
| 165 |
-
Math-Instruction_Tuned,grad_cosine_layer_late_minus_early,gradient,0.
|
| 166 |
-
Math-Instruction_Tuned,grad_cosine_layer_mean,gradient,0.
|
| 167 |
-
Math-Instruction_Tuned,grad_cosine_layer_min,gradient,-0.
|
| 168 |
-
Math-Instruction_Tuned,grad_l2,gradient,
|
| 169 |
-
Math-Instruction_Tuned,grad_norm_a,gradient,
|
| 170 |
Math-Instruction_Tuned,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 171 |
-
Math-Instruction_Tuned,grad_norm_ratio,gradient,0.
|
| 172 |
Math-Instruction_Tuned,act_deviation_from_base,other,0.3406754306703806,0.2917846224270761,-0.048890808243304495,5,-0.5929190978178251,-0.6552347513245169,0.0,0.0625,0.0625,0.11160714285714286
|
| 173 |
Math-Instruction_Tuned,cka_to_base,other,0.9687317037582398,0.9781474018096924,0.009415698051452637,5,0.6305921855921296,0.7110382045334173,5.0,0.0625,0.0625,0.11160714285714286
|
| 174 |
Math-Instruction_Tuned,qmd_raw_from_base,other,0.06886231224556602,0.06323308267899282,-0.005629229566573214,5,-0.27662847566898086,-0.29392234507751674,0.0,0.0625,0.0625,0.11160714285714286
|
| 175 |
-
Math-Instruction_Tuned,geo_cka_late_minus_early,representation,-0.
|
| 176 |
-
Math-Instruction_Tuned,geo_cka_mean,representation,0.
|
| 177 |
-
Math-Instruction_Tuned,geo_cka_peak_depth,representation,0.1794871794871795,0.
|
| 178 |
-
Math-Instruction_Tuned,geo_procrustes_late_minus_early,representation,0.
|
| 179 |
-
Math-Instruction_Tuned,geo_procrustes_mean,representation,0.
|
| 180 |
-
Math-Instruction_Tuned,geo_procrustes_peak_depth,representation,0.
|
| 181 |
-
Math-Instruction_Tuned,geo_rowwise_cosine_late_minus_early,representation,-0.
|
| 182 |
-
Math-Instruction_Tuned,geo_rowwise_cosine_mean,representation,0.
|
| 183 |
Math-Instruction_Tuned,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 184 |
-
Math-Instruction_Tuned,geo_subspace_overlap_late_minus_early,representation,-0.
|
| 185 |
-
Math-Instruction_Tuned,geo_subspace_overlap_mean,representation,0.
|
| 186 |
-
Math-Instruction_Tuned,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,
|
| 187 |
-
Math-Instruction_Tuned,geo_svcca_late_minus_early,representation,0.
|
| 188 |
-
Math-Instruction_Tuned,geo_svcca_mean,representation,0.
|
| 189 |
-
Math-Instruction_Tuned,geo_svcca_peak_depth,representation,0.
|
| 190 |
Math-Instruction_Tuned,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 191 |
Math-Instruction_Tuned,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 192 |
Math-Instruction_Tuned,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 193 |
Math-Instruction_Tuned,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 194 |
Math-Instruction_Tuned,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 195 |
Math-Instruction_Tuned,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 196 |
-
Math-Instruction_Tuned,ret_procrustes_p_at_5,retrieval,0.
|
| 197 |
Math-Instruction_Tuned,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 198 |
Math-Instruction_Tuned,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 199 |
Math-Instruction_Tuned,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 200 |
-
Math-Instruction_Tuned,spectral_overcounting,weight space,-1.
|
| 201 |
-
Math-Instruction_Tuned,subspace_overlap,weight space,0.
|
| 202 |
-
Math-Instruction_Tuned,weight_cosine,weight space,0.
|
|
|
|
| 1 |
combo,metric,family,mean_without,mean_with,mean_diff_raw,n_pairs,mean_diff,median_diff,n_positive,p_wilcoxon,p_sign,q_bh
|
| 2 |
+
ALL,beh_entropy_gap,behaviour,-0.9482014445570668,-0.8952423331769187,0.05295911138014812,14,0.11689171992981942,0.16711946426755592,11.0,0.0107421875,0.057373046875,0.064453125
|
| 3 |
+
ALL,beh_js,behaviour,0.07731790600904212,0.06692989945710971,-0.010388006551932408,14,-0.23758473874699457,-0.23631455617078378,0.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 4 |
ALL,beh_js_to_base,behaviour,0.08960160711301804,0.07769059418763206,-0.011911012925385985,20,-0.23948851121034828,-0.2244874656853442,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 5 |
+
ALL,beh_kl_sym,behaviour,0.3647380507067003,0.3094585757266621,-0.05527947498003829,14,-0.24290775266655437,-0.2195807505683956,0.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 6 |
ALL,beh_kl_to_base,behaviour,0.3913996514478821,0.3301468381705516,-0.061252813277330495,20,-0.28169470948872694,-0.28835425938371406,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 7 |
+
ALL,beh_logit_cosine,behaviour,0.9332714501236167,0.9529798661491701,0.019708416025553437,14,0.38608567347718864,0.22870850436962925,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 8 |
+
ALL,beh_logit_kl,behaviour,0.341034960243418,0.2874098339659869,-0.053625126277431,14,-0.278200101984641,-0.2126501051422668,0.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 9 |
+
ALL,beh_logit_l2,behaviour,204.41979326520647,175.41233226231165,-29.00746100289481,14,-0.4163278128025941,-0.385420122815239,0.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 10 |
+
ALL,beh_rank_corr,behaviour,0.9329806268459961,0.951161195871319,0.01818056902532278,14,0.3814374558251085,0.21942383366392507,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 11 |
+
ALL,beh_topk_overlap,behaviour,0.7665178571428573,0.7854910714285716,0.01897321428571427,14,0.31690828790999437,0.31317995511105334,14.0,0.0009674284502477448,0.0001220703125,0.006596103069870987
|
| 12 |
+
ALL,grad_cosine,gradient,0.40937968089724464,0.46663049232361026,0.057250811426365664,14,0.3705298360996943,0.4279505974010238,12.0,0.001220703125,0.012939453125,0.007961107336956522
|
| 13 |
+
ALL,grad_cosine_layer_late_minus_early,gradient,0.2221338443591126,0.20717425644397736,-0.014959587915135259,14,-0.09420051312207003,0.0569011795075938,9.0,0.5830078125,0.4239501953125,0.6944444444444444
|
| 14 |
+
ALL,grad_cosine_layer_mean,gradient,0.42017788399576345,0.4750230286170596,0.054845144621296096,14,0.3931079634546619,0.433376634675842,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 15 |
+
ALL,grad_cosine_layer_min,gradient,0.020658088182764395,0.04155282529869252,0.020894737115928114,14,0.122985748136677,0.09629723719252165,8.0,0.267578125,0.79052734375,0.34600619612068967
|
| 16 |
+
ALL,grad_l2,gradient,2506.2674161472237,2442.0809743175123,-64.18644182971096,14,-0.34076902679785137,-0.6692318592964874,4.0,0.090576171875,0.1795654296875,0.15984030330882354
|
| 17 |
+
ALL,grad_norm_a,gradient,1795.328163263304,1877.963938554304,82.63577529099938,14,0.14230699517971798,0.12746216447955763,8.0,0.5015869140625,0.79052734375,0.6116913586128049
|
| 18 |
ALL,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 19 |
+
ALL,grad_norm_ratio,gradient,0.6599518603912582,0.6714418345739143,0.011489974182655956,14,0.06524831075382836,0.04135612763510424,7.0,0.8077392578125,1.0,0.8831521739130435
|
| 20 |
ALL,act_deviation_from_base,other,0.2909211340174079,0.24877564283087844,-0.0421454911865294,20,-0.5111158417968739,-0.48141035398846777,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 21 |
ALL,cka_to_base,other,0.9741214978694913,0.9828484863042831,0.008726988434791572,20,0.5844676284923385,0.3942216092375521,20.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 22 |
ALL,qmd_raw_from_base,other,0.05631466960422178,0.0517850840132395,-0.0045295855909822675,20,-0.22259038161919803,-0.23759881154028703,0.0,1.9073486328125e-06,1.9073486328125e-06,5.7220458984375e-05
|
| 23 |
+
ALL,geo_cka_late_minus_early,representation,-0.06234355061134649,-0.04992704126575378,0.012416509345592713,14,0.5877312511145194,0.6781697324960427,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 24 |
+
ALL,geo_cka_mean,representation,0.9888172379013787,0.9922091583138047,0.0033919204124260465,14,0.5562161867982919,0.5456392456893859,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 25 |
+
ALL,geo_cka_peak_depth,representation,0.17765567765567764,0.17399267399267399,-0.0036630036630036756,14,-0.1126408892223962,0.0,3.0,0.578125,0.7265625,0.6944444444444444
|
| 26 |
+
ALL,geo_procrustes_late_minus_early,representation,0.008848895816051342,0.006747649789466871,-0.0021012460265844714,14,-0.44698897081765754,-0.39045560033452564,0.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 27 |
+
ALL,geo_procrustes_mean,representation,0.005196392702680443,0.0033560479693798572,-0.0018403447333005857,14,-0.5289265907733292,-0.3968418913772446,0.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 28 |
+
ALL,geo_procrustes_peak_depth,representation,0.9304029304029304,1.0,0.0695970695970696,14,0.6782350858352403,0.0,3.0,,0.25,0.32608695652173914
|
| 29 |
+
ALL,geo_rowwise_cosine_late_minus_early,representation,-0.17816777314458573,-0.12108130965914042,0.05708646348544529,14,0.4182755378791335,0.2501346005140091,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 30 |
+
ALL,geo_rowwise_cosine_mean,representation,0.9865940576153142,0.9905679692115102,0.003973911596196057,14,0.4773173210868837,0.3098189158030349,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 31 |
ALL,geo_rowwise_cosine_peak_depth,representation,0.07692307692307689,0.07692307692307689,0.0,0,,,,,,
|
| 32 |
+
ALL,geo_subspace_overlap_late_minus_early,representation,-0.18752422670249794,-0.151861702673093,0.03566252402940493,14,0.5213282335078676,0.44928572685740764,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 33 |
+
ALL,geo_subspace_overlap_mean,representation,0.7761330045589265,0.8065338239279637,0.030400819369037022,14,0.42388155395350174,0.3754202085332493,14.0,0.0001220703125,0.0001220703125,0.00091552734375
|
| 34 |
+
ALL,geo_subspace_overlap_peak_depth,representation,0.0,0.03846153846153846,0.03846153846153846,14,0.37796447300922725,0.0,1.0,,1.0,1.0
|
| 35 |
+
ALL,geo_svcca_late_minus_early,representation,0.009281894791124566,0.012872132793959393,0.0035902380028348282,14,0.34676834321590294,-0.016671816709927338,5.0,0.9515380859375,0.4239501953125,1.0
|
| 36 |
+
ALL,geo_svcca_mean,representation,0.9881930990349214,0.9899708556281992,0.0017777565932779777,14,0.443462315856012,0.2568186601331881,12.0,0.0006103515625,0.012939453125,0.004359654017857143
|
| 37 |
+
ALL,geo_svcca_peak_depth,representation,0.6117216117216117,0.586080586080586,-0.025641025641025637,14,-0.5793976169946168,-0.5793976169946173,0.0,0.0078125,0.0078125,0.048828125
|
| 38 |
+
ALL,ret_gain_over_identity,retrieval,-0.8461538461538464,-0.8461538461538464,0.0,0,,,,,,
|
| 39 |
ALL,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 40 |
ALL,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 41 |
ALL,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 42 |
ALL,ret_procrustes_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 43 |
+
ALL,ret_procrustes_p_at_10,retrieval,0.8461538461538464,0.8461538461538464,0.0,0,,,,,,
|
| 44 |
+
ALL,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5714285714285713,0.03296703296703298,14,0.754378320906602,0.8801080410577018,7.0,0.15234375,0.1796875,0.2096473623853211
|
| 45 |
ALL,ret_ridge_p_at_1,retrieval,0.15384615384615377,0.15384615384615377,0.0,0,,,,,,
|
| 46 |
+
ALL,ret_ridge_p_at_10,retrieval,0.8461538461538464,0.8461538461538464,0.0,0,,,,,,
|
| 47 |
ALL,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 48 |
+
ALL,spectral_overcounting,weight space,-1.0000122274671281,-1.0000121934073312,3.40597969986486e-08,14,0.0030280591156887316,0.0,4.0,0.15625,0.6875,0.21306818181818182
|
| 49 |
+
ALL,subspace_overlap,weight space,0.9984758836882455,0.9985851773193904,0.00010929363114488475,14,0.21778831461603934,0.3215200633914633,8.0,0.42626953125,0.79052734375,0.5373145351890757
|
| 50 |
+
ALL,weight_cosine,weight space,0.9985165042536599,0.9985165170260838,1.2772423880440848e-08,14,1.2255359799445773e-05,0.0,2.0,,0.5,0.6116913586128049
|
| 51 |
+
Code-Instruction_Tuned,beh_entropy_gap,behaviour,-0.6833041678265271,-0.5951874794776216,0.08811668834890547,5,0.19449176897413856,0.21034379444317358,5.0,0.0625,0.0625,0.11160714285714286
|
| 52 |
+
Code-Instruction_Tuned,beh_js,behaviour,0.055129759905125496,0.04412536163693726,-0.01100439826818824,5,-0.25168227171834323,-0.282235098903859,0.0,0.0625,0.0625,0.11160714285714286
|
| 53 |
Code-Instruction_Tuned,beh_js_to_base,behaviour,0.05512975991029358,0.0441253616412705,-0.011004398269023082,5,-0.22125968418665526,-0.2481193785443587,0.0,0.0625,0.0625,0.11160714285714286
|
| 54 |
+
Code-Instruction_Tuned,beh_kl_sym,behaviour,0.24499219891158006,0.1921469844954584,-0.052845214416121666,5,-0.23221118286014203,-0.2655101761098049,0.0,0.0625,0.0625,0.11160714285714286
|
| 55 |
Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.24558744516642164,0.19273855980014618,-0.052848885366275425,5,-0.24304600251831573,-0.2825243992484339,0.0,0.0625,0.0625,0.11160714285714286
|
| 56 |
+
Code-Instruction_Tuned,beh_logit_cosine,behaviour,0.955599820241332,0.9703453280031681,0.014745507761835985,5,0.2888628536971271,0.31988000170133846,5.0,0.0625,0.0625,0.11160714285714286
|
| 57 |
+
Code-Instruction_Tuned,beh_logit_kl,behaviour,0.2455873594795482,0.19273849651112931,-0.05284886296841894,5,-0.27417295003693576,-0.3187073490019659,0.0,0.0625,0.0625,0.11160714285714286
|
| 58 |
+
Code-Instruction_Tuned,beh_logit_l2,behaviour,192.04082336425782,163.2710754394531,-28.769747924804687,5,-0.4129160503644423,-0.4245094729418679,0.0,0.0625,0.0625,0.11160714285714286
|
| 59 |
+
Code-Instruction_Tuned,beh_rank_corr,behaviour,0.9524910920795607,0.9660681227143326,0.013577030634772003,5,0.28485291168685223,0.3222584726023164,5.0,0.0625,0.0625,0.11160714285714286
|
| 60 |
+
Code-Instruction_Tuned,beh_topk_overlap,behaviour,0.8006250000000001,0.826875,0.02624999999999993,5,0.4384519371554737,0.41757327348140316,5.0,0.0625,0.0625,0.11160714285714286
|
| 61 |
+
Code-Instruction_Tuned,grad_cosine,gradient,0.35552179076297225,0.45261807229124856,0.09709628152827632,5,0.6284115173954288,0.6709211346256058,5.0,0.0625,0.0625,0.11160714285714286
|
| 62 |
+
Code-Instruction_Tuned,grad_cosine_layer_late_minus_early,gradient,0.3248445110395551,0.330592554807663,0.005748043768107902,5,0.03619542700478094,0.11261330057758252,3.0,0.8125,1.0,0.8831521739130435
|
| 63 |
+
Code-Instruction_Tuned,grad_cosine_layer_mean,gradient,0.4095597248943522,0.4737071388214826,0.06414741392713039,5,0.45978289279568896,0.44594787969890076,5.0,0.0625,0.0625,0.11160714285714286
|
| 64 |
+
Code-Instruction_Tuned,grad_cosine_layer_min,gradient,-0.09967979453504087,-0.049875938892364476,0.04980385564267638,5,0.29314388653573376,0.17642050678631052,5.0,0.0625,0.0625,0.11160714285714286
|
| 65 |
+
Code-Instruction_Tuned,grad_l2,gradient,2545.4297570479016,2387.143825984914,-158.28593106298732,5,-0.8403479168891778,-0.8287637189462994,0.0,0.0625,0.0625,0.11160714285714286
|
| 66 |
+
Code-Instruction_Tuned,grad_norm_a,gradient,1487.9266221662315,1527.1069945411577,39.18037237492622,5,0.06747248444228582,-0.04312094628197376,2.0,1.0,1.0,1.0
|
| 67 |
Code-Instruction_Tuned,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 68 |
+
Code-Instruction_Tuned,grad_norm_ratio,gradient,0.5590018502745939,0.5737215954056709,0.014719745131077067,5,0.08358926567297638,-0.05342100953637214,2.0,1.0,1.0,1.0
|
| 69 |
Code-Instruction_Tuned,act_deviation_from_base,other,0.29014053430408243,0.24678958225995298,-0.04335095204412938,5,-0.5257349653054478,-0.5900637262201152,0.0,0.0625,0.0625,0.11160714285714286
|
| 70 |
Code-Instruction_Tuned,cka_to_base,other,0.9737666422128678,0.983200253546238,0.009433611333370218,5,0.6317918816246285,0.8040619007888237,5.0,0.0625,0.0625,0.11160714285714286
|
| 71 |
Code-Instruction_Tuned,qmd_raw_from_base,other,0.06490202158222438,0.05963919167922608,-0.005262829902998324,5,-0.25862306671884455,-0.27103230967800196,0.0,0.0625,0.0625,0.11160714285714286
|
| 72 |
+
Code-Instruction_Tuned,geo_cka_late_minus_early,representation,-0.055239056183776156,-0.04099403102646176,0.0142450251573144,5,0.6742834257872932,0.7298376566570408,5.0,0.0625,0.0625,0.11160714285714286
|
| 73 |
+
Code-Instruction_Tuned,geo_cka_mean,representation,0.9896876396101477,0.9934545508432834,0.003766911233135617,5,0.6177081851409818,0.7405429759154678,5.0,0.0625,0.0625,0.11160714285714286
|
| 74 |
Code-Instruction_Tuned,geo_cka_peak_depth,representation,0.17435897435897435,0.17435897435897435,0.0,5,4.4408920985006264e-17,0.0,2.0,,1.0,1.0
|
| 75 |
+
Code-Instruction_Tuned,geo_procrustes_late_minus_early,representation,0.00436498752170236,0.00242817556567644,-0.00193681195602592,5,-0.41200962283250125,-0.39630366484664514,0.0,0.0625,0.0625,0.11160714285714286
|
| 76 |
+
Code-Instruction_Tuned,geo_procrustes_mean,representation,0.004198640353438201,0.0024688665427442798,-0.00172977381069392,5,-0.49714781581081613,-0.6162210317518242,0.0,0.0625,0.0625,0.11160714285714286
|
| 77 |
Code-Instruction_Tuned,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,5,0.0,0.0,0.0,,,
|
| 78 |
+
Code-Instruction_Tuned,geo_rowwise_cosine_late_minus_early,representation,-0.13471602201461788,-0.08607503175735468,0.048640990257263206,5,0.3563951087637033,0.4473296653156764,5.0,0.0625,0.0625,0.11160714285714286
|
| 79 |
+
Code-Instruction_Tuned,geo_rowwise_cosine_mean,representation,0.9901552379131318,0.9933711487054824,0.003215910792350796,5,0.3862717846387512,0.47731089052305614,5.0,0.0625,0.0625,0.11160714285714286
|
| 80 |
Code-Instruction_Tuned,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 81 |
+
Code-Instruction_Tuned,geo_subspace_overlap_late_minus_early,representation,-0.14191270069168374,-0.11435183690533393,0.02756086378634979,5,0.4028951069150796,0.40312292960317847,5.0,0.0625,0.0625,0.11160714285714286
|
| 82 |
+
Code-Instruction_Tuned,geo_subspace_overlap_mean,representation,0.8071106870546114,0.8353119669517278,0.028201279897116606,5,0.3932131631439673,0.42357066848055713,5.0,0.0625,0.0625,0.11160714285714286
|
| 83 |
+
Code-Instruction_Tuned,geo_subspace_overlap_peak_depth,representation,0.0,0.10769230769230768,0.10769230769230768,5,1.0583005244258363,0.0,1.0,,1.0,1.0
|
| 84 |
+
Code-Instruction_Tuned,geo_svcca_late_minus_early,representation,0.00803560923083296,0.00803456818977926,-1.041041053700259e-06,5,-0.00010055045964260144,-0.028746235042022866,1.0,0.625,0.375,0.6944444444444444
|
| 85 |
+
Code-Instruction_Tuned,geo_svcca_mean,representation,0.9905682710814082,0.9910761660904823,0.0005078950090740442,5,0.12669467675571014,0.10644785153282797,3.0,0.3125,1.0,0.3972457627118644
|
| 86 |
+
Code-Instruction_Tuned,geo_svcca_peak_depth,representation,0.6153846153846153,0.5794871794871794,-0.03589743589743592,5,-0.8111566637924643,-1.1587952339892347,0.0,,0.125,0.1736111111111111
|
| 87 |
Code-Instruction_Tuned,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 88 |
Code-Instruction_Tuned,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 89 |
Code-Instruction_Tuned,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 90 |
Code-Instruction_Tuned,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 91 |
Code-Instruction_Tuned,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 92 |
Code-Instruction_Tuned,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 93 |
+
Code-Instruction_Tuned,ret_procrustes_p_at_5,retrieval,0.5384615384615384,0.5538461538461539,0.015384615384615396,5,0.352043216423081,0.0,1.0,,1.0,1.0
|
| 94 |
Code-Instruction_Tuned,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 95 |
Code-Instruction_Tuned,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 96 |
Code-Instruction_Tuned,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 97 |
+
Code-Instruction_Tuned,spectral_overcounting,weight space,-1.0000210285186768,-1.0000209569931031,7.152557368605983e-08,5,0.006358924141959302,0.010598206890105037,3.0,,0.25,0.32608695652173914
|
| 98 |
+
Code-Instruction_Tuned,subspace_overlap,weight space,0.9982860565185547,0.998554265499115,0.0002682089805602805,5,0.534457325913848,0.5841284343403089,4.0,0.1875,0.375,0.25111607142857145
|
| 99 |
+
Code-Instruction_Tuned,weight_cosine,weight space,0.9979568839073181,0.9979568958282471,1.1920928955078126e-08,5,1.1438335812816056e-05,0.0,1.0,,1.0,1.0
|
| 100 |
+
Code-Math,beh_entropy_gap,behaviour,-0.8487195574856834,-0.7650611875315414,0.08365836995414186,5,0.18465133752471624,0.19886824775232498,5.0,0.0625,0.0625,0.11160714285714286
|
| 101 |
+
Code-Math,beh_js,behaviour,0.05932089412373158,0.05064618958203162,-0.00867470454169996,5,-0.19839970276720348,-0.22821154565138585,0.0,0.0625,0.0625,0.11160714285714286
|
| 102 |
Code-Math,beh_js_to_base,behaviour,0.05932089412574072,0.05064618958360474,-0.008674704542135979,5,-0.17441775011074206,-0.20062602809704028,0.0,0.0625,0.0625,0.11160714285714286
|
| 103 |
+
Code-Math,beh_kl_sym,behaviour,0.26808387823507396,0.2265663909103927,-0.041517487324681225,5,-0.1824351542058276,-0.21249132055032666,0.0,0.0625,0.0625,0.11160714285714286
|
| 104 |
Code-Math,beh_kl_to_base,behaviour,0.25441715897768064,0.21898163798982795,-0.03543552098785269,5,-0.16296392371498078,-0.18759318779542877,0.0,0.0625,0.0625,0.11160714285714286
|
| 105 |
+
Code-Math,beh_logit_cosine,behaviour,0.9678319167345762,0.9741528473794461,0.006320930644869893,5,0.12382632687796953,0.14293858478632296,5.0,0.0625,0.0625,0.11160714285714286
|
| 106 |
+
Code-Math,beh_logit_kl,behaviour,0.25441714456503767,0.21898162601839272,-0.03543551854664489,5,-0.18383480949869974,-0.2116183582511801,0.0,0.0625,0.0625,0.11160714285714286
|
| 107 |
+
Code-Math,beh_logit_l2,behaviour,146.3926574707031,130.74491119384766,-15.647746276855466,5,-0.22458332296242842,-0.2350457157104865,0.0,0.0625,0.0625,0.11160714285714286
|
| 108 |
+
Code-Math,beh_rank_corr,behaviour,0.9669009735636862,0.9717550715116751,0.004854097947989078,5,0.10184140931056265,0.11267581755619256,5.0,0.0625,0.0625,0.11160714285714286
|
| 109 |
+
Code-Math,beh_topk_overlap,behaviour,0.775625,0.784375,0.00874999999999999,5,0.14615064571849148,0.15658997755552712,5.0,0.0625,0.0625,0.11160714285714286
|
| 110 |
+
Code-Math,grad_cosine,gradient,0.5876556778540429,0.5917608889232799,0.00410521106923698,5,0.026569111367014044,0.017821443556360318,3.0,0.625,1.0,0.6944444444444444
|
| 111 |
+
Code-Math,grad_cosine_layer_late_minus_early,gradient,0.1983495146036148,0.14799186587333682,-0.050357648730277996,5,-0.31710207372849647,0.18239199574912374,3.0,0.8125,1.0,0.8831521739130435
|
| 112 |
+
Code-Math,grad_cosine_layer_mean,gradient,0.5469746536761522,0.5788521881401538,0.031877534464001614,5,0.22848536073024822,0.21041391458118225,5.0,0.0625,0.0625,0.11160714285714286
|
| 113 |
+
Code-Math,grad_cosine_layer_min,gradient,0.2266274720430374,0.2274605453014374,0.0008330732583999634,5,0.0049034423055208665,-0.0898339651112978,2.0,1.0,1.0,1.0
|
| 114 |
+
Code-Math,grad_l2,gradient,2319.686796850513,2414.1387696379434,94.45197278743053,5,0.5014502428924371,0.33712186523603394,4.0,0.125,0.375,0.1736111111111111
|
| 115 |
+
Code-Math,grad_norm_a,gradient,2390.545600169052,2659.1058810180484,268.5602808489963,5,0.4624874209464154,0.35892428567816675,5.0,0.0625,0.0625,0.11160714285714286
|
| 116 |
Code-Math,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 117 |
+
Code-Math,grad_norm_ratio,gradient,0.8574013604723248,0.9035415511295989,0.04614019065727413,5,0.2620170811864091,0.2869260350605207,4.0,0.1875,0.375,0.25111607142857145
|
| 118 |
Code-Math,act_deviation_from_base,other,0.1923275407031178,0.16943953882902857,-0.02288800187408923,5,-0.27757228627727104,-0.2954531074726018,0.0,0.0625,0.0625,0.11160714285714286
|
| 119 |
Code-Math,cka_to_base,other,0.9902538159489632,0.9923722693324087,0.0021184533834457397,5,0.14187797249254336,0.15566798010118926,5.0,0.0625,0.0625,0.11160714285714286
|
| 120 |
Code-Math,qmd_raw_from_base,other,0.024078073164752987,0.02234327448026893,-0.0017347986844840567,5,-0.08525051430324117,-0.08992501734153821,0.0,0.0625,0.0625,0.11160714285714286
|
| 121 |
+
Code-Math,geo_cka_late_minus_early,representation,-0.058691569904006424,-0.04398952980952162,0.0147020400944848,5,0.6959160725582251,0.8949323585237084,5.0,0.0625,0.0625,0.11160714285714286
|
| 122 |
+
Code-Math,geo_cka_mean,representation,0.99417478830822,0.9954362104658543,0.0012614221576341845,5,0.20685138126820868,0.2379855833681776,5.0,0.0625,0.0625,0.11160714285714286
|
| 123 |
Code-Math,geo_cka_peak_depth,representation,0.1794871794871795,0.1794871794871795,0.0,5,0.0,0.0,0.0,,,
|
| 124 |
+
Code-Math,geo_procrustes_late_minus_early,representation,0.0108585079421431,0.008293522161850638,-0.00256498578029246,5,-0.545638321067284,-0.6722687326256198,0.0,0.0625,0.0625,0.11160714285714286
|
| 125 |
+
Code-Math,geo_procrustes_mean,representation,0.0023172051776681403,0.0018304487768952,-0.00048675640077294,5,-0.13989683505447695,-0.15269366256148134,0.0,0.0625,0.0625,0.11160714285714286
|
| 126 |
Code-Math,geo_procrustes_peak_depth,representation,1.0,1.0,0.0,5,0.0,0.0,0.0,,,
|
| 127 |
+
Code-Math,geo_rowwise_cosine_late_minus_early,representation,-0.06846257448196405,-0.054540717601776076,0.013921856880187983,5,0.10200618183891548,0.1143624814611633,5.0,0.0625,0.0625,0.11160714285714286
|
| 128 |
+
Code-Math,geo_rowwise_cosine_mean,representation,0.9922253370285035,0.9937962743639946,0.001570937335491207,5,0.18868955245249902,0.20971040346032663,5.0,0.0625,0.0625,0.11160714285714286
|
| 129 |
Code-Math,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 130 |
+
Code-Math,geo_subspace_overlap_late_minus_early,representation,-0.1749953027584557,-0.14576759024866462,0.029227712509791115,5,0.4272617305393641,0.405260443696325,5.0,0.0625,0.0625,0.11160714285714286
|
| 131 |
+
Code-Math,geo_subspace_overlap_mean,representation,0.807064705124249,0.8288022057760343,0.021737500651785147,5,0.303088066262071,0.309903244618024,5.0,0.0625,0.0625,0.11160714285714286
|
| 132 |
Code-Math,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,5,0.0,0.0,0.0,,,
|
| 133 |
+
Code-Math,geo_svcca_late_minus_early,representation,0.00575740348169158,0.0054772748334523,-0.00028012864823927995,5,-0.027056631666353227,-0.02841008487592467,1.0,0.3125,0.375,0.3972457627118644
|
| 134 |
+
Code-Math,geo_svcca_mean,representation,0.9902774457520932,0.9912311413409194,0.0009536955888259646,5,0.23789986550554415,0.2052726735468598,5.0,0.0625,0.0625,0.11160714285714286
|
| 135 |
Code-Math,geo_svcca_peak_depth,representation,0.5641025641025641,0.5641025641025641,0.0,5,0.0,0.0,0.0,,,
|
| 136 |
Code-Math,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 137 |
Code-Math,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
|
|
|
| 143 |
Code-Math,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 144 |
Code-Math,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 145 |
Code-Math,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 146 |
+
Code-Math,spectral_overcounting,weight space,-0.9999979734420776,-0.9999979972839356,-2.384185791015625e-08,5,-0.002119641381969147,0.0,0.0,,0.5,0.6116913586128049
|
| 147 |
+
Code-Math,subspace_overlap,weight space,0.9988187074661254,0.9985008955001831,-0.0003178119659424716,5,-0.6333006937583159,-0.3500257210252091,1.0,0.4375,0.375,0.546875
|
| 148 |
+
Code-Math,weight_cosine,weight space,0.9997980713844299,0.9997980952262878,2.384185791015625e-08,5,2.2876671625632112e-05,0.0,1.0,,1.0,1.0
|
| 149 |
Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.12113742600657493,0.10746916728598466,-0.01366825872059028,5,-0.2748205339325454,-0.2911923025185968,0.0,0.0625,0.0625,0.11160714285714286
|
| 150 |
Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.5253016705460712,0.45086890549425257,-0.07443276505181856,5,-0.3423078060559,-0.3661812320817214,0.0,0.0625,0.0625,0.11160714285714286
|
| 151 |
Code-Math-Instruction_Tuned,act_deviation_from_base,other,0.34054103039205075,0.2870888278074562,-0.05345220258459451,5,-0.6482370177869512,-0.7525949840811219,0.0,0.0625,0.0625,0.11160714285714286
|
| 152 |
Code-Math-Instruction_Tuned,cka_to_base,other,0.9637338295578957,0.9776740205287933,0.013940190970897692,5,0.9336084742600528,1.1128547417209058,5.0,0.0625,0.0625,0.11160714285714286
|
| 153 |
Code-Math-Instruction_Tuned,qmd_raw_from_base,other,0.06741627142434369,0.06192478721447022,-0.005491484209873472,5,-0.2698594697857254,-0.29428904562512653,0.0,0.0625,0.0625,0.11160714285714286
|
| 154 |
+
Math-Instruction_Tuned,beh_entropy_gap,behaviour,-1.4036753993094706,-1.4330373323577612,-0.029361933048290767,4,-0.06480786336920055,-0.11729535916029676,1.0,,0.625,0.6944444444444444
|
| 155 |
+
Math-Instruction_Tuned,beh_js,behaviour,0.12754935349557608,0.11579020907617289,-0.011759144419403181,4,-0.2689441175075476,-0.2800163235981322,0.0,,0.125,0.1736111111111111
|
| 156 |
Math-Instruction_Tuned,beh_js_to_base,behaviour,0.122818348409463,0.10852165823966838,-0.014296690169794596,5,-0.2874560766114504,-0.2804668634303113,0.0,0.0625,0.0625,0.11160714285714286
|
| 157 |
+
Math-Instruction_Tuned,beh_kl_sym,behaviour,0.6352380810401339,0.5597132957860034,-0.0755247852541304,4,-0.3318692130004783,-0.37119701236837815,0.0,,0.125,0.1736111111111111
|
| 158 |
Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.5402923311013552,0.45799824939797984,-0.08229408170337532,5,-0.3784611056657115,-0.44202447669781614,0.0,0.0625,0.0625,0.11160714285714286
|
| 159 |
+
Math-Instruction_Tuned,beh_logit_cosine,behaviour,0.8621604042127728,0.9048068122938275,0.04264640808105469,4,0.8354383814512893,1.0520315672481901,4.0,,0.125,0.1736111111111111
|
| 160 |
+
Math-Instruction_Tuned,beh_logit_kl,behaviour,0.5686167307962305,0.49128426571905187,-0.07733246507717872,4,-0.40119065752669897,-0.446061898868627,0.0,,0.125,0.1736111111111111
|
| 161 |
+
Math-Instruction_Tuned,beh_logit_l2,behaviour,292.4274253845215,246.42317962646484,-46.004245758056655,4,-0.6602731281504914,-0.7696872062168616,0.0,,0.125,0.1736111111111111
|
| 162 |
+
Math-Instruction_Tuned,beh_rank_corr,behaviour,0.866192111906928,0.9067851927671065,0.04059308086017838,4,0.8516631941411112,1.0566104373473122,4.0,,0.125,0.1736111111111111
|
| 163 |
+
Math-Instruction_Tuned,beh_topk_overlap,behaviour,0.7124999999999999,0.73515625,0.022656250000000044,4,0.37842577909252373,0.3914749438888178,4.0,,0.125,0.1736111111111111
|
| 164 |
+
Math-Instruction_Tuned,grad_cosine,gradient,0.2538570473690873,0.3277330216144755,0.07387597424538817,4,0.4781286403958763,0.48225729552488605,4.0,,0.125,0.1736111111111111
|
| 165 |
+
Math-Instruction_Tuned,grad_cosine_layer_late_minus_early,gradient,0.12347592320293183,0.12687937170267102,0.0034034484997392013,4,0.02143151247739924,0.021777655074648572,3.0,,0.625,0.6944444444444444
|
| 166 |
+
Math-Instruction_Tuned,grad_cosine_layer_mean,gradient,0.27495462077204136,0.3468814414576627,0.07192682068562137,4,0.5155425551838954,0.4568398873476562,4.0,,0.125,0.1736111111111111
|
| 167 |
+
Math-Instruction_Tuned,grad_cosine_layer_min,gradient,-0.08638128824532026,-0.0765458694659173,0.009835418779402975,4,0.05789095742680121,-0.12014105051381016,1.0,,0.625,0.6944444444444444
|
| 168 |
+
Math-Instruction_Tuned,grad_l2,gradient,2690.5402641422634,2545.680165582721,-144.8600985595424,4,-0.7690695012965542,-0.749334274624932,0.0,,0.125,0.1736111111111111
|
| 169 |
+
Math-Instruction_Tuned,grad_norm_a,gradient,1435.5582935024609,1340.1076904910553,-95.45060301140529,4,-0.1643753986068635,-0.3014660117145248,1.0,,0.625,0.6944444444444444
|
| 170 |
Math-Instruction_Tuned,grad_norm_b,gradient,2661.756166702006,2661.756166702006,0.0,0,,,,,,
|
| 171 |
+
Math-Instruction_Tuned,grad_norm_ratio,gradient,0.5393274979357555,0.5034674878396124,-0.03586001009614315,4,-0.2036388459358326,-0.3734755397384677,1.0,,0.625,0.6944444444444444
|
| 172 |
Math-Instruction_Tuned,act_deviation_from_base,other,0.3406754306703806,0.2917846224270761,-0.048890808243304495,5,-0.5929190978178251,-0.6552347513245169,0.0,0.0625,0.0625,0.11160714285714286
|
| 173 |
Math-Instruction_Tuned,cka_to_base,other,0.9687317037582398,0.9781474018096924,0.009415698051452637,5,0.6305921855921296,0.7110382045334173,5.0,0.0625,0.0625,0.11160714285714286
|
| 174 |
Math-Instruction_Tuned,qmd_raw_from_base,other,0.06886231224556602,0.06323308267899282,-0.005629229566573214,5,-0.27662847566898086,-0.29392234507751674,0.0,0.0625,0.0625,0.11160714285714286
|
| 175 |
+
Math-Instruction_Tuned,geo_cka_late_minus_early,representation,-0.0757891445299845,-0.06851519338515899,0.007273951144825505,4,0.3443100059689205,0.2167227919697909,4.0,,0.125,0.1736111111111111
|
| 176 |
+
Math-Instruction_Tuned,geo_cka_mean,representation,0.981032297756866,0.9866186024618949,0.0055863047050289105,4,0.9160571957825329,1.0212451015354878,4.0,,0.125,0.1736111111111111
|
| 177 |
+
Math-Instruction_Tuned,geo_cka_peak_depth,representation,0.1794871794871795,0.16666666666666663,-0.012820512820512865,4,-0.3942431122783865,-0.7884862245567718,1.0,,0.625,0.6944444444444444
|
| 178 |
+
Math-Instruction_Tuned,geo_procrustes_late_minus_early,representation,0.011941766026372874,0.0102146521037252,-0.001727113922647675,4,-0.3674014679870694,-0.332211085369395,0.0,,0.125,0.1736111111111111
|
| 179 |
+
Math-Instruction_Tuned,geo_procrustes_mean,representation,0.010042567545498626,0.00637202374328015,-0.003670543802218475,4,-1.0549372541250355,-1.2522148971585065,0.0,,0.125,0.1736111111111111
|
| 180 |
+
Math-Instruction_Tuned,geo_procrustes_peak_depth,representation,0.7564102564102564,1.0,0.24358974358974358,4,2.373822800423341,2.9985130110610627,3.0,,0.25,0.32608695652173914
|
| 181 |
+
Math-Instruction_Tuned,geo_rowwise_cosine_late_minus_early,representation,-0.36961396038532257,-0.24801489710807798,0.1215990632772446,4,0.8909627693236937,1.088536148356718,4.0,,0.125,0.1736111111111111
|
| 182 |
+
Math-Instruction_Tuned,geo_rowwise_cosine_mean,representation,0.9751034829765558,0.9830286134034396,0.007925130426883698,4,0.9519089524400304,1.1448235157461335,4.0,,0.125,0.1736111111111111
|
| 183 |
Math-Instruction_Tuned,geo_rowwise_cosine_peak_depth,representation,0.0769230769230769,0.0769230769230769,0.0,0,,,,,,
|
| 184 |
+
Math-Instruction_Tuned,geo_subspace_overlap_late_minus_early,representation,-0.26019978914606845,-0.20636667541332732,0.05383311373274112,4,0.786952770459482,0.8436564145650778,4.0,,0.125,0.1736111111111111
|
| 185 |
+
Math-Instruction_Tuned,geo_subspace_overlap_mean,representation,0.6987462757326675,0.7427256678381698,0.04397939210550239,4,0.6132089020797081,0.7026895942833298,4.0,,0.125,0.1736111111111111
|
| 186 |
+
Math-Instruction_Tuned,geo_subspace_overlap_peak_depth,representation,0.0,0.0,0.0,4,0.0,0.0,0.0,,,
|
| 187 |
+
Math-Instruction_Tuned,geo_svcca_late_minus_early,representation,0.015245365878280301,0.02816266099981843,0.012917295121538126,4,1.2476356789131553,1.1432646763867527,3.0,,0.625,0.6944444444444444
|
| 188 |
+
Math-Instruction_Tuned,geo_svcca_mean,representation,0.982618700580348,0.9870138604094457,0.004395159829097911,4,1.096374927669474,1.184850553192007,4.0,,0.125,0.1736111111111111
|
| 189 |
+
Math-Instruction_Tuned,geo_svcca_peak_depth,representation,0.6666666666666666,0.6217948717948718,-0.04487179487179482,4,-1.0139458297405786,-1.1587952339892322,0.0,,0.125,0.1736111111111111
|
| 190 |
Math-Instruction_Tuned,ret_gain_over_identity,retrieval,-0.8461538461538461,-0.8461538461538461,0.0,0,,,,,,
|
| 191 |
Math-Instruction_Tuned,ret_identity_p_at_1,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 192 |
Math-Instruction_Tuned,ret_identity_p_at_10,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 193 |
Math-Instruction_Tuned,ret_identity_p_at_5,retrieval,1.0,1.0,0.0,0,,,,,,
|
| 194 |
Math-Instruction_Tuned,ret_procrustes_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 195 |
Math-Instruction_Tuned,ret_procrustes_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 196 |
+
Math-Instruction_Tuned,ret_procrustes_p_at_5,retrieval,0.5,0.5961538461538461,0.0961538461538462,4,2.2002701026442555,1.760216082115405,4.0,,0.125,0.1736111111111111
|
| 197 |
Math-Instruction_Tuned,ret_ridge_p_at_1,retrieval,0.1538461538461538,0.1538461538461538,0.0,0,,,,,,
|
| 198 |
Math-Instruction_Tuned,ret_ridge_p_at_10,retrieval,0.8461538461538461,0.8461538461538461,0.0,0,,,,,,
|
| 199 |
Math-Instruction_Tuned,ret_ridge_p_at_5,retrieval,0.5384615384615384,0.5384615384615384,0.0,0,,,,,,
|
| 200 |
+
Math-Instruction_Tuned,spectral_overcounting,weight space,-1.0000190436840057,-1.000018984079361,5.960464477539063e-08,4,0.005299103454922868,0.0,1.0,,1.0,1.0
|
| 201 |
+
Math-Instruction_Tuned,subspace_overlap,weight space,0.998284637928009,0.9987291693687439,0.0004445314407348355,4,0.8858133109617227,1.1472933329624087,3.0,,0.625,0.6944444444444444
|
| 202 |
+
Math-Instruction_Tuned,weight_cosine,weight space,0.9976140707731247,0.9976140707731247,0.0,4,0.0,0.0,0.0,,,
|
tables/T5_coverage.csv
CHANGED
|
@@ -13,7 +13,7 @@ DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,ahn1376/DARETaskArithmetic
|
|
| 13 |
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned___AIM,ok,not-run,198.0,,True,True,False,True,
|
| 14 |
DARETies,DARE TIES,Code-Math,ahn1376/DARETies___Code-Math,ahn1376/DARETies___Code-Math___AIM,ok,ok,,747.0,True,True,True,True,
|
| 15 |
DARETies,DARE TIES,Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned___AIM,ok,ok,188.0,738.0,True,True,True,True,
|
| 16 |
-
DARETies,DARE TIES,Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned___AIM,ok,
|
| 17 |
DARETies,DARE TIES,Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned___AIM,ok,not-run,174.0,,True,True,False,True,
|
| 18 |
WIDEN,WIDEN,Code-Math,ahn1376/WIDEN___Code-Math,ahn1376/WIDEN___Code-Math___AIM,ok,ok,161.0,673.0,True,True,True,True,
|
| 19 |
WIDEN,WIDEN,Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned___AIM,ok,ok,158.0,913.0,True,True,True,True,
|
|
|
|
| 13 |
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned___AIM,ok,not-run,198.0,,True,True,False,True,
|
| 14 |
DARETies,DARE TIES,Code-Math,ahn1376/DARETies___Code-Math,ahn1376/DARETies___Code-Math___AIM,ok,ok,,747.0,True,True,True,True,
|
| 15 |
DARETies,DARE TIES,Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned___AIM,ok,ok,188.0,738.0,True,True,True,True,
|
| 16 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned___AIM,ok,ok,189.0,801.0,True,True,True,True,
|
| 17 |
DARETies,DARE TIES,Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned___AIM,ok,not-run,174.0,,True,True,False,True,
|
| 18 |
WIDEN,WIDEN,Code-Math,ahn1376/WIDEN___Code-Math,ahn1376/WIDEN___Code-Math___AIM,ok,ok,161.0,673.0,True,True,True,True,
|
| 19 |
WIDEN,WIDEN,Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned___AIM,ok,ok,158.0,913.0,True,True,True,True,
|