refresh 2026-08-26T19:23:15Z (38 files)
Browse files- README.md +70 -46
- figures/F9_AIM_mechanism.pdf +0 -0
- figures/F9_AIM_mechanism.png +2 -2
- results/ledger_s0.json +24 -0
- results/ledger_s1.json +18 -0
- results/mechanism_acts_s0.csv +480 -0
- results/mechanism_acts_s1.csv +360 -0
- results/mechanism_logits_s0.csv +12 -0
- results/mechanism_logits_s1.csv +9 -0
- results/mechanism_summary.csv +4 -0
- results/mechanism_weights__DARETaskArithmetic__Code-Math-Instruction_Tuned.csv +0 -0
- results/mechanism_weights__TaskArithmetic__Code-Math-Instruction_Tuned.csv +0 -0
- results/mechanism_weights__WIDEN__Math-Instruction_Tuned.csv +0 -0
- results/salience_check.csv +0 -0
- tables/T1_paired_per_checkpoint.csv +85 -65
- tables/T1b_paired_mechanism_per_checkpoint.csv +85 -65
- tables/T2_per_operator.csv +30 -30
- tables/T3_per_combo.csv +25 -20
- tables/T4_mechanism.csv +4 -0
- tables/T4_mechanism_paired_test.json +6 -6
- tables/T5_coverage.csv +4 -4
README.md
CHANGED
|
@@ -52,8 +52,8 @@ configs:
|
|
| 52 |
all 20 matched checkpoints, the endpoint-scaled benchmark mean rises +0.219 (18/20 positive,
|
| 53 |
Wilcoxon p = 9.5e-6) (§6 T0).
|
| 54 |
|
| 55 |
-
**Coverage: mechanism
|
| 56 |
-
2026-08-26 19:
|
| 57 |
<!-- AIM-HEADLINE:END -->
|
| 58 |
Published at
|
| 59 |
[`Mergeability-2/aim-activation-informed-merging`](https://huggingface.co/datasets/Mergeability-2/aim-activation-informed-merging),
|
|
@@ -243,19 +243,23 @@ Two caveats stated up front, because they decide how the figure may be read.
|
|
| 243 |
|
| 244 |
### 3.3 RESULT — the targeting is real, and it is roughly four times more efficient than shrinkage alone
|
| 245 |
|
| 246 |
-
**Coverage at the time of writing:
|
| 247 |
automatically as more land (`scripts/aim/autopilot_aim.sh`), and the current table is always §6 T4
|
| 248 |
and `results/aim/tables/T4_mechanism.csv`.
|
| 249 |
|
| 250 |
-
Averaged over the
|
| 251 |
|
| 252 |
| quantity | value | reading |
|
| 253 |
|---|---|---|
|
| 254 |
-
| `rho_W` — weight-space shrink `‖ΔW_AIM‖/‖ΔW_merge‖` | **0.
|
| 255 |
| `rho_A(uniform)` — activation shrink, activation-**agnostic** control | **0.966** | removing that much weight the *wrong* way removes only 3.4% of the activation deviation |
|
| 256 |
-
| `rho_A(AIM)` — activation shrink, activation-**informed** | **0.
|
| 257 |
-
| `aim_advantage` = `rho_A(uniform) − rho_A(AIM)` | **+0.
|
| 258 |
-
| leverage `(1−rho_A)/(1−rho_W)` — activation deviation removed per unit of weight change | AIM **1.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
|
| 260 |
So the answer to the question in the section title is **yes, AIM does what it claims, and the
|
| 261 |
claim is not trivial**. The control makes that precise. Both models are, tensor for tensor, exactly
|
|
@@ -287,6 +291,22 @@ the distribution you selected the weights from is the easiest version of the cla
|
|
| 287 |
follow that the preserved activations are the ones that matter for HumanEval or GSM8K, and §3.4
|
| 288 |
(the property panel against the published outcome) is where that link would have to be made.
|
| 289 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
## 4. What did not run, and why
|
| 291 |
|
| 292 |
- **No benchmark evaluation.** Ruled out on time grounds; published numbers cover all 40
|
|
@@ -354,25 +374,28 @@ Every table is also a CSV under `results/aim/tables/` and on the Hub at [`Mergea
|
|
| 354 |
|
| 355 |
The direct test of AIM's claim. Needs no benchmark scores. `rho_W` is the weight-space shrink `‖ΔW_AIM‖/‖ΔW_merge‖`; `rho_A_*` is the same ratio measured on activations (4096 pile-val token positions, mean over layers); `aim_advantage = rho_A_uniform − rho_A_aim` is **positive when the activation-informed shrink preserves the base model's activations better than an activation-agnostic shrink of exactly the same weight-space size**. `omega_hat` and `col_r2_median` are the recovered closed form; `salience_recovery_r` is the correlation between the salience implied by the published checkpoint pair and the salience measured independently from the base model.
|
| 356 |
|
| 357 |
-
| operator_label | combo
|
| 358 |
-
|:-----------------|:-----------------------|------------:|----------------:|-------------------:|
|
| 359 |
-
| DARE Linear | Code-Instruction_Tuned
|
| 360 |
-
| DARE Linear | Code-Math
|
| 361 |
-
| DARE Linear | Math-Instruction_Tuned | 0.3999 | 0.9992 | 0.9988 |
|
| 362 |
-
| DARE
|
| 363 |
-
| DARE TIES | Code-
|
| 364 |
-
| DARE TIES |
|
| 365 |
-
|
|
| 366 |
-
| Task Arithmetic | Code-
|
| 367 |
-
| Task Arithmetic |
|
| 368 |
-
|
|
| 369 |
-
|
|
| 370 |
-
| TIES |
|
| 371 |
-
|
|
| 372 |
-
|
|
| 373 |
-
|
| 374 |
-
|
| 375 |
-
|
|
|
|
|
|
|
|
|
|
| 376 |
|
| 377 |
|
| 378 |
### T0 — The merge outcome, paired (published numbers, nothing re-run)
|
|
@@ -420,14 +443,14 @@ Per benchmark, paired across the 20 matched pairs:
|
|
| 420 |
|
| 421 |
### T2 — Does AIM's effect differ by merge operator?
|
| 422 |
|
| 423 |
-
| operator | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers
|
| 424 |
-
|:-------------------|------------:|-----------------:|-------------------------:|:--------------------------------------------------------------------------------|
|
| 425 |
-
| ALL | 5 | 5 | 0.
|
| 426 |
-
| DARETaskArithmetic | 5 | 0 | 0.
|
| 427 |
-
| DARETies | 5 | 0 | 0.
|
| 428 |
-
| TaskArithmetic | 5 | 0 | 0.
|
| 429 |
-
| Ties | 5 | 0 | 0.
|
| 430 |
-
| WIDEN | 5 | 0 | 0.
|
| 431 |
|
| 432 |
|
| 433 |
Full table: `results/aim/tables/T2_per_operator.csv` (30 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).
|
|
@@ -435,15 +458,16 @@ Full table: `results/aim/tables/T2_per_operator.csv` (30 rows: every metric x ev
|
|
| 435 |
|
| 436 |
### T3 — Does it differ by which domains were merged?
|
| 437 |
|
| 438 |
-
| combo
|
| 439 |
-
|:-----------------------|------------:|-----------------:|-------------------------:|:--------------------------------------------------------------------------------|
|
| 440 |
-
| ALL
|
| 441 |
-
| Code-Instruction_Tuned
|
| 442 |
-
| Code-Math
|
| 443 |
-
| Math-Instruction_Tuned | 5 | 0 | 0.
|
|
|
|
| 444 |
|
| 445 |
|
| 446 |
-
Full table: `results/aim/tables/T3_per_combo.csv` (
|
| 447 |
|
| 448 |
|
| 449 |
### T1 — Paired per-checkpoint table
|
|
@@ -460,22 +484,22 @@ One row per (operator, task combination, property): the with-AIM value, its base
|
|
| 460 |
| Task Arithmetic | Code-Math | not-run | True | True | False | True |
|
| 461 |
| Task Arithmetic | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 462 |
| Task Arithmetic | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 463 |
-
| Task Arithmetic | Code-Math-Instruction_Tuned | not-run |
|
| 464 |
| TIES | Code-Math | not-run | True | True | False | True |
|
| 465 |
| TIES | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 466 |
| TIES | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 467 |
| TIES | Code-Math-Instruction_Tuned | not-run | False | False | False | True |
|
| 468 |
| DARE Linear | Code-Math | not-run | True | True | False | True |
|
| 469 |
| DARE Linear | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 470 |
-
| DARE Linear | Math-Instruction_Tuned | not-run | True |
|
| 471 |
-
| DARE Linear | Code-Math-Instruction_Tuned | not-run |
|
| 472 |
| DARE TIES | Code-Math | not-run | True | True | False | True |
|
| 473 |
| DARE TIES | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 474 |
| DARE TIES | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 475 |
| DARE TIES | Code-Math-Instruction_Tuned | not-run | False | False | False | True |
|
| 476 |
| WIDEN | Code-Math | not-run | True | True | False | True |
|
| 477 |
| WIDEN | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 478 |
-
| WIDEN | Math-Instruction_Tuned | not-run |
|
| 479 |
| WIDEN | Code-Math-Instruction_Tuned | not-run | False | False | False | True |
|
| 480 |
|
| 481 |
|
|
|
|
| 52 |
all 20 matched checkpoints, the endpoint-scaled benchmark mean rises +0.219 (18/20 positive,
|
| 53 |
Wilcoxon p = 9.5e-6) (§6 T0).
|
| 54 |
|
| 55 |
+
**Coverage: mechanism 15/20 matched pairs, property panel 0/20.** Regenerated
|
| 56 |
+
2026-08-26 19:23 UTC.
|
| 57 |
<!-- AIM-HEADLINE:END -->
|
| 58 |
Published at
|
| 59 |
[`Mergeability-2/aim-activation-informed-merging`](https://huggingface.co/datasets/Mergeability-2/aim-activation-informed-merging),
|
|
|
|
| 243 |
|
| 244 |
### 3.3 RESULT — the targeting is real, and it is roughly four times more efficient than shrinkage alone
|
| 245 |
|
| 246 |
+
**Coverage at the time of writing: 15/20 matched pairs.** The numbers below are refreshed
|
| 247 |
automatically as more land (`scripts/aim/autopilot_aim.sh`), and the current table is always §6 T4
|
| 248 |
and `results/aim/tables/T4_mechanism.csv`.
|
| 249 |
|
| 250 |
+
Averaged over the 15 pairs measured so far, on 4096 pile-val token positions and 40 layers:
|
| 251 |
|
| 252 |
| quantity | value | reading |
|
| 253 |
|---|---|---|
|
| 254 |
+
| `rho_W` — weight-space shrink `‖ΔW_AIM‖/‖ΔW_merge‖` | **0.922** | AIM removes 7.8% of the merge's task vector |
|
| 255 |
| `rho_A(uniform)` — activation shrink, activation-**agnostic** control | **0.966** | removing that much weight the *wrong* way removes only 3.4% of the activation deviation |
|
| 256 |
+
| `rho_A(AIM)` — activation shrink, activation-**informed** | **0.863** | removing the same amount the *right* way removes 13.7% |
|
| 257 |
+
| `aim_advantage` = `rho_A(uniform) − rho_A(AIM)` | **+0.103** | positive in 15/15 pairs |
|
| 258 |
+
| leverage `(1−rho_A)/(1−rho_W)` — activation deviation removed per unit of weight change | AIM **1.76** vs uniform **0.43** | **AIM is ~4.1x more efficient** |
|
| 259 |
+
|
| 260 |
+
**Paired test.** The advantage is positive on **every** pair measured
|
| 261 |
+
(15/15), median +0.1066, Wilcoxon signed rank p = 6.104e-05. It is not an average over a mixed
|
| 262 |
+
bag; no operator and no task combination is an exception.
|
| 263 |
|
| 264 |
So the answer to the question in the section title is **yes, AIM does what it claims, and the
|
| 265 |
claim is not trivial**. The control makes that precise. Both models are, tensor for tensor, exactly
|
|
|
|
| 291 |
follow that the preserved activations are the ones that matter for HumanEval or GSM8K, and §3.4
|
| 292 |
(the property panel against the published outcome) is where that link would have to be made.
|
| 293 |
|
| 294 |
+
**And a caution about which part of AIM predicts the benefit.** Correlated against the paper's own
|
| 295 |
+
published gain over the 15 pairs, it is the *size* of the pullback that tracks the outcome best,
|
| 296 |
+
not the quality of the targeting:
|
| 297 |
+
|
| 298 |
+
| predictor | Pearson r with the published AIM gain |
|
| 299 |
+
|---|---|
|
| 300 |
+
| weight-space pullback `1 − rho_W` | **+0.534** |
|
| 301 |
+
| activation-space pullback `1 − rho_A(AIM)` | +0.374 |
|
| 302 |
+
| targeting advantage over the control | +0.333 |
|
| 303 |
+
|
| 304 |
+
Both readings are true and they are not in tension: the targeting is what makes a given weight-space
|
| 305 |
+
pullback cheap in activation space (that is §3.3's result, and it is unanimous), but across
|
| 306 |
+
checkpoints what varies most with the benchmark gain is simply how much of the merge got pulled
|
| 307 |
+
back. On 15 points none of these correlations is individually distinguishable from zero, so this
|
| 308 |
+
is a direction to look, not a claim.
|
| 309 |
+
|
| 310 |
## 4. What did not run, and why
|
| 311 |
|
| 312 |
- **No benchmark evaluation.** Ruled out on time grounds; published numbers cover all 40
|
|
|
|
| 374 |
|
| 375 |
The direct test of AIM's claim. Needs no benchmark scores. `rho_W` is the weight-space shrink `‖ΔW_AIM‖/‖ΔW_merge‖`; `rho_A_*` is the same ratio measured on activations (4096 pile-val token positions, mean over layers); `aim_advantage = rho_A_uniform − rho_A_aim` is **positive when the activation-informed shrink preserves the base model's activations better than an activation-agnostic shrink of exactly the same weight-space size**. `omega_hat` and `col_r2_median` are the recovered closed form; `salience_recovery_r` is the correlation between the salience implied by the published checkpoint pair and the salience measured independently from the base model.
|
| 376 |
|
| 377 |
+
| operator_label | combo | omega_hat | col_r2_median | scalar_r2_median | salience_recovery_r | rho_W | rel_dev_merge | rel_dev_uniform | rel_dev_aim | rho_A_uniform | rho_A_aim | aim_advantage | leverage_uniform | leverage_aim |
|
| 378 |
+
|:-----------------|:----------------------------|------------:|----------------:|-------------------:|----------------------:|--------:|----------------:|------------------:|:--------------|----------------:|:------------|:----------------|-------------------:|:---------------|
|
| 379 |
+
| DARE Linear | Code-Instruction_Tuned | 0.3998 | 0.9992 | 0.9988 | 0.998 | 0.9176 | 0.3269 | 0.3151 | 0.2772 | 0.9639 | 0.848 | 0.1158 | 0.4386 | 1.845 |
|
| 380 |
+
| DARE Linear | Code-Math | 0.3971 | 0.9955 | 0.9949 | 0.9934 | 0.9239 | 0.209 | 0.2017 | 0.1832 | 0.9652 | 0.8767 | 0.08843 | 0.4579 | 1.62 |
|
| 381 |
+
| DARE Linear | Code-Math-Instruction_Tuned | 0.3999 | 0.9992 | 0.9988 | 0.9981 | 0.9174 | 0.414 | 0.3971 | — | 0.9592 | — | — | 0.4943 | — |
|
| 382 |
+
| DARE Linear | Math-Instruction_Tuned | 0.3999 | 0.9992 | 0.9988 | 0.9981 | 0.9174 | 0.3977 | 0.3833 | 0.3409 | 0.9637 | 0.8571 | 0.1066 | 0.4403 | 1.731 |
|
| 383 |
+
| DARE TIES | Code-Instruction_Tuned | 0.3999 | 0.9995 | 0.9991 | 0.9976 | 0.9181 | 0.3221 | 0.3109 | 0.2707 | 0.9653 | 0.8404 | 0.1248 | 0.424 | 1.948 |
|
| 384 |
+
| DARE TIES | Code-Math | 0.3961 | 0.9989 | 0.9984 | 0.9923 | 0.9256 | 0.2114 | 0.2053 | 0.1847 | 0.971 | 0.8739 | 0.09717 | 0.3893 | 1.695 |
|
| 385 |
+
| DARE TIES | Math-Instruction_Tuned | 0.4 | 0.9995 | 0.9992 | 0.9978 | 0.9175 | 0.4002 | 0.3856 | 0.3405 | 0.9635 | 0.8508 | 0.1127 | 0.4421 | 1.809 |
|
| 386 |
+
| Task Arithmetic | Code-Instruction_Tuned | 0.3999 | 0.9995 | 0.9991 | 0.9976 | 0.9185 | 0.319 | 0.3071 | 0.2704 | 0.9626 | 0.8475 | 0.1151 | 0.4592 | 1.871 |
|
| 387 |
+
| Task Arithmetic | Code-Math | 0.3958 | 0.9988 | 0.9985 | 0.9921 | 0.9266 | 0.2079 | 0.2019 | 0.1835 | 0.9711 | 0.8828 | 0.08823 | 0.3946 | 1.597 |
|
| 388 |
+
| Task Arithmetic | Code-Math-Instruction_Tuned | 0.3999 | 0.9995 | 0.9991 | 0.9978 | 0.9178 | 0.4056 | 0.3942 | 0.3436 | 0.9717 | 0.847 | 0.1247 | 0.344 | 1.862 |
|
| 389 |
+
| Task Arithmetic | Math-Instruction_Tuned | 0.3999 | 0.9995 | 0.9991 | 0.9978 | 0.9179 | 0.3921 | 0.3748 | 0.3381 | 0.956 | 0.8622 | 0.09375 | 0.5363 | 1.678 |
|
| 390 |
+
| TIES | Code-Instruction_Tuned | 0.3998 | 0.9994 | 0.999 | 0.9972 | 0.9208 | 0.2675 | 0.2573 | 0.2259 | 0.9618 | 0.8445 | 0.1174 | 0.4817 | 1.963 |
|
| 391 |
+
| TIES | Code-Math | 0.3939 | 0.9988 | 0.9984 | 0.99 | 0.9308 | 0.1834 | 0.1784 | 0.1624 | 0.9729 | 0.8855 | 0.08738 | 0.392 | 1.654 |
|
| 392 |
+
| TIES | Math-Instruction_Tuned | 0.4 | 0.9993 | 0.9989 | 0.9971 | 0.9196 | 0.2414 | 0.2327 | 0.2053 | 0.964 | 0.8504 | 0.1136 | 0.448 | 1.862 |
|
| 393 |
+
| WIDEN | Code-Instruction_Tuned | 0.3957 | 0.998 | 0.9977 | 0.9792 | 0.9213 | 0.2152 | 0.2062 | 0.1898 | 0.958 | 0.8819 | 0.07616 | 0.5335 | 1.501 |
|
| 394 |
+
| WIDEN | Code-Math | 0.3717 | 0.9899 | 0.9894 | 0.9428 | 0.9352 | 0.15 | 0.1468 | 0.1333 | 0.9791 | 0.889 | 0.09009 | 0.3227 | 1.713 |
|
| 395 |
+
| WIDEN | Math-Instruction_Tuned | 0.3987 | 0.9983 | 0.9979 | 0.9892 | 0.9205 | 0.272 | 0.2634 | — | 0.9687 | — | — | 0.3941 | — |
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
**Paired test of the targeting advantage** over the magnitude-matched uniform control, across the 15 matched pairs: mean +0.10346, median +0.10657, 15/15 positive, Wilcoxon signed rank p = 6.1e-05, sign test p = 6.1e-05.
|
| 399 |
|
| 400 |
|
| 401 |
### T0 — The merge outcome, paired (published numbers, nothing re-run)
|
|
|
|
| 443 |
|
| 444 |
### T2 — Does AIM's effect differ by merge operator?
|
| 445 |
|
| 446 |
+
| operator | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers |
|
| 447 |
+
|:-------------------|------------:|-----------------:|-------------------------:|:-----------------------------------------------------------------------------------|
|
| 448 |
+
| ALL | 5 | 5 | 0.3399 | cka_to_base (+0.53), act_deviation_from_base (-0.48), beh_kl_to_base (-0.26) |
|
| 449 |
+
| DARETaskArithmetic | 5 | 0 | 0.3865 | cka_to_base (+0.64), act_deviation_from_base (-0.53), beh_kl_to_base (-0.28) |
|
| 450 |
+
| DARETies | 5 | 0 | 0.4017 | cka_to_base (+0.68), act_deviation_from_base (-0.55), beh_kl_to_base (-0.32) |
|
| 451 |
+
| TaskArithmetic | 5 | 0 | 0.4244 | cka_to_base (+0.71), act_deviation_from_base (-0.56), beh_kl_to_base (-0.35) |
|
| 452 |
+
| Ties | 5 | 0 | 0.237 | act_deviation_from_base (-0.39), cka_to_base (+0.30), qmd_raw_from_base (-0.18) |
|
| 453 |
+
| WIDEN | 5 | 0 | 0.1642 | act_deviation_from_base (-0.25), qmd_raw_from_base (-0.15), beh_js_to_base (-0.15) |
|
| 454 |
|
| 455 |
|
| 456 |
Full table: `results/aim/tables/T2_per_operator.csv` (30 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).
|
|
|
|
| 458 |
|
| 459 |
### T3 — Does it differ by which domains were merged?
|
| 460 |
|
| 461 |
+
| combo | n_metrics | n_moved_q<0.05 | mean_|diff| (SD units) | largest movers |
|
| 462 |
+
|:----------------------------|------------:|-----------------:|-------------------------:|:--------------------------------------------------------------------------------|
|
| 463 |
+
| ALL | 5 | 5 | 0.3399 | cka_to_base (+0.53), act_deviation_from_base (-0.48), beh_kl_to_base (-0.26) |
|
| 464 |
+
| Code-Instruction_Tuned | 5 | 0 | 0.3753 | cka_to_base (+0.64), act_deviation_from_base (-0.52), qmd_raw_from_base (-0.25) |
|
| 465 |
+
| Code-Math | 5 | 0 | 0.1679 | act_deviation_from_base (-0.27), beh_js_to_base (-0.18), beh_kl_to_base (-0.16) |
|
| 466 |
+
| Code-Math-Instruction_Tuned | 5 | 0 | 0.5951 | cka_to_base (+1.13), act_deviation_from_base (-0.74), beh_kl_to_base (-0.47) |
|
| 467 |
+
| Math-Instruction_Tuned | 5 | 0 | 0.4398 | cka_to_base (+0.72), act_deviation_from_base (-0.62), beh_kl_to_base (-0.36) |
|
| 468 |
|
| 469 |
|
| 470 |
+
Full table: `results/aim/tables/T3_per_combo.csv` (25 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).
|
| 471 |
|
| 472 |
|
| 473 |
### T1 — Paired per-checkpoint table
|
|
|
|
| 484 |
| Task Arithmetic | Code-Math | not-run | True | True | False | True |
|
| 485 |
| Task Arithmetic | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 486 |
| Task Arithmetic | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 487 |
+
| Task Arithmetic | Code-Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 488 |
| TIES | Code-Math | not-run | True | True | False | True |
|
| 489 |
| TIES | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 490 |
| TIES | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 491 |
| TIES | Code-Math-Instruction_Tuned | not-run | False | False | False | True |
|
| 492 |
| DARE Linear | Code-Math | not-run | True | True | False | True |
|
| 493 |
| DARE Linear | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 494 |
+
| DARE Linear | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 495 |
+
| DARE Linear | Code-Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 496 |
| DARE TIES | Code-Math | not-run | True | True | False | True |
|
| 497 |
| DARE TIES | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 498 |
| DARE TIES | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 499 |
| DARE TIES | Code-Math-Instruction_Tuned | not-run | False | False | False | True |
|
| 500 |
| WIDEN | Code-Math | not-run | True | True | False | True |
|
| 501 |
| WIDEN | Code-Instruction_Tuned | not-run | True | True | False | True |
|
| 502 |
+
| WIDEN | Math-Instruction_Tuned | not-run | True | True | False | True |
|
| 503 |
| WIDEN | Code-Math-Instruction_Tuned | not-run | False | False | False | True |
|
| 504 |
|
| 505 |
|
figures/F9_AIM_mechanism.pdf
CHANGED
|
Binary files a/figures/F9_AIM_mechanism.pdf and b/figures/F9_AIM_mechanism.pdf differ
|
|
|
figures/F9_AIM_mechanism.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
results/ledger_s0.json
CHANGED
|
@@ -5,12 +5,24 @@
|
|
| 5 |
"status": "ok",
|
| 6 |
"when": "2026-08-26T19:04:53"
|
| 7 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"DARETies__Code-Instruction_Tuned#mech": {
|
| 9 |
"phase": "mech",
|
| 10 |
"secs": 188,
|
| 11 |
"status": "ok",
|
| 12 |
"when": "2026-08-26T19:13:29"
|
| 13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"TaskArithmetic__Code-Math#mech": {
|
| 15 |
"note": "recovered from artefacts",
|
| 16 |
"phase": "mech",
|
|
@@ -28,10 +40,22 @@
|
|
| 28 |
"status": "ok",
|
| 29 |
"when": "2026-08-26T19:10:21"
|
| 30 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
"WIDEN__Code-Math#mech": {
|
| 32 |
"phase": "mech",
|
| 33 |
"secs": 161,
|
| 34 |
"status": "ok",
|
| 35 |
"when": "2026-08-26T19:07:34"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
}
|
| 37 |
}
|
|
|
|
| 5 |
"status": "ok",
|
| 6 |
"when": "2026-08-26T19:04:53"
|
| 7 |
},
|
| 8 |
+
"DARETaskArithmetic__Math-Instruction_Tuned#mech": {
|
| 9 |
+
"phase": "mech",
|
| 10 |
+
"secs": 196,
|
| 11 |
+
"status": "ok",
|
| 12 |
+
"when": "2026-08-26T19:20:01"
|
| 13 |
+
},
|
| 14 |
"DARETies__Code-Instruction_Tuned#mech": {
|
| 15 |
"phase": "mech",
|
| 16 |
"secs": 188,
|
| 17 |
"status": "ok",
|
| 18 |
"when": "2026-08-26T19:13:29"
|
| 19 |
},
|
| 20 |
+
"DARETies__Code-Math-Instruction_Tuned#mech": {
|
| 21 |
+
"phase": "mech",
|
| 22 |
+
"secs": 174,
|
| 23 |
+
"status": "ok",
|
| 24 |
+
"when": "2026-08-26T19:29:29"
|
| 25 |
+
},
|
| 26 |
"TaskArithmetic__Code-Math#mech": {
|
| 27 |
"note": "recovered from artefacts",
|
| 28 |
"phase": "mech",
|
|
|
|
| 40 |
"status": "ok",
|
| 41 |
"when": "2026-08-26T19:10:21"
|
| 42 |
},
|
| 43 |
+
"Ties__Code-Math-Instruction_Tuned#mech": {
|
| 44 |
+
"phase": "mech",
|
| 45 |
+
"secs": 196,
|
| 46 |
+
"status": "ok",
|
| 47 |
+
"when": "2026-08-26T19:26:35"
|
| 48 |
+
},
|
| 49 |
"WIDEN__Code-Math#mech": {
|
| 50 |
"phase": "mech",
|
| 51 |
"secs": 161,
|
| 52 |
"status": "ok",
|
| 53 |
"when": "2026-08-26T19:07:34"
|
| 54 |
+
},
|
| 55 |
+
"WIDEN__Math-Instruction_Tuned#mech": {
|
| 56 |
+
"phase": "mech",
|
| 57 |
+
"secs": 197,
|
| 58 |
+
"status": "ok",
|
| 59 |
+
"when": "2026-08-26T19:23:18"
|
| 60 |
}
|
| 61 |
}
|
results/ledger_s1.json
CHANGED
|
@@ -5,6 +5,12 @@
|
|
| 5 |
"status": "ok",
|
| 6 |
"when": "2026-08-26T19:08:07"
|
| 7 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"DARETies__Code-Math#mech": {
|
| 9 |
"note": "recovered from artefacts",
|
| 10 |
"phase": "mech",
|
|
@@ -22,6 +28,12 @@
|
|
| 22 |
"status": "ok",
|
| 23 |
"when": "2026-08-26T19:05:30"
|
| 24 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"Ties__Code-Math#mech": {
|
| 26 |
"note": "recovered from artefacts",
|
| 27 |
"phase": "mech",
|
|
@@ -38,5 +50,11 @@
|
|
| 38 |
"secs": 158,
|
| 39 |
"status": "ok",
|
| 40 |
"when": "2026-08-26T19:10:45"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
}
|
| 42 |
}
|
|
|
|
| 5 |
"status": "ok",
|
| 6 |
"when": "2026-08-26T19:08:07"
|
| 7 |
},
|
| 8 |
+
"DARETaskArithmetic__Code-Math-Instruction_Tuned#mech": {
|
| 9 |
+
"phase": "mech",
|
| 10 |
+
"secs": 198,
|
| 11 |
+
"status": "ok",
|
| 12 |
+
"when": "2026-08-26T19:23:34"
|
| 13 |
+
},
|
| 14 |
"DARETies__Code-Math#mech": {
|
| 15 |
"note": "recovered from artefacts",
|
| 16 |
"phase": "mech",
|
|
|
|
| 28 |
"status": "ok",
|
| 29 |
"when": "2026-08-26T19:05:30"
|
| 30 |
},
|
| 31 |
+
"TaskArithmetic__Code-Math-Instruction_Tuned#mech": {
|
| 32 |
+
"phase": "mech",
|
| 33 |
+
"secs": 186,
|
| 34 |
+
"status": "ok",
|
| 35 |
+
"when": "2026-08-26T19:20:16"
|
| 36 |
+
},
|
| 37 |
"Ties__Code-Math#mech": {
|
| 38 |
"note": "recovered from artefacts",
|
| 39 |
"phase": "mech",
|
|
|
|
| 50 |
"secs": 158,
|
| 51 |
"status": "ok",
|
| 52 |
"when": "2026-08-26T19:10:45"
|
| 53 |
+
},
|
| 54 |
+
"WIDEN__Code-Math-Instruction_Tuned#mech": {
|
| 55 |
+
"phase": "mech",
|
| 56 |
+
"secs": 193,
|
| 57 |
+
"status": "ok",
|
| 58 |
+
"when": "2026-08-26T19:26:47"
|
| 59 |
}
|
| 60 |
}
|
results/mechanism_acts_s0.csv
CHANGED
|
@@ -799,3 +799,483 @@ TaskArithmetic,Math-Instruction_Tuned,aim,36,0.5293252468109131,0.96394389867782
|
|
| 799 |
TaskArithmetic,Math-Instruction_Tuned,aim,37,0.5371427536010742,0.9558782577514648,0.8484083414077759
|
| 800 |
TaskArithmetic,Math-Instruction_Tuned,aim,38,0.5730509161949158,0.8310702443122864,0.8233106732368469
|
| 801 |
TaskArithmetic,Math-Instruction_Tuned,aim,39,0.6524274945259094,0.7254260778427124,0.7706230282783508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 799 |
TaskArithmetic,Math-Instruction_Tuned,aim,37,0.5371427536010742,0.9558782577514648,0.8484083414077759
|
| 800 |
TaskArithmetic,Math-Instruction_Tuned,aim,38,0.5730509161949158,0.8310702443122864,0.8233106732368469
|
| 801 |
TaskArithmetic,Math-Instruction_Tuned,aim,39,0.6524274945259094,0.7254260778427124,0.7706230282783508
|
| 802 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,0,0.16894885897636414,0.9804470539093018,0.9873580932617188
|
| 803 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,1,0.2087554931640625,0.9737920165061951,0.9809796810150146
|
| 804 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,2,0.24917419254779816,0.9738471508026123,0.9717398285865784
|
| 805 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,3,0.19390040636062622,0.9711925387382507,0.9847593903541565
|
| 806 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,4,0.19676601886749268,0.9711993932723999,0.9841877222061157
|
| 807 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,5,0.20090416073799133,0.9712097644805908,0.9833114743232727
|
| 808 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,6,0.20624122023582458,0.9713587760925293,0.9821540713310242
|
| 809 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,7,0.20387034118175507,0.9743654727935791,0.9822653532028198
|
| 810 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,8,0.2131803035736084,0.9743712544441223,0.9802014231681824
|
| 811 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,9,0.2247268259525299,0.9743726253509521,0.9774761199951172
|
| 812 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,10,0.2365262359380722,0.974372923374176,0.974577009677887
|
| 813 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,11,0.24846018850803375,0.974368155002594,0.9714024662971497
|
| 814 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,12,0.26127195358276367,0.9743655323982239,0.9678831100463867
|
| 815 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,13,0.2740352153778076,0.9743534326553345,0.9642934203147888
|
| 816 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,14,0.2901371717453003,0.9743413329124451,0.9595324397087097
|
| 817 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,15,0.30404749512672424,0.9743194580078125,0.9552347660064697
|
| 818 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,16,0.32007768750190735,0.9742934703826904,0.9501125812530518
|
| 819 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,17,0.33608493208885193,0.9742530584335327,0.9446632266044617
|
| 820 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,18,0.349638968706131,0.9742222428321838,0.9399580955505371
|
| 821 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,19,0.3662933111190796,0.9741789698600769,0.9338687062263489
|
| 822 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,20,0.3860730528831482,0.9740649461746216,0.9262755513191223
|
| 823 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,21,0.4106115400791168,0.9742131233215332,0.9165447950363159
|
| 824 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,22,0.42833998799324036,0.9740027189254761,0.909175455570221
|
| 825 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,23,0.4465712606906891,0.9735121130943298,0.9011484384536743
|
| 826 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,24,0.4623413681983948,0.9729041457176208,0.8937216997146606
|
| 827 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,25,0.47606542706489563,0.9721234440803528,0.8869854211807251
|
| 828 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,26,0.4925972819328308,0.9707205295562744,0.8784840703010559
|
| 829 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,27,0.5029159188270569,0.9698891043663025,0.87261563539505
|
| 830 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,28,0.5335354804992676,0.9667385220527649,0.8532364964485168
|
| 831 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,29,0.5436107516288757,0.9652011394500732,0.8466018438339233
|
| 832 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,30,0.555666446685791,0.9632357358932495,0.8383037447929382
|
| 833 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,31,0.5650080442428589,0.9617468118667603,0.8314679861068726
|
| 834 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,32,0.5768546462059021,0.9594492316246033,0.822648823261261
|
| 835 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,33,0.5887959003448486,0.957347571849823,0.8133649230003357
|
| 836 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,34,0.5993753671646118,0.9547141790390015,0.8050178289413452
|
| 837 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,35,0.6107593178749084,0.9533283114433289,0.7953453660011292
|
| 838 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,36,0.6240132451057434,0.9487250447273254,0.7843530774116516
|
| 839 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,37,0.6329724192619324,0.9381692409515381,0.7769963145256042
|
| 840 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,38,0.672499418258667,0.7813295125961304,0.7413172125816345
|
| 841 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,39,0.7468336820602417,0.6358804106712341,0.670907199382782
|
| 842 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,0,0.16842404007911682,0.9806927442550659,0.9874650835990906
|
| 843 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,1,0.20865952968597412,0.9736037850379944,0.9810080528259277
|
| 844 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,2,0.24724063277244568,0.97365802526474,0.972267210483551
|
| 845 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,3,0.19596493244171143,0.9708444476127625,0.9846112728118896
|
| 846 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,4,0.19860562682151794,0.9708515405654907,0.9840792417526245
|
| 847 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,5,0.20236167311668396,0.9708588123321533,0.9832743406295776
|
| 848 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,6,0.2071830779314041,0.97100430727005,0.9822180271148682
|
| 849 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,7,0.2041095644235611,0.9740535616874695,0.9824580550193787
|
| 850 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,8,0.2126530557870865,0.9740582704544067,0.9805610775947571
|
| 851 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,9,0.2232864499092102,0.9740596413612366,0.9780555367469788
|
| 852 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,10,0.23416540026664734,0.9740598201751709,0.9754021167755127
|
| 853 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,11,0.2451699674129486,0.974056601524353,0.9725010395050049
|
| 854 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,12,0.25703734159469604,0.974054753780365,0.9692913889884949
|
| 855 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,13,0.2688271403312683,0.9740433096885681,0.9660394191741943
|
| 856 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,14,0.28383225202560425,0.9740328788757324,0.9617037773132324
|
| 857 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,15,0.2966954708099365,0.9740099906921387,0.9578466415405273
|
| 858 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,16,0.311538428068161,0.9739864468574524,0.9532561898231506
|
| 859 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,17,0.3262636363506317,0.9739511609077454,0.9484093189239502
|
| 860 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,18,0.33871224522590637,0.9739232659339905,0.9442635178565979
|
| 861 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,19,0.3539830148220062,0.9738834500312805,0.9389243721961975
|
| 862 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,20,0.3722204864025116,0.973783552646637,0.932259738445282
|
| 863 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,21,0.39492014050483704,0.9739670753479004,0.9237486720085144
|
| 864 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,22,0.4113210439682007,0.9737902879714966,0.9173362255096436
|
| 865 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,23,0.4283590018749237,0.9733465313911438,0.9102891683578491
|
| 866 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,24,0.44303014874458313,0.9727964401245117,0.9038125276565552
|
| 867 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,25,0.4556385278701782,0.9720939993858337,0.898032546043396
|
| 868 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,26,0.4709949791431427,0.9708142876625061,0.8906804323196411
|
| 869 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,27,0.48032495379447937,0.9700770378112793,0.8857166767120361
|
| 870 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,28,0.509119987487793,0.9671486616134644,0.868708074092865
|
| 871 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,29,0.5181330442428589,0.9657638669013977,0.8631765842437744
|
| 872 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,30,0.5290376543998718,0.9639918208122253,0.8562065958976746
|
| 873 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,31,0.5374608635902405,0.9626609683036804,0.8504452705383301
|
| 874 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,32,0.5481337904930115,0.9606084823608398,0.8430689573287964
|
| 875 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,33,0.5590537786483765,0.9587235450744629,0.8351751565933228
|
| 876 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,34,0.5686426162719727,0.9563810229301453,0.8281645178794861
|
| 877 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,35,0.5793003439903259,0.9551351070404053,0.8196966052055359
|
| 878 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,36,0.5914301872253418,0.9511420130729675,0.810417115688324
|
| 879 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,37,0.599168598651886,0.9419266581535339,0.8046765327453613
|
| 880 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,38,0.636099636554718,0.8016389012336731,0.7740112543106079
|
| 881 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,39,0.7131567001342773,0.6741459369659424,0.7099189758300781
|
| 882 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,0,0.1456679105758667,0.9841673970222473,0.9901083707809448
|
| 883 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,1,0.17951756715774536,0.979759693145752,0.9855101704597473
|
| 884 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,2,0.21581779420375824,0.979726254940033,0.9783684611320496
|
| 885 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,3,0.15505337715148926,0.9816569089889526,0.9903162121772766
|
| 886 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,4,0.157823383808136,0.9816555380821228,0.9898819923400879
|
| 887 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,5,0.16169781982898712,0.9816617965698242,0.98923659324646
|
| 888 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,6,0.16716760396957397,0.9816681146621704,0.9883032441139221
|
| 889 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,7,0.16612182557582855,0.9835537672042847,0.9881985187530518
|
| 890 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,8,0.17515069246292114,0.9835550785064697,0.9865919351577759
|
| 891 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,9,0.18617604672908783,0.9835578799247742,0.984481155872345
|
| 892 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,10,0.19781117141246796,0.9835559725761414,0.9821393489837646
|
| 893 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,11,0.20921590924263,0.9835510849952698,0.9796515107154846
|
| 894 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,12,0.22128956019878387,0.9835461378097534,0.9769086241722107
|
| 895 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,13,0.2332840859889984,0.9835392236709595,0.9740836024284363
|
| 896 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,14,0.24856781959533691,0.9835304021835327,0.9702780246734619
|
| 897 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,15,0.2611539661884308,0.983514666557312,0.9670044779777527
|
| 898 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,16,0.2758566439151764,0.983494758605957,0.9630247950553894
|
| 899 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,17,0.29063165187835693,0.9834610223770142,0.9587729573249817
|
| 900 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,18,0.30288389325141907,0.9834398031234741,0.955171525478363
|
| 901 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,19,0.31774580478668213,0.9834005236625671,0.950567901134491
|
| 902 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,20,0.33515894412994385,0.9833106398582458,0.9449295401573181
|
| 903 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,21,0.3571111857891083,0.9834171533584595,0.9376015067100525
|
| 904 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,22,0.37275493144989014,0.9832314848899841,0.9321726560592651
|
| 905 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,23,0.388830304145813,0.9828376770019531,0.9262998104095459
|
| 906 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,24,0.4027836322784424,0.9823423624038696,0.9208981394767761
|
| 907 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,25,0.41431504487991333,0.9817048907279968,0.9163181781768799
|
| 908 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,26,0.428413450717926,0.9805466532707214,0.9104747176170349
|
| 909 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,27,0.4366745054721832,0.9798914194107056,0.9066974520683289
|
| 910 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,28,0.4618855118751526,0.9772767424583435,0.8938931822776794
|
| 911 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,29,0.4696427583694458,0.9760531187057495,0.889829695224762
|
| 912 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,30,0.47853779792785645,0.9744791388511658,0.8850259184837341
|
| 913 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,31,0.4856046736240387,0.9733238816261292,0.8808669447898865
|
| 914 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,32,0.4947153627872467,0.9715285301208496,0.8755046129226685
|
| 915 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,33,0.503921389579773,0.9698763489723206,0.8697996139526367
|
| 916 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,34,0.5119274258613586,0.9678388237953186,0.8648087978363037
|
| 917 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,35,0.5215149521827698,0.9667182564735413,0.8582736253738403
|
| 918 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,36,0.5320581197738647,0.9633134007453918,0.8514495491981506
|
| 919 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,37,0.5397823452949524,0.9552993178367615,0.8465855717658997
|
| 920 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,38,0.5756002068519592,0.8305754661560059,0.8212881684303284
|
| 921 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,39,0.6550537943840027,0.7248780131340027,0.767961859703064
|
| 922 |
+
WIDEN,Math-Instruction_Tuned,merge,0,0.12198437005281448,0.9894893169403076,0.9930166602134705
|
| 923 |
+
WIDEN,Math-Instruction_Tuned,merge,1,0.14755918085575104,0.987521231174469,0.9903227686882019
|
| 924 |
+
WIDEN,Math-Instruction_Tuned,merge,2,0.17973162233829498,0.9874880313873291,0.9852489829063416
|
| 925 |
+
WIDEN,Math-Instruction_Tuned,merge,3,0.08253905922174454,0.995272159576416,0.997237503528595
|
| 926 |
+
WIDEN,Math-Instruction_Tuned,merge,4,0.08668944984674454,0.9952754974365234,0.9968963265419006
|
| 927 |
+
WIDEN,Math-Instruction_Tuned,merge,5,0.09203092008829117,0.9952759742736816,0.9964200258255005
|
| 928 |
+
WIDEN,Math-Instruction_Tuned,merge,6,0.09911730885505676,0.9952771663665771,0.995744526386261
|
| 929 |
+
WIDEN,Math-Instruction_Tuned,merge,7,0.10290587693452835,0.9957433938980103,0.9952618479728699
|
| 930 |
+
WIDEN,Math-Instruction_Tuned,merge,8,0.11346755921840668,0.9957457780838013,0.9941210150718689
|
| 931 |
+
WIDEN,Math-Instruction_Tuned,merge,9,0.1251957267522812,0.9957418441772461,0.9927008152008057
|
| 932 |
+
WIDEN,Math-Instruction_Tuned,merge,10,0.1374026983976364,0.9957400560379028,0.9910749197006226
|
| 933 |
+
WIDEN,Math-Instruction_Tuned,merge,11,0.14880751073360443,0.9957399964332581,0.9893938899040222
|
| 934 |
+
WIDEN,Math-Instruction_Tuned,merge,12,0.160857155919075,0.9957324266433716,0.9874981045722961
|
| 935 |
+
WIDEN,Math-Instruction_Tuned,merge,13,0.17265024781227112,0.9957327246665955,0.985519289970398
|
| 936 |
+
WIDEN,Math-Instruction_Tuned,merge,14,0.18770815432071686,0.9957257509231567,0.9827907681465149
|
| 937 |
+
WIDEN,Math-Instruction_Tuned,merge,15,0.19994917511940002,0.9957150220870972,0.9804298877716064
|
| 938 |
+
WIDEN,Math-Instruction_Tuned,merge,16,0.21403388679027557,0.9956997036933899,0.9775496125221252
|
| 939 |
+
WIDEN,Math-Instruction_Tuned,merge,17,0.22801238298416138,0.9956780672073364,0.9744888544082642
|
| 940 |
+
WIDEN,Math-Instruction_Tuned,merge,18,0.2398556023836136,0.9956589937210083,0.9718057513237
|
| 941 |
+
WIDEN,Math-Instruction_Tuned,merge,19,0.25387391448020935,0.9956248998641968,0.9684548377990723
|
| 942 |
+
WIDEN,Math-Instruction_Tuned,merge,20,0.2701146602630615,0.9955476522445679,0.9643667936325073
|
| 943 |
+
WIDEN,Math-Instruction_Tuned,merge,21,0.29099324345588684,0.9953626394271851,0.9589220285415649
|
| 944 |
+
WIDEN,Math-Instruction_Tuned,merge,22,0.30558961629867554,0.9951789379119873,0.9549445509910583
|
| 945 |
+
WIDEN,Math-Instruction_Tuned,merge,23,0.3205743432044983,0.9948433637619019,0.9506545066833496
|
| 946 |
+
WIDEN,Math-Instruction_Tuned,merge,24,0.33319535851478577,0.9944227933883667,0.9468575716018677
|
| 947 |
+
WIDEN,Math-Instruction_Tuned,merge,25,0.3438621759414673,0.9938740730285645,0.9435763359069824
|
| 948 |
+
WIDEN,Math-Instruction_Tuned,merge,26,0.35669729113578796,0.9928833842277527,0.9394856095314026
|
| 949 |
+
WIDEN,Math-Instruction_Tuned,merge,27,0.36385247111320496,0.9923242330551147,0.936985969543457
|
| 950 |
+
WIDEN,Math-Instruction_Tuned,merge,28,0.3849518597126007,0.9902138113975525,0.9287428855895996
|
| 951 |
+
WIDEN,Math-Instruction_Tuned,merge,29,0.391425758600235,0.9892215728759766,0.9261663556098938
|
| 952 |
+
WIDEN,Math-Instruction_Tuned,merge,30,0.3988262414932251,0.987942636013031,0.9231389164924622
|
| 953 |
+
WIDEN,Math-Instruction_Tuned,merge,31,0.404654860496521,0.9870242476463318,0.9204930067062378
|
| 954 |
+
WIDEN,Math-Instruction_Tuned,merge,32,0.4122031033039093,0.9855723977088928,0.9171155691146851
|
| 955 |
+
WIDEN,Math-Instruction_Tuned,merge,33,0.41954004764556885,0.9842929244041443,0.9136136174201965
|
| 956 |
+
WIDEN,Math-Instruction_Tuned,merge,34,0.42595499753952026,0.9826615452766418,0.9105535745620728
|
| 957 |
+
WIDEN,Math-Instruction_Tuned,merge,35,0.4341716766357422,0.9817135334014893,0.9061691761016846
|
| 958 |
+
WIDEN,Math-Instruction_Tuned,merge,36,0.44301098585128784,0.9789391756057739,0.9018212556838989
|
| 959 |
+
WIDEN,Math-Instruction_Tuned,merge,37,0.44942012429237366,0.9724657535552979,0.8988209962844849
|
| 960 |
+
WIDEN,Math-Instruction_Tuned,merge,38,0.4801863729953766,0.8716995120048523,0.8824936151504517
|
| 961 |
+
WIDEN,Math-Instruction_Tuned,merge,39,0.5549136400222778,0.8055983185768127,0.8493655920028687
|
| 962 |
+
WIDEN,Math-Instruction_Tuned,uniform,0,0.12162548303604126,0.9895804524421692,0.9930630922317505
|
| 963 |
+
WIDEN,Math-Instruction_Tuned,uniform,1,0.14696677029132843,0.9876629114151001,0.9904140830039978
|
| 964 |
+
WIDEN,Math-Instruction_Tuned,uniform,2,0.17813506722450256,0.987632155418396,0.9855452179908752
|
| 965 |
+
WIDEN,Math-Instruction_Tuned,uniform,3,0.08991792052984238,0.9941949248313904,0.9967142343521118
|
| 966 |
+
WIDEN,Math-Instruction_Tuned,uniform,4,0.09351582080125809,0.994198739528656,0.9963943958282471
|
| 967 |
+
WIDEN,Math-Instruction_Tuned,uniform,5,0.09811990708112717,0.9941973090171814,0.9959542155265808
|
| 968 |
+
WIDEN,Math-Instruction_Tuned,uniform,6,0.10431531816720963,0.9941969513893127,0.9953284859657288
|
| 969 |
+
WIDEN,Math-Instruction_Tuned,uniform,7,0.1068321168422699,0.9947727918624878,0.9949529767036438
|
| 970 |
+
WIDEN,Math-Instruction_Tuned,uniform,8,0.11636176705360413,0.9947748780250549,0.9938924312591553
|
| 971 |
+
WIDEN,Math-Instruction_Tuned,uniform,9,0.12702718377113342,0.9947699308395386,0.9925743937492371
|
| 972 |
+
WIDEN,Math-Instruction_Tuned,uniform,10,0.13819123804569244,0.9947693943977356,0.9910714626312256
|
| 973 |
+
WIDEN,Math-Instruction_Tuned,uniform,11,0.14877772331237793,0.9947684407234192,0.9895026683807373
|
| 974 |
+
WIDEN,Math-Instruction_Tuned,uniform,12,0.15996840596199036,0.9947617053985596,0.9877484440803528
|
| 975 |
+
WIDEN,Math-Instruction_Tuned,uniform,13,0.17092913389205933,0.9947612881660461,0.98592609167099
|
| 976 |
+
WIDEN,Math-Instruction_Tuned,uniform,14,0.18502722680568695,0.9947529435157776,0.9834073781967163
|
| 977 |
+
WIDEN,Math-Instruction_Tuned,uniform,15,0.19639843702316284,0.994744062423706,0.9812595248222351
|
| 978 |
+
WIDEN,Math-Instruction_Tuned,uniform,16,0.20953378081321716,0.9947303533554077,0.9786399602890015
|
| 979 |
+
WIDEN,Math-Instruction_Tuned,uniform,17,0.22251445055007935,0.994710385799408,0.9758748412132263
|
| 980 |
+
WIDEN,Math-Instruction_Tuned,uniform,18,0.2334674745798111,0.994691789150238,0.9734771251678467
|
| 981 |
+
WIDEN,Math-Instruction_Tuned,uniform,19,0.24643561244010925,0.9946622848510742,0.9704914093017578
|
| 982 |
+
WIDEN,Math-Instruction_Tuned,uniform,20,0.2614833116531372,0.9945961236953735,0.96685791015625
|
| 983 |
+
WIDEN,Math-Instruction_Tuned,uniform,21,0.280943363904953,0.9944276213645935,0.9620148539543152
|
| 984 |
+
WIDEN,Math-Instruction_Tuned,uniform,22,0.29449665546417236,0.994263768196106,0.9585045576095581
|
| 985 |
+
WIDEN,Math-Instruction_Tuned,uniform,23,0.3084885776042938,0.993960976600647,0.9547014832496643
|
| 986 |
+
WIDEN,Math-Instruction_Tuned,uniform,24,0.3202456831932068,0.9935788512229919,0.9513491988182068
|
| 987 |
+
WIDEN,Math-Instruction_Tuned,uniform,25,0.3300570547580719,0.9930855631828308,0.9485023021697998
|
| 988 |
+
WIDEN,Math-Instruction_Tuned,uniform,26,0.3419913053512573,0.9921839237213135,0.9449206590652466
|
| 989 |
+
WIDEN,Math-Instruction_Tuned,uniform,27,0.34847840666770935,0.9916876554489136,0.9427791237831116
|
| 990 |
+
WIDEN,Math-Instruction_Tuned,uniform,28,0.3679819405078888,0.9897636771202087,0.9356072545051575
|
| 991 |
+
WIDEN,Math-Instruction_Tuned,uniform,29,0.3737930953502655,0.9888821840286255,0.9334254860877991
|
| 992 |
+
WIDEN,Math-Instruction_Tuned,uniform,30,0.3805209696292877,0.9877442121505737,0.9308424592018127
|
| 993 |
+
WIDEN,Math-Instruction_Tuned,uniform,31,0.3858114182949066,0.9869294762611389,0.9285687208175659
|
| 994 |
+
WIDEN,Math-Instruction_Tuned,uniform,32,0.39267435669898987,0.9856373071670532,0.9256852269172668
|
| 995 |
+
WIDEN,Math-Instruction_Tuned,uniform,33,0.3994321823120117,0.9845023155212402,0.9226489663124084
|
| 996 |
+
WIDEN,Math-Instruction_Tuned,uniform,34,0.4052780568599701,0.9830653667449951,0.9200263023376465
|
| 997 |
+
WIDEN,Math-Instruction_Tuned,uniform,35,0.41293656826019287,0.9822232127189636,0.9161725640296936
|
| 998 |
+
WIDEN,Math-Instruction_Tuned,uniform,36,0.4211237132549286,0.9798076748847961,0.9124067425727844
|
| 999 |
+
WIDEN,Math-Instruction_Tuned,uniform,37,0.42731326818466187,0.9740433692932129,0.9096918702125549
|
| 1000 |
+
WIDEN,Math-Instruction_Tuned,uniform,38,0.4569709300994873,0.8843474388122559,0.8949872851371765
|
| 1001 |
+
WIDEN,Math-Instruction_Tuned,uniform,39,0.5335941910743713,0.8205307126045227,0.8633421659469604
|
| 1002 |
+
WIDEN,Math-Instruction_Tuned,aim,0,0.1078997403383255,0.9910399913787842,0.9942623972892761
|
| 1003 |
+
WIDEN,Math-Instruction_Tuned,aim,1,0.12381301075220108,0.991517961025238,0.9928466081619263
|
| 1004 |
+
WIDEN,Math-Instruction_Tuned,aim,2,0.1546289324760437,0.9914979338645935,0.9887190461158752
|
| 1005 |
+
WIDEN,Math-Instruction_Tuned,aim,3,0.056181635707616806,0.9979687929153442,0.9986816048622131
|
| 1006 |
+
WIDEN,Math-Instruction_Tuned,aim,4,0.060859471559524536,0.9979699850082397,0.998414933681488
|
| 1007 |
+
WIDEN,Math-Instruction_Tuned,aim,5,0.06666243821382523,0.9979696273803711,0.9980476498603821
|
| 1008 |
+
WIDEN,Math-Instruction_Tuned,aim,6,0.07424844056367874,0.9979693293571472,0.9975159168243408
|
| 1009 |
+
WIDEN,Math-Instruction_Tuned,aim,7,0.07941699028015137,0.9981725215911865,0.9970709681510925
|
| 1010 |
+
WIDEN,Math-Instruction_Tuned,aim,8,0.09015244245529175,0.9981691241264343,0.9961643815040588
|
| 1011 |
+
WIDEN,Math-Instruction_Tuned,aim,9,0.10186231881380081,0.9981681704521179,0.9950303435325623
|
| 1012 |
+
WIDEN,Math-Instruction_Tuned,aim,10,0.11395680159330368,0.9981696009635925,0.9937157034873962
|
| 1013 |
+
WIDEN,Math-Instruction_Tuned,aim,11,0.125440314412117,0.9981680512428284,0.9923152923583984
|
| 1014 |
+
WIDEN,Math-Instruction_Tuned,aim,12,0.13683508336544037,0.998166561126709,0.9908074140548706
|
| 1015 |
+
WIDEN,Math-Instruction_Tuned,aim,13,0.14798332750797272,0.9981604218482971,0.9892135858535767
|
| 1016 |
+
WIDEN,Math-Instruction_Tuned,aim,14,0.16220951080322266,0.998153805732727,0.9869997501373291
|
| 1017 |
+
WIDEN,Math-Instruction_Tuned,aim,15,0.17329135537147522,0.9981480836868286,0.9851519465446472
|
| 1018 |
+
WIDEN,Math-Instruction_Tuned,aim,16,0.18620792031288147,0.9981366395950317,0.9828574061393738
|
| 1019 |
+
WIDEN,Math-Instruction_Tuned,aim,17,0.19922523200511932,0.9981191158294678,0.9803762435913086
|
| 1020 |
+
WIDEN,Math-Instruction_Tuned,aim,18,0.20995520055294037,0.998101532459259,0.9782460331916809
|
| 1021 |
+
WIDEN,Math-Instruction_Tuned,aim,19,0.2225009799003601,0.9980754852294922,0.9756215214729309
|
| 1022 |
+
WIDEN,Math-Instruction_Tuned,aim,20,0.23680971562862396,0.9980152249336243,0.9724776744842529
|
| 1023 |
+
WIDEN,Math-Instruction_Tuned,aim,21,0.25530341267585754,0.9978659749031067,0.9682695269584656
|
| 1024 |
+
WIDEN,Math-Instruction_Tuned,aim,22,0.2681361734867096,0.997714102268219,0.9652299284934998
|
| 1025 |
+
WIDEN,Math-Instruction_Tuned,aim,23,0.28120309114456177,0.9974405169487,0.961998462677002
|
| 1026 |
+
WIDEN,Math-Instruction_Tuned,aim,24,0.2922534644603729,0.9970986247062683,0.9591454267501831
|
| 1027 |
+
WIDEN,Math-Instruction_Tuned,aim,25,0.3012709617614746,0.9966599941253662,0.9567922353744507
|
| 1028 |
+
WIDEN,Math-Instruction_Tuned,aim,26,0.31216081976890564,0.9958530068397522,0.9538624882698059
|
| 1029 |
+
WIDEN,Math-Instruction_Tuned,aim,27,0.31813275814056396,0.9954114556312561,0.9521113634109497
|
| 1030 |
+
WIDEN,Math-Instruction_Tuned,aim,28,0.33430972695350647,0.9937688112258911,0.9469050168991089
|
| 1031 |
+
WIDEN,Math-Instruction_Tuned,aim,29,0.3396243453025818,0.9929912686347961,0.9451524615287781
|
| 1032 |
+
WIDEN,Math-Instruction_Tuned,aim,30,0.3454083800315857,0.9919987320899963,0.9432227611541748
|
| 1033 |
+
WIDEN,Math-Instruction_Tuned,aim,31,0.35012245178222656,0.9912937879562378,0.941440999507904
|
| 1034 |
+
WIDEN,Math-Instruction_Tuned,aim,32,0.35619983077049255,0.990169882774353,0.9392142295837402
|
| 1035 |
+
WIDEN,Math-Instruction_Tuned,aim,33,0.3620847761631012,0.9891914129257202,0.9368935227394104
|
| 1036 |
+
WIDEN,Math-Instruction_Tuned,aim,34,0.3673174977302551,0.9879361987113953,0.9348390102386475
|
| 1037 |
+
WIDEN,Math-Instruction_Tuned,aim,35,0.37445470690727234,0.9871779084205627,0.9317165613174438
|
| 1038 |
+
WIDEN,Math-Instruction_Tuned,aim,36,0.38195139169692993,0.9850432276725769,0.9287148118019104
|
| 1039 |
+
WIDEN,Math-Instruction_Tuned,aim,37,0.3881397545337677,0.9799013733863831,0.9263091087341309
|
| 1040 |
+
WIDEN,Math-Instruction_Tuned,aim,38,0.4170832633972168,0.9012671113014221,0.91371750831604
|
| 1041 |
+
WIDEN,Math-Instruction_Tuned,aim,39,0.49198123812675476,0.8466348648071289,0.8870893120765686
|
| 1042 |
+
Ties,Code-Math-Instruction_Tuned,merge,0,0.11093949526548386,0.9924342036247253,0.9952842593193054
|
| 1043 |
+
Ties,Code-Math-Instruction_Tuned,merge,1,0.11488901078701019,0.9961220026016235,0.9951257109642029
|
| 1044 |
+
Ties,Code-Math-Instruction_Tuned,merge,2,0.14585313200950623,0.9961179494857788,0.9911876320838928
|
| 1045 |
+
Ties,Code-Math-Instruction_Tuned,merge,3,0.08918668329715729,0.9960945844650269,0.9977566599845886
|
| 1046 |
+
Ties,Code-Math-Instruction_Tuned,merge,4,0.09189581871032715,0.9960975646972656,0.9975197911262512
|
| 1047 |
+
Ties,Code-Math-Instruction_Tuned,merge,5,0.09541020542383194,0.9960976243019104,0.9971861839294434
|
| 1048 |
+
Ties,Code-Math-Instruction_Tuned,merge,6,0.10037101805210114,0.9960971474647522,0.9966934323310852
|
| 1049 |
+
Ties,Code-Math-Instruction_Tuned,merge,7,0.10120080411434174,0.9965235590934753,0.9963817596435547
|
| 1050 |
+
Ties,Code-Math-Instruction_Tuned,merge,8,0.10852386057376862,0.9965204000473022,0.9956002235412598
|
| 1051 |
+
Ties,Code-Math-Instruction_Tuned,merge,9,0.11722409725189209,0.9965190291404724,0.9945701956748962
|
| 1052 |
+
Ties,Code-Math-Instruction_Tuned,merge,10,0.12651516497135162,0.9965179562568665,0.9933846592903137
|
| 1053 |
+
Ties,Code-Math-Instruction_Tuned,merge,11,0.1360621601343155,0.9965136051177979,0.9920558333396912
|
| 1054 |
+
Ties,Code-Math-Instruction_Tuned,merge,12,0.1453113853931427,0.9965104460716248,0.990712583065033
|
| 1055 |
+
Ties,Code-Math-Instruction_Tuned,merge,13,0.15426942706108093,0.9965100884437561,0.9893522262573242
|
| 1056 |
+
Ties,Code-Math-Instruction_Tuned,merge,14,0.16561807692050934,0.99650639295578,0.9875131249427795
|
| 1057 |
+
Ties,Code-Math-Instruction_Tuned,merge,15,0.17459408938884735,0.9964986443519592,0.9860134124755859
|
| 1058 |
+
Ties,Code-Math-Instruction_Tuned,merge,16,0.1845249980688095,0.9964897036552429,0.984262228012085
|
| 1059 |
+
Ties,Code-Math-Instruction_Tuned,merge,17,0.19505131244659424,0.9964795112609863,0.9822977781295776
|
| 1060 |
+
Ties,Code-Math-Instruction_Tuned,merge,18,0.2034444510936737,0.996464192867279,0.9806832671165466
|
| 1061 |
+
Ties,Code-Math-Instruction_Tuned,merge,19,0.21287764608860016,0.9964476823806763,0.9788180589675903
|
| 1062 |
+
Ties,Code-Math-Instruction_Tuned,merge,20,0.2241600602865219,0.9964088797569275,0.976478099822998
|
| 1063 |
+
Ties,Code-Math-Instruction_Tuned,merge,21,0.2384704053401947,0.9963216781616211,0.9735397696495056
|
| 1064 |
+
Ties,Code-Math-Instruction_Tuned,merge,22,0.2483818531036377,0.9962363839149475,0.9714424014091492
|
| 1065 |
+
Ties,Code-Math-Instruction_Tuned,merge,23,0.25863388180732727,0.9960675239562988,0.9692038297653198
|
| 1066 |
+
Ties,Code-Math-Instruction_Tuned,merge,24,0.26727643609046936,0.9958614706993103,0.9672163724899292
|
| 1067 |
+
Ties,Code-Math-Instruction_Tuned,merge,25,0.274528443813324,0.995598554611206,0.9655243754386902
|
| 1068 |
+
Ties,Code-Math-Instruction_Tuned,merge,26,0.28235864639282227,0.9951123595237732,0.9637090563774109
|
| 1069 |
+
Ties,Code-Math-Instruction_Tuned,merge,27,0.2875942289829254,0.9948621988296509,0.962307333946228
|
| 1070 |
+
Ties,Code-Math-Instruction_Tuned,merge,28,0.2976350784301758,0.9939311146736145,0.9595932364463806
|
| 1071 |
+
Ties,Code-Math-Instruction_Tuned,merge,29,0.30264922976493835,0.9934576153755188,0.9580990672111511
|
| 1072 |
+
Ties,Code-Math-Instruction_Tuned,merge,30,0.3072948157787323,0.9929069876670837,0.9567080736160278
|
| 1073 |
+
Ties,Code-Math-Instruction_Tuned,merge,31,0.31150156259536743,0.9924787878990173,0.9552628993988037
|
| 1074 |
+
Ties,Code-Math-Instruction_Tuned,merge,32,0.31602931022644043,0.9918933510780334,0.953774094581604
|
| 1075 |
+
Ties,Code-Math-Instruction_Tuned,merge,33,0.3210379183292389,0.9912393689155579,0.9520219564437866
|
| 1076 |
+
Ties,Code-Math-Instruction_Tuned,merge,34,0.3255746066570282,0.9905970692634583,0.950410783290863
|
| 1077 |
+
Ties,Code-Math-Instruction_Tuned,merge,35,0.33224499225616455,0.9901815056800842,0.9478703141212463
|
| 1078 |
+
Ties,Code-Math-Instruction_Tuned,merge,36,0.3391973674297333,0.9890564680099487,0.9453912377357483
|
| 1079 |
+
Ties,Code-Math-Instruction_Tuned,merge,37,0.34280604124069214,0.9863457083702087,0.9440698623657227
|
| 1080 |
+
Ties,Code-Math-Instruction_Tuned,merge,38,0.3633214831352234,0.9423738718032837,0.9360055327415466
|
| 1081 |
+
Ties,Code-Math-Instruction_Tuned,merge,39,0.3985423743724823,0.9132530093193054,0.9281874299049377
|
| 1082 |
+
Ties,Code-Math-Instruction_Tuned,uniform,0,0.1108514592051506,0.9924303889274597,0.9952919483184814
|
| 1083 |
+
Ties,Code-Math-Instruction_Tuned,uniform,1,0.11387380212545395,0.9962754845619202,0.9952144622802734
|
| 1084 |
+
Ties,Code-Math-Instruction_Tuned,uniform,2,0.14397522807121277,0.9962654709815979,0.9914374351501465
|
| 1085 |
+
Ties,Code-Math-Instruction_Tuned,uniform,3,0.08886629343032837,0.996068000793457,0.9977530837059021
|
| 1086 |
+
Ties,Code-Math-Instruction_Tuned,uniform,4,0.09144016355276108,0.9960704445838928,0.9975296258926392
|
| 1087 |
+
Ties,Code-Math-Instruction_Tuned,uniform,5,0.09472071379423141,0.9960711598396301,0.9972205758094788
|
| 1088 |
+
Ties,Code-Math-Instruction_Tuned,uniform,6,0.09937913715839386,0.996070384979248,0.996762216091156
|
| 1089 |
+
Ties,Code-Math-Instruction_Tuned,uniform,7,0.09992633014917374,0.9965071678161621,0.9964931011199951
|
| 1090 |
+
Ties,Code-Math-Instruction_Tuned,uniform,8,0.10682802647352219,0.9965035319328308,0.9957676529884338
|
| 1091 |
+
Ties,Code-Math-Instruction_Tuned,uniform,9,0.1150556281208992,0.9965016841888428,0.994810163974762
|
| 1092 |
+
Ties,Code-Math-Instruction_Tuned,uniform,10,0.12380563467741013,0.9965018033981323,0.9937162399291992
|
| 1093 |
+
Ties,Code-Math-Instruction_Tuned,uniform,11,0.13299955427646637,0.9964985251426697,0.9924639463424683
|
| 1094 |
+
Ties,Code-Math-Instruction_Tuned,uniform,12,0.14178156852722168,0.9964951276779175,0.9912205934524536
|
| 1095 |
+
Ties,Code-Math-Instruction_Tuned,uniform,13,0.15026366710662842,0.9964949488639832,0.9899665117263794
|
| 1096 |
+
Ties,Code-Math-Instruction_Tuned,uniform,14,0.16105711460113525,0.9964910745620728,0.9882660508155823
|
| 1097 |
+
Ties,Code-Math-Instruction_Tuned,uniform,15,0.16950395703315735,0.9964834451675415,0.9869009256362915
|
| 1098 |
+
Ties,Code-Math-Instruction_Tuned,uniform,16,0.1788664311170578,0.9964763522148132,0.9853045344352722
|
| 1099 |
+
Ties,Code-Math-Instruction_Tuned,uniform,17,0.18878480792045593,0.9964660406112671,0.9835160970687866
|
| 1100 |
+
Ties,Code-Math-Instruction_Tuned,uniform,18,0.19663801789283752,0.9964520931243896,0.9820600152015686
|
| 1101 |
+
Ties,Code-Math-Instruction_Tuned,uniform,19,0.20546628534793854,0.9964364171028137,0.9803822636604309
|
| 1102 |
+
Ties,Code-Math-Instruction_Tuned,uniform,20,0.21600040793418884,0.9964022636413574,0.9782854318618774
|
| 1103 |
+
Ties,Code-Math-Instruction_Tuned,uniform,21,0.2294250726699829,0.9963222146034241,0.9756489396095276
|
| 1104 |
+
Ties,Code-Math-Instruction_Tuned,uniform,22,0.23866423964500427,0.9962497353553772,0.9737828969955444
|
| 1105 |
+
Ties,Code-Math-Instruction_Tuned,uniform,23,0.2482803463935852,0.9960952997207642,0.9717788100242615
|
| 1106 |
+
Ties,Code-Math-Instruction_Tuned,uniform,24,0.2563188970088959,0.995908260345459,0.970018744468689
|
| 1107 |
+
Ties,Code-Math-Instruction_Tuned,uniform,25,0.2629866302013397,0.9956710934638977,0.9685420393943787
|
| 1108 |
+
Ties,Code-Math-Instruction_Tuned,uniform,26,0.2702685594558716,0.9952319264411926,0.9669429659843445
|
| 1109 |
+
Ties,Code-Math-Instruction_Tuned,uniform,27,0.275001585483551,0.9950107336044312,0.9657371640205383
|
| 1110 |
+
Ties,Code-Math-Instruction_Tuned,uniform,28,0.28435954451560974,0.9941582083702087,0.9633459448814392
|
| 1111 |
+
Ties,Code-Math-Instruction_Tuned,uniform,29,0.28887462615966797,0.9937364459037781,0.9620668888092041
|
| 1112 |
+
Ties,Code-Math-Instruction_Tuned,uniform,30,0.29310041666030884,0.9932405948638916,0.960870623588562
|
| 1113 |
+
Ties,Code-Math-Instruction_Tuned,uniform,31,0.29695799946784973,0.9928547143936157,0.9596113562583923
|
| 1114 |
+
Ties,Code-Math-Instruction_Tuned,uniform,32,0.30110228061676025,0.9923254251480103,0.9583225846290588
|
| 1115 |
+
Ties,Code-Math-Instruction_Tuned,uniform,33,0.3057646155357361,0.9917330145835876,0.9567825794219971
|
| 1116 |
+
Ties,Code-Math-Instruction_Tuned,uniform,34,0.30994728207588196,0.9911601543426514,0.955379068851471
|
| 1117 |
+
Ties,Code-Math-Instruction_Tuned,uniform,35,0.31614553928375244,0.9907975792884827,0.9531492590904236
|
| 1118 |
+
Ties,Code-Math-Instruction_Tuned,uniform,36,0.32262498140335083,0.9898097515106201,0.950976550579071
|
| 1119 |
+
Ties,Code-Math-Instruction_Tuned,uniform,37,0.3260919153690338,0.9873839616775513,0.9497866630554199
|
| 1120 |
+
Ties,Code-Math-Instruction_Tuned,uniform,38,0.34604308009147644,0.9476766586303711,0.9424211978912354
|
| 1121 |
+
Ties,Code-Math-Instruction_Tuned,uniform,39,0.38247057795524597,0.9190053939819336,0.9346163272857666
|
| 1122 |
+
Ties,Code-Math-Instruction_Tuned,aim,0,0.09671633690595627,0.9937180280685425,0.9961418509483337
|
| 1123 |
+
Ties,Code-Math-Instruction_Tuned,aim,1,0.09806166589260101,0.9971380829811096,0.9961557984352112
|
| 1124 |
+
Ties,Code-Math-Instruction_Tuned,aim,2,0.12771357595920563,0.9971420168876648,0.9929195046424866
|
| 1125 |
+
Ties,Code-Math-Instruction_Tuned,aim,3,0.058597832918167114,0.9984550476074219,0.99901282787323
|
| 1126 |
+
Ties,Code-Math-Instruction_Tuned,aim,4,0.061903614550828934,0.9984564185142517,0.9988210201263428
|
| 1127 |
+
Ties,Code-Math-Instruction_Tuned,aim,5,0.0661194697022438,0.9984577894210815,0.9985533356666565
|
| 1128 |
+
Ties,Code-Math-Instruction_Tuned,aim,6,0.0718860775232315,0.9984557032585144,0.9981558918952942
|
| 1129 |
+
Ties,Code-Math-Instruction_Tuned,aim,7,0.07532362639904022,0.9985598921775818,0.9978038668632507
|
| 1130 |
+
Ties,Code-Math-Instruction_Tuned,aim,8,0.08329205960035324,0.9985585808753967,0.9971683621406555
|
| 1131 |
+
Ties,Code-Math-Instruction_Tuned,aim,9,0.09248623996973038,0.9985575675964355,0.9963365197181702
|
| 1132 |
+
Ties,Code-Math-Instruction_Tuned,aim,10,0.1021241545677185,0.998557984828949,0.9953739047050476
|
| 1133 |
+
Ties,Code-Math-Instruction_Tuned,aim,11,0.11236043274402618,0.998555600643158,0.994236409664154
|
| 1134 |
+
Ties,Code-Math-Instruction_Tuned,aim,12,0.12145030498504639,0.9985548853874207,0.9931546449661255
|
| 1135 |
+
Ties,Code-Math-Instruction_Tuned,aim,13,0.1302419751882553,0.9985522627830505,0.9920402765274048
|
| 1136 |
+
Ties,Code-Math-Instruction_Tuned,aim,14,0.14133597910404205,0.9985489249229431,0.9905244708061218
|
| 1137 |
+
Ties,Code-Math-Instruction_Tuned,aim,15,0.14965634047985077,0.9985446929931641,0.9893354177474976
|
| 1138 |
+
Ties,Code-Math-Instruction_Tuned,aim,16,0.1590867042541504,0.9985387921333313,0.9879077672958374
|
| 1139 |
+
Ties,Code-Math-Instruction_Tuned,aim,17,0.16914460062980652,0.9985264539718628,0.9862897396087646
|
| 1140 |
+
Ties,Code-Math-Instruction_Tuned,aim,18,0.1771259307861328,0.9985172748565674,0.984953761100769
|
| 1141 |
+
Ties,Code-Math-Instruction_Tuned,aim,19,0.185874804854393,0.9985035061836243,0.9834378361701965
|
| 1142 |
+
Ties,Code-Math-Instruction_Tuned,aim,20,0.19609813392162323,0.9984701871871948,0.9815842509269714
|
| 1143 |
+
Ties,Code-Math-Instruction_Tuned,aim,21,0.20905427634716034,0.9983975887298584,0.9792346954345703
|
| 1144 |
+
Ties,Code-Math-Instruction_Tuned,aim,22,0.21797484159469604,0.9983237385749817,0.977564811706543
|
| 1145 |
+
Ties,Code-Math-Instruction_Tuned,aim,23,0.2270405888557434,0.9981854557991028,0.975814700126648
|
| 1146 |
+
Ties,Code-Math-Instruction_Tuned,aim,24,0.23478935658931732,0.9980146288871765,0.9742535948753357
|
| 1147 |
+
Ties,Code-Math-Instruction_Tuned,aim,25,0.24108724296092987,0.9977980256080627,0.9729745388031006
|
| 1148 |
+
Ties,Code-Math-Instruction_Tuned,aim,26,0.24788087606430054,0.997399628162384,0.9716044664382935
|
| 1149 |
+
Ties,Code-Math-Instruction_Tuned,aim,27,0.25237178802490234,0.9971933960914612,0.9705743789672852
|
| 1150 |
+
Ties,Code-Math-Instruction_Tuned,aim,28,0.26011765003204346,0.9964470863342285,0.968802809715271
|
| 1151 |
+
Ties,Code-Math-Instruction_Tuned,aim,29,0.264398455619812,0.9960667490959167,0.9677198529243469
|
| 1152 |
+
Ties,Code-Math-Instruction_Tuned,aim,30,0.2681982219219208,0.9956179261207581,0.9667628407478333
|
| 1153 |
+
Ties,Code-Math-Instruction_Tuned,aim,31,0.2718449532985687,0.9952648282051086,0.9657042026519775
|
| 1154 |
+
Ties,Code-Math-Instruction_Tuned,aim,32,0.27570950984954834,0.9947824478149414,0.9646369814872742
|
| 1155 |
+
Ties,Code-Math-Instruction_Tuned,aim,33,0.2799528241157532,0.9942503571510315,0.9633859395980835
|
| 1156 |
+
Ties,Code-Math-Instruction_Tuned,aim,34,0.283860445022583,0.9937195181846619,0.9622232913970947
|
| 1157 |
+
Ties,Code-Math-Instruction_Tuned,aim,35,0.28969448804855347,0.9933809638023376,0.9603753685951233
|
| 1158 |
+
Ties,Code-Math-Instruction_Tuned,aim,36,0.29568585753440857,0.9924501180648804,0.958596408367157
|
| 1159 |
+
Ties,Code-Math-Instruction_Tuned,aim,37,0.2992008328437805,0.9902017116546631,0.957538902759552
|
| 1160 |
+
Ties,Code-Math-Instruction_Tuned,aim,38,0.3188146650791168,0.9548722505569458,0.9511351585388184
|
| 1161 |
+
Ties,Code-Math-Instruction_Tuned,aim,39,0.3526499271392822,0.9275988936424255,0.9444484710693359
|
| 1162 |
+
DARETies,Code-Math-Instruction_Tuned,merge,0,0.18339811265468597,0.9790162444114685,0.9862028360366821
|
| 1163 |
+
DARETies,Code-Math-Instruction_Tuned,merge,1,0.2148129940032959,0.9764314889907837,0.9809208512306213
|
| 1164 |
+
DARETies,Code-Math-Instruction_Tuned,merge,2,0.25842922925949097,0.9764205813407898,0.9704368114471436
|
| 1165 |
+
DARETies,Code-Math-Instruction_Tuned,merge,3,0.23778972029685974,0.9562285542488098,0.9771456718444824
|
| 1166 |
+
DARETies,Code-Math-Instruction_Tuned,merge,4,0.2402678281068802,0.956234872341156,0.9765212535858154
|
| 1167 |
+
DARETies,Code-Math-Instruction_Tuned,merge,5,0.2437552958726883,0.956253707408905,0.9755725264549255
|
| 1168 |
+
DARETies,Code-Math-Instruction_Tuned,merge,6,0.2481764853000641,0.956442654132843,0.9743602871894836
|
| 1169 |
+
DARETies,Code-Math-Instruction_Tuned,merge,7,0.24120739102363586,0.9618139863014221,0.9755485653877258
|
| 1170 |
+
DARETies,Code-Math-Instruction_Tuned,merge,8,0.2494249790906906,0.9618273973464966,0.9733519554138184
|
| 1171 |
+
DARETies,Code-Math-Instruction_Tuned,merge,9,0.25956475734710693,0.9618269205093384,0.9704795479774475
|
| 1172 |
+
DARETies,Code-Math-Instruction_Tuned,merge,10,0.27009153366088867,0.9618316292762756,0.9674121141433716
|
| 1173 |
+
DARETies,Code-Math-Instruction_Tuned,merge,11,0.2808426320552826,0.961828351020813,0.9640163779258728
|
| 1174 |
+
DARETies,Code-Math-Instruction_Tuned,merge,12,0.2925621271133423,0.961824893951416,0.960258960723877
|
| 1175 |
+
DARETies,Code-Math-Instruction_Tuned,merge,13,0.3041455149650574,0.9618128538131714,0.9565345048904419
|
| 1176 |
+
DARETies,Code-Math-Instruction_Tuned,merge,14,0.31883174180984497,0.9618013501167297,0.9516080021858215
|
| 1177 |
+
DARETies,Code-Math-Instruction_Tuned,merge,15,0.3314628303050995,0.9617753028869629,0.9472421407699585
|
| 1178 |
+
DARETies,Code-Math-Instruction_Tuned,merge,16,0.34593990445137024,0.961743950843811,0.9421395063400269
|
| 1179 |
+
DARETies,Code-Math-Instruction_Tuned,merge,17,0.3604286313056946,0.9617022275924683,0.9367402195930481
|
| 1180 |
+
DARETies,Code-Math-Instruction_Tuned,merge,18,0.37239256501197815,0.9616762399673462,0.9322139024734497
|
| 1181 |
+
DARETies,Code-Math-Instruction_Tuned,merge,19,0.3874475061893463,0.9616422653198242,0.9262659549713135
|
| 1182 |
+
DARETies,Code-Math-Instruction_Tuned,merge,20,0.40549129247665405,0.9615388512611389,0.9188525676727295
|
| 1183 |
+
DARETies,Code-Math-Instruction_Tuned,merge,21,0.42790111899375916,0.9618302583694458,0.9094698429107666
|
| 1184 |
+
DARETies,Code-Math-Instruction_Tuned,merge,22,0.4442560374736786,0.9615393280982971,0.9023474454879761
|
| 1185 |
+
DARETies,Code-Math-Instruction_Tuned,merge,23,0.4614177644252777,0.9610898494720459,0.8944677114486694
|
| 1186 |
+
DARETies,Code-Math-Instruction_Tuned,merge,24,0.4761660695075989,0.9605242013931274,0.8872225284576416
|
| 1187 |
+
DARETies,Code-Math-Instruction_Tuned,merge,25,0.48909592628479004,0.9598096609115601,0.8806189894676208
|
| 1188 |
+
DARETies,Code-Math-Instruction_Tuned,merge,26,0.5043342113494873,0.9585025310516357,0.872528076171875
|
| 1189 |
+
DARETies,Code-Math-Instruction_Tuned,merge,27,0.514312207698822,0.9577385783195496,0.8666221499443054
|
| 1190 |
+
DARETies,Code-Math-Instruction_Tuned,merge,28,0.543268620967865,0.9547368884086609,0.8477373719215393
|
| 1191 |
+
DARETies,Code-Math-Instruction_Tuned,merge,29,0.5530431866645813,0.9532903432846069,0.8410760164260864
|
| 1192 |
+
DARETies,Code-Math-Instruction_Tuned,merge,30,0.5641869306564331,0.9514667987823486,0.8331584334373474
|
| 1193 |
+
DARETies,Code-Math-Instruction_Tuned,merge,31,0.5732041597366333,0.9500830173492432,0.826328694820404
|
| 1194 |
+
DARETies,Code-Math-Instruction_Tuned,merge,32,0.5844869017601013,0.9479714035987854,0.8176764249801636
|
| 1195 |
+
DARETies,Code-Math-Instruction_Tuned,merge,33,0.5958279371261597,0.9460232853889465,0.8086172342300415
|
| 1196 |
+
DARETies,Code-Math-Instruction_Tuned,merge,34,0.6059483289718628,0.9436291456222534,0.8004122376441956
|
| 1197 |
+
DARETies,Code-Math-Instruction_Tuned,merge,35,0.6170524954795837,0.9423882961273193,0.7907341718673706
|
| 1198 |
+
DARETies,Code-Math-Instruction_Tuned,merge,36,0.6294965147972107,0.9383472204208374,0.7801637053489685
|
| 1199 |
+
DARETies,Code-Math-Instruction_Tuned,merge,37,0.6379803419113159,0.9294775724411011,0.7728920578956604
|
| 1200 |
+
DARETies,Code-Math-Instruction_Tuned,merge,38,0.6748180985450745,0.7924205660820007,0.7391703128814697
|
| 1201 |
+
DARETies,Code-Math-Instruction_Tuned,merge,39,0.7538732290267944,0.6347194910049438,0.6617653369903564
|
| 1202 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,0,0.1825731247663498,0.9790939688682556,0.9862831830978394
|
| 1203 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,1,0.21408574283123016,0.9763847589492798,0.9810285568237305
|
| 1204 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,2,0.2560655474662781,0.976381242275238,0.9710494875907898
|
| 1205 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,3,0.24510429799556732,0.9534795880317688,0.9757840037345886
|
| 1206 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,4,0.24730853736400604,0.9534856081008911,0.9752084612846375
|
| 1207 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,5,0.25034916400909424,0.9535025954246521,0.9743465781211853
|
| 1208 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,6,0.2541770339012146,0.9537009000778198,0.9732564687728882
|
| 1209 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,7,0.24617090821266174,0.9594126343727112,0.9747339487075806
|
| 1210 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,8,0.2534990608692169,0.9594265818595886,0.97272789478302
|
| 1211 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,9,0.2625914216041565,0.9594269394874573,0.9700966477394104
|
| 1212 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,10,0.2720567286014557,0.959429919719696,0.9672966003417969
|
| 1213 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,11,0.28174012899398804,0.9594276547431946,0.9641956090927124
|
| 1214 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,12,0.2923164367675781,0.9594239592552185,0.9607875943183899
|
| 1215 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,13,0.30275699496269226,0.9594139456748962,0.9574339985847473
|
| 1216 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,14,0.31609323620796204,0.9594042301177979,0.9529831409454346
|
| 1217 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,15,0.32745498418807983,0.9593774080276489,0.9491153359413147
|
| 1218 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,16,0.3405059576034546,0.9593499302864075,0.9446011781692505
|
| 1219 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,17,0.3534521460533142,0.9593125581741333,0.939873456954956
|
| 1220 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,18,0.36410754919052124,0.9592896699905396,0.9359588027000427
|
| 1221 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,19,0.3775586187839508,0.9592604041099548,0.9308207631111145
|
| 1222 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,20,0.3937843143939972,0.9591694474220276,0.924418568611145
|
| 1223 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,21,0.41401657462120056,0.9595229625701904,0.9163609147071838
|
| 1224 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,22,0.4288497865200043,0.9592666029930115,0.910249650478363
|
| 1225 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,23,0.4446369409561157,0.9588713645935059,0.9034090042114258
|
| 1226 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,24,0.45814093947410583,0.9583704471588135,0.8971596360206604
|
| 1227 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,25,0.46983882784843445,0.9577480554580688,0.8915526866912842
|
| 1228 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,26,0.4837600588798523,0.9565843939781189,0.8846531510353088
|
| 1229 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,27,0.49266132712364197,0.9559248089790344,0.8796953558921814
|
| 1230 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,28,0.5196207761764526,0.953168511390686,0.86323481798172
|
| 1231 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,29,0.5282680988311768,0.9518959522247314,0.8577138781547546
|
| 1232 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,30,0.5382564067840576,0.9502881765365601,0.8510940670967102
|
| 1233 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,31,0.546303391456604,0.949074387550354,0.8453662991523743
|
| 1234 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,32,0.5563490986824036,0.9472318887710571,0.8381845355033875
|
| 1235 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,33,0.566673994064331,0.9455132484436035,0.8304862976074219
|
| 1236 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,34,0.5757734179496765,0.9434465765953064,0.82361900806427
|
| 1237 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,35,0.5860995054244995,0.9423653483390808,0.8151751756668091
|
| 1238 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,36,0.5974323749542236,0.9389877915382385,0.806262731552124
|
| 1239 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,37,0.6042302846908569,0.9315102696418762,0.8009535670280457
|
| 1240 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,38,0.6381924748420715,0.813183605670929,0.7722737789154053
|
| 1241 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,39,0.7192822694778442,0.6736962795257568,0.7025026679039001
|
| 1242 |
+
DARETies,Code-Math-Instruction_Tuned,aim,0,0.15453624725341797,0.9832242131233215,0.9894458055496216
|
| 1243 |
+
DARETies,Code-Math-Instruction_Tuned,aim,1,0.18245255947113037,0.981379508972168,0.9854974150657654
|
| 1244 |
+
DARETies,Code-Math-Instruction_Tuned,aim,2,0.2216975837945938,0.9814268946647644,0.9775435924530029
|
| 1245 |
+
DARETies,Code-Math-Instruction_Tuned,aim,3,0.1573365181684494,0.9816044569015503,0.990244448184967
|
| 1246 |
+
DARETies,Code-Math-Instruction_Tuned,aim,4,0.16037842631340027,0.9816070795059204,0.9897587299346924
|
| 1247 |
+
DARETies,Code-Math-Instruction_Tuned,aim,5,0.1644977182149887,0.9816110134124756,0.9890546202659607
|
| 1248 |
+
DARETies,Code-Math-Instruction_Tuned,aim,6,0.17024339735507965,0.9816195964813232,0.9880489706993103
|
| 1249 |
+
DARETies,Code-Math-Instruction_Tuned,aim,7,0.16936856508255005,0.9835129976272583,0.9878849387168884
|
| 1250 |
+
DARETies,Code-Math-Instruction_Tuned,aim,8,0.17883950471878052,0.9835135340690613,0.9861658215522766
|
| 1251 |
+
DARETies,Code-Math-Instruction_Tuned,aim,9,0.1901835799217224,0.9835160374641418,0.9839365482330322
|
| 1252 |
+
DARETies,Code-Math-Instruction_Tuned,aim,10,0.20219573378562927,0.9835178256034851,0.9814504384994507
|
| 1253 |
+
DARETies,Code-Math-Instruction_Tuned,aim,11,0.21406951546669006,0.9835081100463867,0.9787745475769043
|
| 1254 |
+
DARETies,Code-Math-Instruction_Tuned,aim,12,0.22656865417957306,0.9835090041160583,0.9758434891700745
|
| 1255 |
+
DARETies,Code-Math-Instruction_Tuned,aim,13,0.2388695776462555,0.9835001230239868,0.9728614687919617
|
| 1256 |
+
DARETies,Code-Math-Instruction_Tuned,aim,14,0.25446006655693054,0.9834908246994019,0.9688605666160583
|
| 1257 |
+
DARETies,Code-Math-Instruction_Tuned,aim,15,0.26713693141937256,0.9834741950035095,0.9654667973518372
|
| 1258 |
+
DARETies,Code-Math-Instruction_Tuned,aim,16,0.281826376914978,0.9834517240524292,0.961381733417511
|
| 1259 |
+
DARETies,Code-Math-Instruction_Tuned,aim,17,0.29660993814468384,0.983421802520752,0.9570193886756897
|
| 1260 |
+
DARETies,Code-Math-Instruction_Tuned,aim,18,0.30865147709846497,0.9833959937095642,0.9533713459968567
|
| 1261 |
+
DARETies,Code-Math-Instruction_Tuned,aim,19,0.32343703508377075,0.9833599328994751,0.9486705660820007
|
| 1262 |
+
DARETies,Code-Math-Instruction_Tuned,aim,20,0.3407481014728546,0.9832679033279419,0.9429242610931396
|
| 1263 |
+
DARETies,Code-Math-Instruction_Tuned,aim,21,0.3624565899372101,0.9833791851997375,0.9355049133300781
|
| 1264 |
+
DARETies,Code-Math-Instruction_Tuned,aim,22,0.3777328133583069,0.983199954032898,0.9300898909568787
|
| 1265 |
+
DARETies,Code-Math-Instruction_Tuned,aim,23,0.39368078112602234,0.9828062057495117,0.9241519570350647
|
| 1266 |
+
DARETies,Code-Math-Instruction_Tuned,aim,24,0.40748336911201477,0.9823185205459595,0.918696403503418
|
| 1267 |
+
DARETies,Code-Math-Instruction_Tuned,aim,25,0.4189313054084778,0.9816935062408447,0.9140631556510925
|
| 1268 |
+
DARETies,Code-Math-Instruction_Tuned,aim,26,0.4325217008590698,0.9805583953857422,0.9083605408668518
|
| 1269 |
+
DARETies,Code-Math-Instruction_Tuned,aim,27,0.4408663511276245,0.979913592338562,0.9044883847236633
|
| 1270 |
+
DARETies,Code-Math-Instruction_Tuned,aim,28,0.4648808240890503,0.9773488640785217,0.8922204375267029
|
| 1271 |
+
DARETies,Code-Math-Instruction_Tuned,aim,29,0.47269877791404724,0.9761446118354797,0.8880860209465027
|
| 1272 |
+
DARETies,Code-Math-Instruction_Tuned,aim,30,0.48114386200904846,0.9746299386024475,0.8834869861602783
|
| 1273 |
+
DARETies,Code-Math-Instruction_Tuned,aim,31,0.4881463646888733,0.9735056757926941,0.8793261647224426
|
| 1274 |
+
DARETies,Code-Math-Instruction_Tuned,aim,32,0.4969518780708313,0.9717850685119629,0.8741094470024109
|
| 1275 |
+
DARETies,Code-Math-Instruction_Tuned,aim,33,0.5058733820915222,0.970196008682251,0.8685509562492371
|
| 1276 |
+
DARETies,Code-Math-Instruction_Tuned,aim,34,0.5136494636535645,0.9682576060295105,0.8636757731437683
|
| 1277 |
+
DARETies,Code-Math-Instruction_Tuned,aim,35,0.5231144428253174,0.9671748876571655,0.8572078347206116
|
| 1278 |
+
DARETies,Code-Math-Instruction_Tuned,aim,36,0.5332531929016113,0.9639696478843689,0.8506106734275818
|
| 1279 |
+
DARETies,Code-Math-Instruction_Tuned,aim,37,0.540224552154541,0.956413209438324,0.8461180329322815
|
| 1280 |
+
DARETies,Code-Math-Instruction_Tuned,aim,38,0.5749228000640869,0.8395878672599792,0.8216015696525574
|
| 1281 |
+
DARETies,Code-Math-Instruction_Tuned,aim,39,0.6583870053291321,0.7250850796699524,0.764258861541748
|
results/mechanism_acts_s1.csv
CHANGED
|
@@ -919,3 +919,363 @@ DARETies,Math-Instruction_Tuned,aim,36,0.5254924893379211,0.9646612405776978,0.8
|
|
| 919 |
DARETies,Math-Instruction_Tuned,aim,37,0.5321797728538513,0.9573656916618347,0.8514583706855774
|
| 920 |
DARETies,Math-Instruction_Tuned,aim,38,0.5655536651611328,0.8440457582473755,0.8283341526985168
|
| 921 |
DARETies,Math-Instruction_Tuned,aim,39,0.6446673274040222,0.7417063117027283,0.7765992283821106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 919 |
DARETies,Math-Instruction_Tuned,aim,37,0.5321797728538513,0.9573656916618347,0.8514583706855774
|
| 920 |
DARETies,Math-Instruction_Tuned,aim,38,0.5655536651611328,0.8440457582473755,0.8283341526985168
|
| 921 |
DARETies,Math-Instruction_Tuned,aim,39,0.6446673274040222,0.7417063117027283,0.7765992283821106
|
| 922 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,0,0.17117826640605927,0.9803145527839661,0.9872491359710693
|
| 923 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,1,0.20645521581172943,0.9761518836021423,0.981699526309967
|
| 924 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,2,0.24777711927890778,0.9762002825737,0.9722002744674683
|
| 925 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,3,0.21511921286582947,0.9638888239860535,0.9810999631881714
|
| 926 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,4,0.21774174273014069,0.963896632194519,0.9805134534835815
|
| 927 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,5,0.2214312106370926,0.9639103412628174,0.9796254634857178
|
| 928 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,6,0.2261112481355667,0.9640802145004272,0.9784873127937317
|
| 929 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,7,0.22019636631011963,0.9686483144760132,0.9793638586997986
|
| 930 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,8,0.22887885570526123,0.9686571359634399,0.9772850275039673
|
| 931 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,9,0.2394654005765915,0.9686608910560608,0.9745877385139465
|
| 932 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,10,0.25045067071914673,0.9686605930328369,0.9716905951499939
|
| 933 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,11,0.2615013122558594,0.9686560034751892,0.9685271978378296
|
| 934 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,12,0.273544043302536,0.9686540365219116,0.965010941028595
|
| 935 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,13,0.2854868173599243,0.9686418771743774,0.9614739418029785
|
| 936 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,14,0.300741046667099,0.9686286449432373,0.9567387700080872
|
| 937 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,15,0.31396186351776123,0.9686048030853271,0.9524877071380615
|
| 938 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,16,0.3292834460735321,0.9685786962509155,0.9474201798439026
|
| 939 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,17,0.34449878334999084,0.9685375094413757,0.9420912265777588
|
| 940 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,18,0.35740551352500916,0.968510627746582,0.9374867677688599
|
| 941 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,19,0.373528391122818,0.9684677720069885,0.9314348697662354
|
| 942 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,20,0.3925984799861908,0.9683580994606018,0.9239577054977417
|
| 943 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,21,0.41640350222587585,0.9685744047164917,0.9143469929695129
|
| 944 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,22,0.4337908923625946,0.9683975577354431,0.9069957733154297
|
| 945 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,23,0.45185503363609314,0.9679221510887146,0.8989201784133911
|
| 946 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,24,0.4673815965652466,0.9673241376876831,0.8915066719055176
|
| 947 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,25,0.48100706934928894,0.966557502746582,0.8847237825393677
|
| 948 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,26,0.4972933232784271,0.9651796221733093,0.8762442469596863
|
| 949 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,27,0.5074928998947144,0.9643613696098328,0.8703650236129761
|
| 950 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,28,0.5373222827911377,0.9612364768981934,0.8512629866600037
|
| 951 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,29,0.5473377108573914,0.9597035646438599,0.8445904850959778
|
| 952 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,30,0.5589936971664429,0.9577520489692688,0.8364771604537964
|
| 953 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,31,0.5683147311210632,0.9562743902206421,0.8295598030090332
|
| 954 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,32,0.5802032351493835,0.9539836645126343,0.8205910921096802
|
| 955 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,33,0.5918892621994019,0.9519186615943909,0.8113983869552612
|
| 956 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,34,0.6024088859558105,0.9493017792701721,0.8029961585998535
|
| 957 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,35,0.6135767102241516,0.947948157787323,0.7933874130249023
|
| 958 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,36,0.6266598105430603,0.9434026479721069,0.7824368476867676
|
| 959 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,37,0.6359681487083435,0.9330970644950867,0.7746249437332153
|
| 960 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,38,0.6768017411231995,0.7815300822257996,0.7374270558357239
|
| 961 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,39,0.7532897591590881,0.624799907207489,0.6633835434913635
|
| 962 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,0,0.1706567257642746,0.9804055690765381,0.9873136281967163
|
| 963 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,1,0.20513874292373657,0.9765170216560364,0.9819479584693909
|
| 964 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,2,0.24512149393558502,0.9765709042549133,0.972874641418457
|
| 965 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,3,0.2243325412273407,0.9607147574424744,0.9795275926589966
|
| 966 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,4,0.22663693130016327,0.9607225656509399,0.9789877533912659
|
| 967 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,5,0.2298213094472885,0.9607376456260681,0.9781803488731384
|
| 968 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,6,0.23383432626724243,0.9609130024909973,0.9771568775177002
|
| 969 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,7,0.22704379260540009,0.9656978249549866,0.9782495498657227
|
| 970 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,8,0.23472295701503754,0.9657071828842163,0.9763477444648743
|
| 971 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,9,0.24413637816905975,0.9657077193260193,0.9738768935203552
|
| 972 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,10,0.25395306944847107,0.9657137393951416,0.9712291359901428
|
| 973 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,11,0.26380494236946106,0.9657089114189148,0.9683513045310974
|
| 974 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,12,0.2746415436267853,0.9657067656517029,0.9651551842689514
|
| 975 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,13,0.2853676974773407,0.9656949639320374,0.9619675874710083
|
| 976 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,14,0.29918962717056274,0.9656835198402405,0.957682728767395
|
| 977 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,15,0.3110778331756592,0.9656587243080139,0.9539019465446472
|
| 978 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,16,0.32488691806793213,0.965636670589447,0.9494091272354126
|
| 979 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,17,0.33850714564323425,0.9655978679656982,0.9447274208068848
|
| 980 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,18,0.3500169813632965,0.9655737280845642,0.9407362341880798
|
| 981 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,19,0.36444342136383057,0.9655424356460571,0.9354958534240723
|
| 982 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,20,0.38162076473236084,0.96544349193573,0.9290208220481873
|
| 983 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,21,0.403140127658844,0.9657236933708191,0.9207466244697571
|
| 984 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,22,0.41902226209640503,0.9654418230056763,0.9143909215927124
|
| 985 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,23,0.4356668293476105,0.9650238752365112,0.9073580503463745
|
| 986 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,24,0.4499049484729767,0.9644884467124939,0.9009500741958618
|
| 987 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,25,0.462250679731369,0.9638200998306274,0.8951780200004578
|
| 988 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,26,0.47718438506126404,0.9625820517539978,0.8879077434539795
|
| 989 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,27,0.4863072335720062,0.9618679285049438,0.8829591274261475
|
| 990 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,28,0.5142557621002197,0.9589871764183044,0.8661758303642273
|
| 991 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,29,0.5231435894966125,0.9576347470283508,0.8606266975402832
|
| 992 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,30,0.5336278080940247,0.9558974504470825,0.8538151979446411
|
| 993 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,31,0.5419741272926331,0.954597532749176,0.8479923605918884
|
| 994 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,32,0.552620530128479,0.9525783061981201,0.8405007123947144
|
| 995 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,33,0.563296914100647,0.9507478475570679,0.8326545357704163
|
| 996 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,34,0.5727787017822266,0.9484637379646301,0.825602650642395
|
| 997 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,35,0.5832039713859558,0.9472711682319641,0.8171780705451965
|
| 998 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,36,0.5951417684555054,0.9434200525283813,0.8079252243041992
|
| 999 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,37,0.6029687523841858,0.934706449508667,0.8019466996192932
|
| 1000 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,38,0.6407582759857178,0.8020451068878174,0.7702129483222961
|
| 1001 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,39,0.7205631732940674,0.6606690287590027,0.7020420432090759
|
| 1002 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,0,0.14688551425933838,0.9837175011634827,0.9899436831474304
|
| 1003 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,1,0.17564040422439575,0.9816844463348389,0.9861299395561218
|
| 1004 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,2,0.21362550556659698,0.9816538095474243,0.9787566065788269
|
| 1005 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,3,0.15946486592292786,0.9802017211914062,0.9895878434181213
|
| 1006 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,4,0.16223017871379852,0.9802025556564331,0.9891422390937805
|
| 1007 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,5,0.1660056859254837,0.9802080988883972,0.9884926080703735
|
| 1008 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,6,0.1712951809167862,0.9802164435386658,0.987563967704773
|
| 1009 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,7,0.16987091302871704,0.9822433590888977,0.9875397682189941
|
| 1010 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,8,0.17881472408771515,0.9822474122047424,0.9859226942062378
|
| 1011 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,9,0.1895815134048462,0.9822485446929932,0.9838238954544067
|
| 1012 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,10,0.2010633647441864,0.9822491407394409,0.9814733862876892
|
| 1013 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,11,0.21223706007003784,0.9822412133216858,0.9789875149726868
|
| 1014 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,12,0.22414420545101166,0.9822386503219604,0.9762418866157532
|
| 1015 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,13,0.2359553873538971,0.9822321534156799,0.9734249711036682
|
| 1016 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,14,0.25106969475746155,0.9822230935096741,0.9696133732795715
|
| 1017 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,15,0.2635308504104614,0.9822050333023071,0.9663392901420593
|
| 1018 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,16,0.2781519293785095,0.9821835160255432,0.9623452425003052
|
| 1019 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,17,0.2928011417388916,0.982151210308075,0.9581012725830078
|
| 1020 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,18,0.30497026443481445,0.9821279644966125,0.9544897675514221
|
| 1021 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,19,0.31992849707603455,0.982092022895813,0.9498166441917419
|
| 1022 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,20,0.3373466730117798,0.9820004105567932,0.944132387638092
|
| 1023 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,21,0.3593289852142334,0.9821228981018066,0.9367262721061707
|
| 1024 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,22,0.37502148747444153,0.9819421172142029,0.9312228560447693
|
| 1025 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,23,0.391282320022583,0.9815377593040466,0.9252232909202576
|
| 1026 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,24,0.4053479731082916,0.98103928565979,0.9197242259979248
|
| 1027 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,25,0.417060524225235,0.9803972840309143,0.9150258898735046
|
| 1028 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,26,0.43120425939559937,0.9792218804359436,0.9091109037399292
|
| 1029 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,27,0.43952393531799316,0.9785535931587219,0.9052841067314148
|
| 1030 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,28,0.46448391675949097,0.975907027721405,0.8925228714942932
|
| 1031 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,29,0.47230616211891174,0.9746604561805725,0.8884067535400391
|
| 1032 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,30,0.4810745418071747,0.973059892654419,0.8836454153060913
|
| 1033 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,31,0.488189160823822,0.9718881845474243,0.8794302940368652
|
| 1034 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,32,0.49740535020828247,0.9700498580932617,0.8739703893661499
|
| 1035 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,33,0.5065414309501648,0.9683971405029297,0.868274986743927
|
| 1036 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,34,0.5145843625068665,0.966320276260376,0.8632311224937439
|
| 1037 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,35,0.5240993499755859,0.9651843905448914,0.8567039370536804
|
| 1038 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,36,0.5346404910087585,0.9617291688919067,0.8498476147651672
|
| 1039 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,37,0.5425949692726135,0.9537977576255798,0.8447283506393433
|
| 1040 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,38,0.580040693283081,0.8283429741859436,0.8181432485580444
|
| 1041 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,39,0.6637085676193237,0.7099170684814453,0.7602702379226685
|
| 1042 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,0,0.17547495663166046,0.979563295841217,0.9867128729820251
|
| 1043 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,1,0.20878776907920837,0.975625216960907,0.9811489582061768
|
| 1044 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,2,0.25081494450569153,0.9756274819374084,0.9714375138282776
|
| 1045 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,3,0.2346702218055725,0.9556815028190613,0.9769091606140137
|
| 1046 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,4,0.23692187666893005,0.9556896686553955,0.9763535261154175
|
| 1047 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,5,0.24015873670578003,0.9557055830955505,0.9754980206489563
|
| 1048 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,6,0.24427928030490875,0.9558942317962646,0.9743984341621399
|
| 1049 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,7,0.2372012734413147,0.9612717032432556,0.9756950736045837
|
| 1050 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,8,0.24501915276050568,0.961284339427948,0.9736478328704834
|
| 1051 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,9,0.2548307478427887,0.9612846374511719,0.970945417881012
|
| 1052 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,10,0.26505276560783386,0.9612889885902405,0.9680641293525696
|
| 1053 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,11,0.2755161225795746,0.9612839221954346,0.9648844003677368
|
| 1054 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,12,0.2868010699748993,0.9612827301025391,0.9614013433456421
|
| 1055 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,13,0.29800865054130554,0.9612693190574646,0.9579029083251953
|
| 1056 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,14,0.31238603591918945,0.9612613916397095,0.9532338380813599
|
| 1057 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,15,0.32497021555900574,0.9612341523170471,0.9490151405334473
|
| 1058 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,16,0.33957886695861816,0.9612082242965698,0.9439969658851624
|
| 1059 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,17,0.3541269302368164,0.9611669182777405,0.938704252243042
|
| 1060 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,18,0.36650002002716064,0.9611396193504333,0.9341508150100708
|
| 1061 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,19,0.3819243013858795,0.961104691028595,0.9281914234161377
|
| 1062 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,20,0.4002825617790222,0.9610002636909485,0.9208073616027832
|
| 1063 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,21,0.42303240299224854,0.9612900018692017,0.9114457964897156
|
| 1064 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,22,0.439857542514801,0.9609902501106262,0.904198408126831
|
| 1065 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,23,0.4572422504425049,0.9605342149734497,0.8962804079055786
|
| 1066 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,24,0.47233617305755615,0.9599621891975403,0.8889352679252625
|
| 1067 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,25,0.4855077564716339,0.9592357873916626,0.8822556138038635
|
| 1068 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,26,0.5013952255249023,0.9579044580459595,0.8738449811935425
|
| 1069 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,27,0.5114680528640747,0.957125186920166,0.8679295778274536
|
| 1070 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,28,0.5412562489509583,0.9540764689445496,0.848598301410675
|
| 1071 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,29,0.5511550307273865,0.9526052474975586,0.8419004082679749
|
| 1072 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,30,0.5629097819328308,0.9507201313972473,0.8335971236228943
|
| 1073 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,31,0.5721259713172913,0.9492970108985901,0.8266798257827759
|
| 1074 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,32,0.5838819146156311,0.9470869302749634,0.8177139759063721
|
| 1075 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,33,0.5954475998878479,0.9450719356536865,0.8085275888442993
|
| 1076 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,34,0.6060079336166382,0.9425482749938965,0.8000157475471497
|
| 1077 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,35,0.6172646880149841,0.9412375688552856,0.7902732491493225
|
| 1078 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,36,0.6303185820579529,0.9368901252746582,0.7792572379112244
|
| 1079 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,37,0.6393218040466309,0.9274734854698181,0.7716488838195801
|
| 1080 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,38,0.6792505383491516,0.7798298001289368,0.7349784970283508
|
| 1081 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,39,0.7553146481513977,0.6243398785591125,0.6606273651123047
|
| 1082 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,0,0.17531192302703857,0.9794332981109619,0.9866941571235657
|
| 1083 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,1,0.20818938314914703,0.9755377173423767,0.9812305569648743
|
| 1084 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,2,0.2485513836145401,0.9755410552024841,0.9720064997673035
|
| 1085 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,3,0.22867000102996826,0.9575588703155518,0.9778878688812256
|
| 1086 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,4,0.23086291551589966,0.9575664401054382,0.9773648977279663
|
| 1087 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,5,0.2339383065700531,0.9575822949409485,0.9765799045562744
|
| 1088 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,6,0.23784023523330688,0.957765519618988,0.9755738973617554
|
| 1089 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,7,0.2307848185300827,0.9629050493240356,0.9768549203872681
|
| 1090 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,8,0.2382197380065918,0.9629152417182922,0.9749755263328552
|
| 1091 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,9,0.2475285530090332,0.9629170894622803,0.9725009799003601
|
| 1092 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,10,0.2572254538536072,0.9629213809967041,0.969864547252655
|
| 1093 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,11,0.26712504029273987,0.9629161357879639,0.9669690132141113
|
| 1094 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,12,0.27781572937965393,0.9629164934158325,0.9638012051582336
|
| 1095 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,13,0.28840163350105286,0.962901771068573,0.9606250524520874
|
| 1096 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,14,0.3020850419998169,0.962893009185791,0.9563579559326172
|
| 1097 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,15,0.31393012404441833,0.9628672003746033,0.9525594115257263
|
| 1098 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,16,0.32767927646636963,0.9628425240516663,0.9480395317077637
|
| 1099 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,17,0.34125378727912903,0.9628051519393921,0.9433166980743408
|
| 1100 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,18,0.35278958082199097,0.9627824425697327,0.9392766952514648
|
| 1101 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,19,0.36714622378349304,0.9627488851547241,0.9340119957923889
|
| 1102 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,20,0.38429415225982666,0.962652862071991,0.9274851679801941
|
| 1103 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,21,0.40560781955718994,0.9629511833190918,0.9192183017730713
|
| 1104 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,22,0.42133352160453796,0.9626724123954773,0.9128637313842773
|
| 1105 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,23,0.43772104382514954,0.9622517824172974,0.9058696031570435
|
| 1106 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,24,0.45188668370246887,0.9617244601249695,0.8994299173355103
|
| 1107 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,25,0.46408405900001526,0.9610576033592224,0.8936768174171448
|
| 1108 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,26,0.47899842262268066,0.9598267674446106,0.8863475322723389
|
| 1109 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,27,0.48818352818489075,0.9591227769851685,0.8813288807868958
|
| 1110 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,28,0.5164512395858765,0.9562581777572632,0.8642574548721313
|
| 1111 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,29,0.5253770351409912,0.9549153447151184,0.8586522340774536
|
| 1112 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,30,0.5360995531082153,0.9531922340393066,0.851642906665802
|
| 1113 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,31,0.5444602370262146,0.9519051313400269,0.845802366733551
|
| 1114 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,32,0.5551281571388245,0.949895441532135,0.8382723927497864
|
| 1115 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,33,0.5657792091369629,0.9480693340301514,0.830428421497345
|
| 1116 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,34,0.575403094291687,0.9457893967628479,0.8232606053352356
|
| 1117 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,35,0.585983395576477,0.9445908069610596,0.8147275447845459
|
| 1118 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,36,0.59795081615448,0.9407585859298706,0.8054325580596924
|
| 1119 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,37,0.6057339906692505,0.9320325255393982,0.799489438533783
|
| 1120 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,38,0.6432381272315979,0.7992956638336182,0.7678523659706116
|
| 1121 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,39,0.7231944799423218,0.6584575772285461,0.6988309025764465
|
| 1122 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,0,0.1509183645248413,0.982822597026825,0.9894641041755676
|
| 1123 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,1,0.17958325147628784,0.980273962020874,0.9854674935340881
|
| 1124 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,2,0.21681711077690125,0.9803253412246704,0.9781003594398499
|
| 1125 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,3,0.16577494144439697,0.9786033034324646,0.9887761473655701
|
| 1126 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,4,0.16837982833385468,0.9786058664321899,0.9883376955986023
|
| 1127 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,5,0.17198072373867035,0.9786117672920227,0.9876914024353027
|
| 1128 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,6,0.17707914113998413,0.978619396686554,0.9867592453956604
|
| 1129 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,7,0.17518573999404907,0.980827808380127,0.9868042469024658
|
| 1130 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,8,0.18379023671150208,0.9808341264724731,0.9851875901222229
|
| 1131 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,9,0.19431746006011963,0.980833113193512,0.9830679297447205
|
| 1132 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,10,0.20554198324680328,0.9808332920074463,0.9807085990905762
|
| 1133 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,11,0.21657627820968628,0.9808282256126404,0.9781976342201233
|
| 1134 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,12,0.2282675802707672,0.9808234572410583,0.9754435420036316
|
| 1135 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,13,0.23985323309898376,0.9808186292648315,0.972622275352478
|
| 1136 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,14,0.2547546625137329,0.9808074831962585,0.9687985181808472
|
| 1137 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,15,0.26708611845970154,0.9807929396629333,0.965506374835968
|
| 1138 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,16,0.2815622389316559,0.9807712435722351,0.9614911079406738
|
| 1139 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,17,0.2960776388645172,0.9807369709014893,0.9572198987007141
|
| 1140 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,18,0.30817270278930664,0.9807149767875671,0.9535843133926392
|
| 1141 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,19,0.32294464111328125,0.9806790947914124,0.9489096403121948
|
| 1142 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,20,0.3401617109775543,0.980591356754303,0.943226158618927
|
| 1143 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,21,0.361825168132782,0.9807291626930237,0.9358611702919006
|
| 1144 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,22,0.3773594796657562,0.9805576205253601,0.9303656816482544
|
| 1145 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,23,0.393422931432724,0.9801650643348694,0.9243856072425842
|
| 1146 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,24,0.4073690176010132,0.9796711802482605,0.9188849329948425
|
| 1147 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,25,0.41890475153923035,0.9790413975715637,0.9142178893089294
|
| 1148 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,26,0.43301627039909363,0.9778851866722107,0.9082604050636292
|
| 1149 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,27,0.44135400652885437,0.9772294759750366,0.9043822884559631
|
| 1150 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,28,0.4664188027381897,0.9746125340461731,0.8914654850959778
|
| 1151 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,29,0.47425132989883423,0.9733825325965881,0.8873007893562317
|
| 1152 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,30,0.4831431210041046,0.9718096852302551,0.8824225068092346
|
| 1153 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,31,0.4902651906013489,0.9706506133079529,0.8781720399856567
|
| 1154 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,32,0.4995063841342926,0.9688368439674377,0.8726516962051392
|
| 1155 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,33,0.508624792098999,0.9671891927719116,0.8669265508651733
|
| 1156 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,34,0.5167627334594727,0.9651389122009277,0.8617879748344421
|
| 1157 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,35,0.5263938903808594,0.9640176296234131,0.8551546335220337
|
| 1158 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,36,0.5369576215744019,0.9606220126152039,0.8482393622398376
|
| 1159 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,37,0.5448560118675232,0.9526320695877075,0.8431410193443298
|
| 1160 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,38,0.58201003074646,0.8275177478790283,0.8165023326873779
|
| 1161 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,39,0.6663004159927368,0.7083608508110046,0.7575098872184753
|
| 1162 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,0,0.11795061081647873,0.990094780921936,0.9935672283172607
|
| 1163 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,1,0.1290106475353241,0.9918190240859985,0.9926100969314575
|
| 1164 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,2,0.1605950891971588,0.9917897582054138,0.9882057905197144
|
| 1165 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,3,0.08556364476680756,0.9948073625564575,0.9970928430557251
|
| 1166 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,4,0.08881659060716629,0.9948084950447083,0.9968175888061523
|
| 1167 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,5,0.09284854680299759,0.9948105812072754,0.9964485168457031
|
| 1168 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,6,0.09835464507341385,0.9948108196258545,0.9959194660186768
|
| 1169 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,7,0.10027619451284409,0.9953205585479736,0.9956182837486267
|
| 1170 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,8,0.10898245871067047,0.9953212141990662,0.9947112202644348
|
| 1171 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,9,0.11857665330171585,0.9953202605247498,0.9936009645462036
|
| 1172 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,10,0.12891513109207153,0.9953173995018005,0.9923036694526672
|
| 1173 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,11,0.13901275396347046,0.9953168034553528,0.9909022450447083
|
| 1174 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,12,0.1493244767189026,0.9953122138977051,0.9893953800201416
|
| 1175 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,13,0.15940041840076447,0.9953116178512573,0.9878300428390503
|
| 1176 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,14,0.17254038155078888,0.99530428647995,0.9856405258178711
|
| 1177 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,15,0.1831115037202835,0.9952971339225769,0.9837821125984192
|
| 1178 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,16,0.19534015655517578,0.9952874183654785,0.9815090894699097
|
| 1179 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,17,0.20753265917301178,0.9952656626701355,0.979084849357605
|
| 1180 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,18,0.21781495213508606,0.9952529072761536,0.9769763350486755
|
| 1181 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,19,0.2299921214580536,0.9952308535575867,0.9743546843528748
|
| 1182 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,20,0.24390777945518494,0.9951730966567993,0.9712140560150146
|
| 1183 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,21,0.2618071734905243,0.9950333833694458,0.9670544266700745
|
| 1184 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,22,0.27444618940353394,0.9948996901512146,0.9639809131622314
|
| 1185 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,23,0.2875322103500366,0.9946430325508118,0.9606531858444214
|
| 1186 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,24,0.2985953688621521,0.9943230748176575,0.9577059149742126
|
| 1187 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,25,0.30769720673561096,0.9939066171646118,0.955242931842804
|
| 1188 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,26,0.3186854422092438,0.9931265711784363,0.9521881937980652
|
| 1189 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,27,0.3248559832572937,0.9927022457122803,0.9503025412559509
|
| 1190 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,28,0.34177324175834656,0.991066038608551,0.94465571641922
|
| 1191 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,29,0.3473510444164276,0.9903039932250977,0.9427307844161987
|
| 1192 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,30,0.3532789945602417,0.9893249869346619,0.9406557679176331
|
| 1193 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,31,0.3581216633319855,0.9886388778686523,0.9387474060058594
|
| 1194 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,32,0.36448508501052856,0.987526535987854,0.9363166689872742
|
| 1195 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,33,0.37023070454597473,0.9865618944168091,0.9339554905891418
|
| 1196 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,34,0.3756864666938782,0.985335111618042,0.9317315816879272
|
| 1197 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,35,0.38302022218704224,0.9846088290214539,0.9284133315086365
|
| 1198 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,36,0.39051979780197144,0.9825789332389832,0.9253224730491638
|
| 1199 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,37,0.39652547240257263,0.9776111245155334,0.9228810667991638
|
| 1200 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,38,0.4253886342048645,0.9019767045974731,0.9099226593971252
|
| 1201 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,39,0.5064570903778076,0.8335573077201843,0.879423975944519
|
| 1202 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,0,0.11755745112895966,0.9901711940765381,0.9936076402664185
|
| 1203 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,1,0.12822546064853668,0.9919968843460083,0.99271160364151
|
| 1204 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,2,0.15903246402740479,0.9919690489768982,0.9884579181671143
|
| 1205 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,3,0.08554764837026596,0.9947764873504639,0.9970865249633789
|
| 1206 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,4,0.08864839375019073,0.9947776198387146,0.9968252182006836
|
| 1207 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,5,0.09242082387208939,0.9947800636291504,0.9964812397956848
|
| 1208 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,6,0.09759814292192459,0.9947798848152161,0.9959871172904968
|
| 1209 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,7,0.09917011857032776,0.9952914118766785,0.995723307132721
|
| 1210 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,8,0.10743261128664017,0.9952927231788635,0.9948748350143433
|
| 1211 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,9,0.11655361205339432,0.9952913522720337,0.9938369393348694
|
| 1212 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,10,0.12634585797786713,0.9952898025512695,0.9926323294639587
|
| 1213 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,11,0.13605602085590363,0.995288074016571,0.9913125038146973
|
| 1214 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,12,0.14589691162109375,0.9952847957611084,0.9899086952209473
|
| 1215 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,13,0.1554918736219406,0.9952836036682129,0.9884556531906128
|
| 1216 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,14,0.16808299720287323,0.9952749609947205,0.9864134788513184
|
| 1217 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,15,0.1781287044286728,0.9952684640884399,0.9846997857093811
|
| 1218 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,16,0.18976250290870667,0.9952605366706848,0.9826050400733948
|
| 1219 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,17,0.20132021605968475,0.9952415823936462,0.9803807139396667
|
| 1220 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,18,0.21100559830665588,0.9952270984649658,0.9784640669822693
|
| 1221 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,19,0.22248905897140503,0.9952060580253601,0.9760840535163879
|
| 1222 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,20,0.23559027910232544,0.995154619216919,0.9732450246810913
|
| 1223 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,21,0.2524968981742859,0.9950293302536011,0.9694809317588806
|
| 1224 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,22,0.2643638551235199,0.9949071407318115,0.9667233824729919
|
| 1225 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,23,0.2766577899456024,0.9946720004081726,0.9637398719787598
|
| 1226 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,24,0.2870333790779114,0.9943763613700867,0.9611058831214905
|
| 1227 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,25,0.2954462766647339,0.993999183177948,0.9589474201202393
|
| 1228 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,26,0.3056919574737549,0.9932860136032104,0.9562517404556274
|
| 1229 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,27,0.31131789088249207,0.9929031133651733,0.9546210765838623
|
| 1230 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,28,0.32713255286216736,0.9914102554321289,0.9496316909790039
|
| 1231 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,29,0.33215343952178955,0.9907278418540955,0.9479898810386658
|
| 1232 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,30,0.3375515639781952,0.9898476600646973,0.9462096095085144
|
| 1233 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,31,0.34198197722435,0.9892313480377197,0.9445532560348511
|
| 1234 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,32,0.34780076146125793,0.988235354423523,0.9424595832824707
|
| 1235 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,33,0.35314297676086426,0.9873722195625305,0.9403877854347229
|
| 1236 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,34,0.35813987255096436,0.986276388168335,0.9384662508964539
|
| 1237 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,35,0.36496442556381226,0.9856314063072205,0.9355486035346985
|
| 1238 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,36,0.37192848324775696,0.9838313460350037,0.932854413986206
|
| 1239 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,37,0.37776491045951843,0.979340672492981,0.9306226372718811
|
| 1240 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,38,0.40577608346939087,0.9113554954528809,0.9188206195831299
|
| 1241 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,39,0.48811501264572144,0.8452361822128296,0.8895997405052185
|
| 1242 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,0,0.10279644280672073,0.9918186068534851,0.9948267936706543
|
| 1243 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,1,0.11076484620571136,0.9938036799430847,0.9942768216133118
|
| 1244 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,2,0.13976529240608215,0.9937811493873596,0.9907880425453186
|
| 1245 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,3,0.05400655046105385,0.9982129335403442,0.9988593459129333
|
| 1246 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,4,0.05799331143498421,0.9982161521911621,0.9986425638198853
|
| 1247 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,5,0.06281465291976929,0.9982143044471741,0.9983524084091187
|
| 1248 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,6,0.0692320391535759,0.998213529586792,0.997929573059082
|
| 1249 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,7,0.07330799847841263,0.9983834028244019,0.997580349445343
|
| 1250 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,8,0.08275091648101807,0.9983820915222168,0.9968486428260803
|
| 1251 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,9,0.0929880440235138,0.9983815550804138,0.9959414005279541
|
| 1252 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,10,0.1036970242857933,0.9983800649642944,0.9948827028274536
|
| 1253 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,11,0.11426388472318649,0.9983797073364258,0.9937067627906799
|
| 1254 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,12,0.12441879510879517,0.9983804225921631,0.9924867153167725
|
| 1255 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,13,0.1343654990196228,0.9983741044998169,0.9911956787109375
|
| 1256 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,14,0.14719918370246887,0.9983701109886169,0.9893870949745178
|
| 1257 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,15,0.15711385011672974,0.9983667731285095,0.9878959655761719
|
| 1258 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,16,0.16869309544563293,0.9983581304550171,0.9860419631004333
|
| 1259 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,17,0.1804041713476181,0.9983426332473755,0.9840297102928162
|
| 1260 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,18,0.1900262087583542,0.9983289241790771,0.9823077321052551
|
| 1261 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,19,0.20122165977954865,0.9983119964599609,0.9802023768424988
|
| 1262 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,20,0.21390044689178467,0.9982627034187317,0.9777029752731323
|
| 1263 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,21,0.23017434775829315,0.998146653175354,0.9743880033493042
|
| 1264 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,22,0.24153828620910645,0.9980298280715942,0.9719704985618591
|
| 1265 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,23,0.25311633944511414,0.9978148937225342,0.9694105982780457
|
| 1266 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,24,0.2629988491535187,0.9975476264953613,0.9671286344528198
|
| 1267 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,25,0.2709445655345917,0.9972020387649536,0.9652805924415588
|
| 1268 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,26,0.28052014112472534,0.996558427810669,0.9630004167556763
|
| 1269 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,27,0.2858181893825531,0.9962078928947449,0.9616215229034424
|
| 1270 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,28,0.299019455909729,0.994913637638092,0.9579305648803711
|
| 1271 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,29,0.30373698472976685,0.9943005442619324,0.9565565586090088
|
| 1272 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,30,0.3086058795452118,0.9935196042060852,0.9551352858543396
|
| 1273 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,31,0.3126635253429413,0.9929742217063904,0.9537811875343323
|
| 1274 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,32,0.3179647922515869,0.9920915365219116,0.9520894289016724
|
| 1275 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,33,0.322822242975235,0.9913347959518433,0.9504099488258362
|
| 1276 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,34,0.3274269104003906,0.9903593063354492,0.948832631111145
|
| 1277 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,35,0.33384162187576294,0.9897708892822266,0.9464040398597717
|
| 1278 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,36,0.3403397500514984,0.9881548285484314,0.9441691637039185
|
| 1279 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,37,0.34589049220085144,0.9841318130493164,0.9422687888145447
|
| 1280 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,38,0.3727862238883972,0.9241520166397095,0.9321690797805786
|
| 1281 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,39,0.4512598514556885,0.8666729927062988,0.9078184366226196
|
results/mechanism_logits_s0.csv
CHANGED
|
@@ -19,3 +19,15 @@ DARETies,Code-Instruction_Tuned,aim,0.052212709747197494,0.23135606585446938
|
|
| 19 |
TaskArithmetic,Math-Instruction_Tuned,merge,0.16305538628543526,0.7302715067695107
|
| 20 |
TaskArithmetic,Math-Instruction_Tuned,uniform,0.15237246648982927,0.6855445466855816
|
| 21 |
TaskArithmetic,Math-Instruction_Tuned,aim,0.14910630614552517,0.6341559539274912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
TaskArithmetic,Math-Instruction_Tuned,merge,0.16305538628543526,0.7302715067695107
|
| 20 |
TaskArithmetic,Math-Instruction_Tuned,uniform,0.15237246648982927,0.6855445466855816
|
| 21 |
TaskArithmetic,Math-Instruction_Tuned,aim,0.14910630614552517,0.6341559539274912
|
| 22 |
+
DARETaskArithmetic,Math-Instruction_Tuned,merge,0.15582263500736537,0.6873062086352962
|
| 23 |
+
DARETaskArithmetic,Math-Instruction_Tuned,uniform,0.14517880248942217,0.6397193032283195
|
| 24 |
+
DARETaskArithmetic,Math-Instruction_Tuned,aim,0.14528519787530247,0.611457267630225
|
| 25 |
+
WIDEN,Math-Instruction_Tuned,merge,0.10389432804010733,0.4269925540304505
|
| 26 |
+
WIDEN,Math-Instruction_Tuned,uniform,0.09715141837777752,0.40108608345751817
|
| 27 |
+
WIDEN,Math-Instruction_Tuned,aim,0.07944745487276988,0.3248536287939473
|
| 28 |
+
Ties,Code-Math-Instruction_Tuned,merge,0.0290378217286798,0.12104404781623565
|
| 29 |
+
Ties,Code-Math-Instruction_Tuned,uniform,0.026165406007000954,0.10853752753005835
|
| 30 |
+
Ties,Code-Math-Instruction_Tuned,aim,0.02340168861074795,0.09678378726156975
|
| 31 |
+
DARETies,Code-Math-Instruction_Tuned,merge,0.15790995068904817,0.7098179752433407
|
| 32 |
+
DARETies,Code-Math-Instruction_Tuned,uniform,0.147736720038395,0.6637688657194163
|
| 33 |
+
DARETies,Code-Math-Instruction_Tuned,aim,0.14342743851531994,0.6148826686629932
|
results/mechanism_logits_s1.csv
CHANGED
|
@@ -22,3 +22,12 @@ Ties,Math-Instruction_Tuned,aim,0.03194359685272065,0.13489511661193593
|
|
| 22 |
DARETies,Math-Instruction_Tuned,merge,0.15161659435785463,0.6873289485144918
|
| 23 |
DARETies,Math-Instruction_Tuned,uniform,0.14111224629162067,0.6420743977658465
|
| 24 |
DARETies,Math-Instruction_Tuned,aim,0.136825735452024,0.5846292800262997
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
DARETies,Math-Instruction_Tuned,merge,0.15161659435785463,0.6873289485144918
|
| 23 |
DARETies,Math-Instruction_Tuned,uniform,0.14111224629162067,0.6420743977658465
|
| 24 |
DARETies,Math-Instruction_Tuned,aim,0.136825735452024,0.5846292800262997
|
| 25 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,merge,0.17233869030433277,0.7553384977087472
|
| 26 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,uniform,0.16248807154306205,0.7149712043638954
|
| 27 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,aim,0.1557380097510118,0.6549430652966949
|
| 28 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,merge,0.16498499976568487,0.7147236138251114
|
| 29 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,uniform,0.15490004211952263,0.6664417722567091
|
| 30 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,aim,0.1531925715371772,0.64177468547017
|
| 31 |
+
WIDEN,Code-Math-Instruction_Tuned,merge,0.08141566754512933,0.32558421813692096
|
| 32 |
+
WIDEN,Code-Math-Instruction_Tuned,uniform,0.07669653255669373,0.3083025185511956
|
| 33 |
+
WIDEN,Code-Math-Instruction_Tuned,aim,0.06158612801566653,0.24596032077983515
|
results/mechanism_summary.csv
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
operator,combo,cka_aim,cka_merge,cka_uniform,rel_dev_aim,rel_dev_merge,rel_dev_uniform,rel_dev_last_aim,rel_dev_last_merge,rel_dev_last_uniform,rho_W,delta_norm_merge,col_r2,scalar_r2,omega_hat,frac_cols_protected,cos_daim_dmerge,rho_A_aim,rho_A_uniform,aim_advantage,leverage_aim,leverage_uniform,HV_aim0,HV_aim1,endpoint_scaled_aim0,endpoint_scaled_aim1,d_endpoint,d_HV
|
| 2 |
DARETaskArithmetic,Code-Instruction_Tuned,0.9756896287202835,0.9630374073982239,0.9643905878067016,0.2771998148411512,0.3268741406500339,0.31506659537553783,0.4847067892551422,0.5512903332710266,0.5251932740211487,0.9176499738151519,159.66417661286673,0.99918133020401,0.998831033706665,0.3997713923454284,0.0085937501862645,0.9993754029273988,0.8480322557480426,0.9638773955901953,0.11584513984215261,1.8453879287280481,0.4386471514741435,0.27,0.28,0.8677101007854314,1.0130277162489303,0.14531761546349886,0.010000000000000009
|
| 3 |
DARETaskArithmetic,Code-Math,0.9910977050662041,0.988602839410305,0.9894919887185096,0.18324254406616086,0.2090091705322265,0.20172548443078991,0.4185748100280761,0.4862115979194641,0.4683610200881958,0.9239000155724518,59.16139609792296,0.9954683780670166,0.9949272871017456,0.3971100151538849,0.008398437872529,0.9972037971019745,0.8767201151966069,0.9651513563596792,0.08843124116307233,1.6199725365353144,0.45793233602431077,0.23,0.23,0.3074711937931504,0.3864465623321503,0.07897536853899989,0.0
|
|
|
|
|
|
|
| 4 |
DARETies,Code-Instruction_Tuned,0.9789113625884056,0.9662329286336899,0.9668325185775757,0.2706678189337253,0.32205841317772865,0.3108738642185926,0.4778845012187958,0.5441882014274597,0.518933117389679,0.9181009230083443,143.7163607129608,0.9994592666625975,0.9990983605384828,0.3999024033546448,0.008398437872529,0.9995708763599396,0.8404308282558565,0.9652716758777425,0.12484084762188608,1.9483634932833411,0.4240380404506363,0.28,0.29,0.9333375392887172,1.056587292612799,0.12324975332408183,0.009999999999999953
|
| 5 |
DARETies,Code-Math,0.9910706728696823,0.9881209120154381,0.9888792544603348,0.18471119441092013,0.21137537630274889,0.20525033446028823,0.4194438755512237,0.486693799495697,0.4706988632678985,0.9255722804078332,53.84098040884433,0.9988551139831544,0.9984451532363892,0.3961411118507385,0.0078125,0.999319702386856,0.8738538880061499,0.9710229169092626,0.09716902890311263,1.6948807874952878,0.389331867878257,0.23,0.24,0.28591042791301174,0.4103131804266525,0.12440275251364075,0.009999999999999981
|
| 6 |
DARETies,Math-Instruction_Tuned,0.9701771914958954,0.9561433091759681,0.9573605686426163,0.3404878456145525,0.40017827302217485,0.3855882201343775,0.6446673274040222,0.740707278251648,0.7055617570877075,0.9175358545926346,164.98892229875756,0.999519407749176,0.9991625547409058,0.400023490190506,0.008398437872529,0.99959397315979,0.8508404093084915,0.9635411168687089,0.11270070756021744,1.8087811369980706,0.44211800111657656,0.2,0.26,0.05638794173528461,0.6077769101637202,0.5513889684284355,0.06
|
| 7 |
TaskArithmetic,Code-Instruction_Tuned,0.9788408130407333,0.9668349489569664,0.9683743968605996,0.2703720036894083,0.31902736425399775,0.3070830319076776,0.4823709428310394,0.5480541586875916,0.5231333374977112,0.9184718628407592,142.85299811320965,0.9994563460350036,0.9990980625152588,0.3998728990554809,0.008398437872529,0.9995699524879456,0.8474884413806839,0.9625601635325223,0.11507172215183836,1.8706616382198267,0.45922595280633266,0.28,0.28,0.8608331010345852,1.005203974794159,0.1443708737595738,0.0
|
| 8 |
TaskArithmetic,Code-Math,0.9910610884428024,0.988736729323864,0.9894404441118241,0.18354407707229253,0.2079064922407269,0.20188838234171272,0.4188976585865021,0.4846141040325165,0.4690428078174591,0.9266383971382084,53.03409525235125,0.998849391937256,0.998461127281189,0.3958191573619842,0.0078125,0.9993224740028381,0.8828203251092993,0.9710537663631684,0.08823344125386912,1.5972889129952548,0.3945692638608832,0.24,0.24,0.3547705078172823,0.40357481522062155,0.04880430740333924,0.0
|
|
|
|
| 9 |
TaskArithmetic,Math-Instruction_Tuned,0.9698800936341285,0.959263214468956,0.962907212972641,0.33807642459869386,0.39210564494132993,0.3748378694057465,0.6524274945259094,0.7443152070045471,0.7111931443214417,0.9178860164511341,153.88853597931606,0.9995135068893432,0.9991387724876404,0.3999322652816772,0.008398437872529,0.9995876252651215,0.8622074916806659,0.9559614207080156,0.09375392902734969,1.6780638615265084,0.5363103504262111,0.18,0.24,-0.11696276428284332,0.36363444649652,0.4805972107793633,0.06
|
| 10 |
Ties,Code-Instruction_Tuned,0.9911796778440476,0.9842474162578583,0.9848705530166626,0.22590580526739354,0.26751709580421446,0.25730721950531,0.3948974907398224,0.4485921561717987,0.4268690049648285,0.9207768830559291,133.52170134356285,0.9993883967399596,0.9990370273590088,0.3998082876205444,0.008398437872529,0.9995484352111816,0.8444537145869936,0.9618346772634797,0.11738096267648612,1.9633951731893775,0.4817447761297228,0.0,0.05,-0.019207350248778985,0.007883076430819235,0.02709042667959822,0.05
|
| 11 |
Ties,Code-Math,0.99300397336483,0.9912186995148659,0.9917507112026215,0.16238840231671925,0.18338995799422259,0.17841332731768483,0.3445385098457336,0.3989194929599762,0.3863497376441955,0.9307734793125807,49.448445941604184,0.99880850315094,0.9984315633773804,0.3938775062561035,0.0076171876862645,0.9993190765380859,0.8854814303509194,0.9728631233085591,0.08738169295763965,1.6542586354465205,0.39200116403326024,0.2,0.23,0.21736985324982597,0.3515020017556185,0.13413214850579255,0.03
|
| 12 |
Ties,Math-Instruction_Tuned,0.9926868349313736,0.988047470152378,0.9888453587889672,0.20530384760349984,0.2414184311404824,0.2327281162142753,0.3978264331817627,0.4501941502094269,0.4315155148506164,0.9196473086677686,122.57332233980341,0.9992867112159728,0.998902142047882,0.3999968767166137,0.008398437872529,0.9995005130767822,0.8504066845005412,0.964003100818967,0.11359641631842576,1.86170883662055,0.4479862290137599,0.23,0.25,1.0284355344477143,1.0865636495633755,0.05812811511566118,0.01999999999999999
|
| 13 |
WIDEN,Code-Instruction_Tuned,0.9913797855377198,0.9884805098176003,0.9894277065992355,0.18980246856808658,0.21522565763443705,0.20619298126548524,0.3554377257823944,0.4000407457351684,0.38349050283432,0.9213279698348962,107.30642369075835,0.9980301856994628,0.9976996779441832,0.3956852257251739,0.008398437872529,0.9987808167934418,0.8818765878298209,0.9580316005617978,0.07615501273197689,1.5014664286949406,0.5334602316747878,0.27,0.26,1.020425285183093,1.0102139810430537,-0.010211304140039346,-0.010000000000000009
|
| 14 |
WIDEN,Code-Math,0.9956279069185257,0.9945898994803428,0.9948590621352196,0.13331147627905007,0.1499567064456641,0.14682114133611318,0.2879652678966522,0.3282684981822967,0.3200508952140808,0.9352102909624618,40.42382292107673,0.9899214506149292,0.9894462823867798,0.371671974658966,0.0066406251862645,0.994191199541092,0.8889997615902204,0.9790901975385337,0.09009043594831323,1.713238723536598,0.3227333904116085,0.24,0.24,0.5438106350955338,0.5434890767121989,-0.00032155838333491893,0.0
|
|
|
|
|
|
| 1 |
operator,combo,cka_aim,cka_merge,cka_uniform,rel_dev_aim,rel_dev_merge,rel_dev_uniform,rel_dev_last_aim,rel_dev_last_merge,rel_dev_last_uniform,rho_W,delta_norm_merge,col_r2,scalar_r2,omega_hat,frac_cols_protected,cos_daim_dmerge,rho_A_aim,rho_A_uniform,aim_advantage,leverage_aim,leverage_uniform,HV_aim0,HV_aim1,endpoint_scaled_aim0,endpoint_scaled_aim1,d_endpoint,d_HV
|
| 2 |
DARETaskArithmetic,Code-Instruction_Tuned,0.9756896287202835,0.9630374073982239,0.9643905878067016,0.2771998148411512,0.3268741406500339,0.31506659537553783,0.4847067892551422,0.5512903332710266,0.5251932740211487,0.9176499738151519,159.66417661286673,0.99918133020401,0.998831033706665,0.3997713923454284,0.0085937501862645,0.9993754029273988,0.8480322557480426,0.9638773955901953,0.11584513984215261,1.8453879287280481,0.4386471514741435,0.27,0.28,0.8677101007854314,1.0130277162489303,0.14531761546349886,0.010000000000000009
|
| 3 |
DARETaskArithmetic,Code-Math,0.9910977050662041,0.988602839410305,0.9894919887185096,0.18324254406616086,0.2090091705322265,0.20172548443078991,0.4185748100280761,0.4862115979194641,0.4683610200881958,0.9239000155724518,59.16139609792296,0.9954683780670166,0.9949272871017456,0.3971100151538849,0.008398437872529,0.9972037971019745,0.8767201151966069,0.9651513563596792,0.08843124116307233,1.6199725365353144,0.45793233602431077,0.23,0.23,0.3074711937931504,0.3864465623321503,0.07897536853899989,0.0
|
| 4 |
+
DARETaskArithmetic,Code-Math-Instruction_Tuned,,0.9444771707057953,,,0.41396001614630223,,,0.7553146481513977,,0.9173904689429951,171.68573128342985,0.9991752505302428,0.9988104104995728,0.3998891711235046,0.008398437872529,0.9993661642074585,,,,,,0.16,0.23,-0.08486095700285258,0.4756379204635766,0.5604988774664292,0.07
|
| 5 |
+
DARETaskArithmetic,Math-Instruction_Tuned,0.9691109836101532,0.9561630114912987,0.9578405752778053,0.34087302163243294,0.39771203845739367,0.3832564990967512,0.6550537943840027,0.7468336820602417,0.7131567001342773,0.9174436887029443,171.58406463662405,0.999175488948822,0.9988095164299012,0.3998627662658691,0.008398437872529,0.9993664026260376,0.8570849978657364,0.9636532516925784,0.10656825382684199,1.731121459872694,0.44026613757775623,0.18,0.26,-0.16759740597374276,0.4477559550295213,0.6153533610032641,0.08000000000000002
|
| 6 |
DARETies,Code-Instruction_Tuned,0.9789113625884056,0.9662329286336899,0.9668325185775757,0.2706678189337253,0.32205841317772865,0.3108738642185926,0.4778845012187958,0.5441882014274597,0.518933117389679,0.9181009230083443,143.7163607129608,0.9994592666625975,0.9990983605384828,0.3999024033546448,0.008398437872529,0.9995708763599396,0.8404308282558565,0.9652716758777425,0.12484084762188608,1.9483634932833411,0.4240380404506363,0.28,0.29,0.9333375392887172,1.056587292612799,0.12324975332408183,0.009999999999999953
|
| 7 |
DARETies,Code-Math,0.9910706728696823,0.9881209120154381,0.9888792544603348,0.18471119441092013,0.21137537630274889,0.20525033446028823,0.4194438755512237,0.486693799495697,0.4706988632678985,0.9255722804078332,53.84098040884433,0.9988551139831544,0.9984451532363892,0.3961411118507385,0.0078125,0.999319702386856,0.8738538880061499,0.9710229169092626,0.09716902890311263,1.6948807874952878,0.389331867878257,0.23,0.24,0.28591042791301174,0.4103131804266525,0.12440275251364075,0.009999999999999981
|
| 8 |
DARETies,Math-Instruction_Tuned,0.9701771914958954,0.9561433091759681,0.9573605686426163,0.3404878456145525,0.40017827302217485,0.3855882201343775,0.6446673274040222,0.740707278251648,0.7055617570877075,0.9175358545926346,164.98892229875756,0.999519407749176,0.9991625547409058,0.400023490190506,0.008398437872529,0.99959397315979,0.8508404093084915,0.9635411168687089,0.11270070756021744,1.8087811369980706,0.44211800111657656,0.2,0.26,0.05638794173528461,0.6077769101637202,0.5513889684284355,0.06
|
| 9 |
TaskArithmetic,Code-Instruction_Tuned,0.9788408130407333,0.9668349489569664,0.9683743968605996,0.2703720036894083,0.31902736425399775,0.3070830319076776,0.4823709428310394,0.5480541586875916,0.5231333374977112,0.9184718628407592,142.85299811320965,0.9994563460350036,0.9990980625152588,0.3998728990554809,0.008398437872529,0.9995699524879456,0.8474884413806839,0.9625601635325223,0.11507172215183836,1.8706616382198267,0.45922595280633266,0.28,0.28,0.8608331010345852,1.005203974794159,0.1443708737595738,0.0
|
| 10 |
TaskArithmetic,Code-Math,0.9910610884428024,0.988736729323864,0.9894404441118241,0.18354407707229253,0.2079064922407269,0.20188838234171272,0.4188976585865021,0.4846141040325165,0.4690428078174591,0.9266383971382084,53.03409525235125,0.998849391937256,0.998461127281189,0.3958191573619842,0.0078125,0.9993224740028381,0.8828203251092993,0.9710537663631684,0.08823344125386912,1.5972889129952548,0.3945692638608832,0.24,0.24,0.3547705078172823,0.40357481522062155,0.04880430740333924,0.0
|
| 11 |
+
TaskArithmetic,Code-Math-Instruction_Tuned,0.9675659328699112,0.9509493231773376,0.9502905383706093,0.34357630088925356,0.405633632466197,0.39416912458837033,0.6637085676193237,0.7532897591590881,0.7205631732940674,0.9178324842098177,153.98103100790325,0.9995138049125672,0.999138355255127,0.3998782336711883,0.008398437872529,0.9995875060558319,0.8470113752657951,0.9717367916261677,0.1247254163603726,1.8619112828586277,0.3439705837767256,0.16,0.22,-0.04029556071195306,0.474629533337602,0.5149250940495551,0.06
|
| 12 |
TaskArithmetic,Math-Instruction_Tuned,0.9698800936341285,0.959263214468956,0.962907212972641,0.33807642459869386,0.39210564494132993,0.3748378694057465,0.6524274945259094,0.7443152070045471,0.7111931443214417,0.9178860164511341,153.88853597931606,0.9995135068893432,0.9991387724876404,0.3999322652816772,0.008398437872529,0.9995876252651215,0.8622074916806659,0.9559614207080156,0.09375392902734969,1.6780638615265084,0.5363103504262111,0.18,0.24,-0.11696276428284332,0.36363444649652,0.4805972107793633,0.06
|
| 13 |
Ties,Code-Instruction_Tuned,0.9911796778440476,0.9842474162578583,0.9848705530166626,0.22590580526739354,0.26751709580421446,0.25730721950531,0.3948974907398224,0.4485921561717987,0.4268690049648285,0.9207768830559291,133.52170134356285,0.9993883967399596,0.9990370273590088,0.3998082876205444,0.008398437872529,0.9995484352111816,0.8444537145869936,0.9618346772634797,0.11738096267648612,1.9633951731893775,0.4817447761297228,0.0,0.05,-0.019207350248778985,0.007883076430819235,0.02709042667959822,0.05
|
| 14 |
Ties,Code-Math,0.99300397336483,0.9912186995148659,0.9917507112026215,0.16238840231671925,0.18338995799422259,0.17841332731768483,0.3445385098457336,0.3989194929599762,0.3863497376441955,0.9307734793125807,49.448445941604184,0.99880850315094,0.9984315633773804,0.3938775062561035,0.0076171876862645,0.9993190765380859,0.8854814303509194,0.9728631233085591,0.08738169295763965,1.6542586354465205,0.39200116403326024,0.2,0.23,0.21736985324982597,0.3515020017556185,0.13413214850579255,0.03
|
| 15 |
Ties,Math-Instruction_Tuned,0.9926868349313736,0.988047470152378,0.9888453587889672,0.20530384760349984,0.2414184311404824,0.2327281162142753,0.3978264331817627,0.4501941502094269,0.4315155148506164,0.9196473086677686,122.57332233980341,0.9992867112159728,0.998902142047882,0.3999968767166137,0.008398437872529,0.9995005130767822,0.8504066845005412,0.964003100818967,0.11359641631842576,1.86170883662055,0.4479862290137599,0.23,0.25,1.0284355344477143,1.0865636495633755,0.05812811511566118,0.01999999999999999
|
| 16 |
WIDEN,Code-Instruction_Tuned,0.9913797855377198,0.9884805098176003,0.9894277065992355,0.18980246856808658,0.21522565763443705,0.20619298126548524,0.3554377257823944,0.4000407457351684,0.38349050283432,0.9213279698348962,107.30642369075835,0.9980301856994628,0.9976996779441832,0.3956852257251739,0.008398437872529,0.9987808167934418,0.8818765878298209,0.9580316005617978,0.07615501273197689,1.5014664286949406,0.5334602316747878,0.27,0.26,1.020425285183093,1.0102139810430537,-0.010211304140039346,-0.010000000000000009
|
| 17 |
WIDEN,Code-Math,0.9956279069185257,0.9945898994803428,0.9948590621352196,0.13331147627905007,0.1499567064456641,0.14682114133611318,0.2879652678966522,0.3282684981822967,0.3200508952140808,0.9352102909624618,40.42382292107673,0.9899214506149292,0.9894462823867798,0.371671974658966,0.0066406251862645,0.994191199541092,0.8889997615902204,0.9790901975385337,0.09009043594831323,1.713238723536598,0.3227333904116085,0.24,0.24,0.5438106350955338,0.5434890767121989,-0.00032155838333491893,0.0
|
| 18 |
+
WIDEN,Math-Instruction_Tuned,,0.9840415135025978,0.9842148780822754,,0.27196276579052203,0.2634418971836566,,0.5549136400222778,0.5335941910743713,0.9205030878351139,116.10916908871566,0.9982672333717346,0.9979044198989868,0.3987025618553161,0.008398437872529,0.9988863170146942,,0.968668988263531,,,0.39411608430129663,0.3,0.31,0.9252516677109935,1.039189980751895,0.1139383130409014,0.010000000000000009
|
results/mechanism_weights__DARETaskArithmetic__Code-Math-Instruction_Tuned.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
results/mechanism_weights__TaskArithmetic__Code-Math-Instruction_Tuned.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
results/mechanism_weights__WIDEN__Math-Instruction_Tuned.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
results/salience_check.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tables/T1_paired_per_checkpoint.csv
CHANGED
|
@@ -1,66 +1,86 @@
|
|
| 1 |
operator,operator_label,combo,metric,family,without_aim,with_aim,difference,difference_sd_units
|
| 2 |
-
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,act_deviation_from_base,representation,0.3268741406500339,0.2771998148411512,-0.0496743258088827,-0.
|
| 3 |
-
DARETaskArithmetic,DARE Linear,Code-Math,act_deviation_from_base,representation,0.2090091705322265,0.18324254406616086,-0.025766626466065645,-0.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
DARETies,DARE TIES,
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
TaskArithmetic,Task Arithmetic,
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
TaskArithmetic,Task Arithmetic,
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
Ties,TIES,
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
WIDEN,WIDEN,
|
| 53 |
-
|
| 54 |
-
DARETaskArithmetic,DARE Linear,Code-
|
| 55 |
-
DARETaskArithmetic,DARE Linear,Code-Math,
|
| 56 |
-
|
| 57 |
-
DARETies,DARE TIES,Code-
|
| 58 |
-
DARETies,DARE TIES,
|
| 59 |
-
|
| 60 |
-
TaskArithmetic,Task Arithmetic,Code-
|
| 61 |
-
TaskArithmetic,Task Arithmetic,
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
Ties,TIES,
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
operator,operator_label,combo,metric,family,without_aim,with_aim,difference,difference_sd_units
|
| 2 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,act_deviation_from_base,representation,0.3268741406500339,0.2771998148411512,-0.0496743258088827,-0.5930596180124549
|
| 3 |
+
DARETaskArithmetic,DARE Linear,Code-Math,act_deviation_from_base,representation,0.2090091705322265,0.18324254406616086,-0.025766626466065645,-0.3076266340931787
|
| 4 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,act_deviation_from_base,representation,0.41396001614630223,,,
|
| 5 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,act_deviation_from_base,representation,0.39771203845739367,0.34087302163243294,-0.05683901682496073,-0.6785985528239806
|
| 6 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,act_deviation_from_base,representation,0.32205841317772865,0.2706678189337253,-0.05139059424400333,-0.6135500723057966
|
| 7 |
+
DARETies,DARE TIES,Code-Math,act_deviation_from_base,representation,0.21137537630274889,0.18471119441092013,-0.02666418189182876,-0.31834250933215164
|
| 8 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,act_deviation_from_base,representation,0.40017827302217485,0.3404878456145525,-0.05969042740762237,-0.7126414199069917
|
| 9 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,act_deviation_from_base,representation,0.31902736425399775,0.2703720036894083,-0.04865536056458947,-0.5808942362240129
|
| 10 |
+
TaskArithmetic,Task Arithmetic,Code-Math,act_deviation_from_base,representation,0.2079064922407269,0.18354407707229253,-0.024362415168434376,-0.29086181640876724
|
| 11 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,act_deviation_from_base,representation,0.405633632466197,0.34357630088925356,-0.06205733157694343,-0.7408997859677672
|
| 12 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,act_deviation_from_base,representation,0.39210564494132993,0.33807642459869386,-0.054029220342636075,-0.6450525146772037
|
| 13 |
+
Ties,TIES,Code-Instruction_Tuned,act_deviation_from_base,representation,0.26751709580421446,0.22590580526739354,-0.041611290536820916,-0.4967953901522184
|
| 14 |
+
Ties,TIES,Code-Math,act_deviation_from_base,representation,0.18338995799422259,0.16238840231671925,-0.021001555677503336,-0.2507366609400507
|
| 15 |
+
Ties,TIES,Math-Instruction_Tuned,act_deviation_from_base,representation,0.2414184311404824,0.20530384760349984,-0.03611458353698255,-0.4311704440544577
|
| 16 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,act_deviation_from_base,representation,0.21522565763443705,0.18980246856808658,-0.025423189066350466,-0.30352634989667227
|
| 17 |
+
WIDEN,WIDEN,Code-Math,act_deviation_from_base,representation,0.1499567064456641,0.13331147627905007,-0.01664523016661404,-0.1987266799014368
|
| 18 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,act_deviation_from_base,representation,0.27196276579052203,,,
|
| 19 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,cka_to_base,representation,0.9630374073982239,0.9756896287202835,0.012652221322059676,0.8638272090256298
|
| 20 |
+
DARETaskArithmetic,DARE Linear,Code-Math,cka_to_base,representation,0.988602839410305,0.9910977050662041,0.00249486565589907,0.17033632131233958
|
| 21 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,cka_to_base,representation,0.9444771707057953,,,
|
| 22 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,cka_to_base,representation,0.9561630114912987,0.9691109836101532,0.012947972118854567,0.8840195198348788
|
| 23 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,cka_to_base,representation,0.9662329286336899,0.9789113625884056,0.012678433954715684,0.8656168698869185
|
| 24 |
+
DARETies,DARE TIES,Code-Math,cka_to_base,representation,0.9881209120154381,0.9910706728696823,0.0029497608542442544,0.2013941758647694
|
| 25 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,cka_to_base,representation,0.9561433091759681,0.9701771914958954,0.014033882319927304,0.9581597640155283
|
| 26 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,cka_to_base,representation,0.9668349489569664,0.9788408130407333,0.012005864083766915,0.8196973321466616
|
| 27 |
+
TaskArithmetic,Task Arithmetic,Code-Math,cka_to_base,representation,0.988736729323864,0.9910610884428024,0.0023243591189383572,0.15869503064928464
|
| 28 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,cka_to_base,representation,0.9509493231773376,0.9675659328699112,0.016616609692573614,1.1344948218047297
|
| 29 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,cka_to_base,representation,0.959263214468956,0.9698800936341285,0.01061687916517251,0.7248647383225146
|
| 30 |
+
Ties,TIES,Code-Instruction_Tuned,cka_to_base,representation,0.9842474162578583,0.9911796778440476,0.006932261586189314,0.4732984055371124
|
| 31 |
+
Ties,TIES,Code-Math,cka_to_base,representation,0.9912186995148659,0.99300397336483,0.0017852738499641863,0.12188912032957955
|
| 32 |
+
Ties,TIES,Math-Instruction_Tuned,cka_to_base,representation,0.988047470152378,0.9926868349313736,0.004639364778995514,0.3167514562604171
|
| 33 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,cka_to_base,representation,0.9884805098176003,0.9913797855377198,0.0028992757201194985,0.19794731610803754
|
| 34 |
+
WIDEN,WIDEN,Code-Math,cka_to_base,representation,0.9945898994803428,0.9956279069185257,0.0010380074381828308,0.07086969516648876
|
| 35 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,cka_to_base,representation,0.9840415135025978,,,
|
| 36 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.07540532551926302,0.06918316821085496,-0.006222157308408055,-0.2906148995930123
|
| 37 |
+
DARETaskArithmetic,DARE Linear,Code-Math,qmd_raw_from_base,weight space,0.027830858351205065,0.025713600634237572,-0.002117257716967493,-0.09888959862804646
|
| 38 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.08106394490993216,0.07435638722862838,-0.00670755768130378,-0.3132862294291899
|
| 39 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.08101604946480126,0.07431673551507964,-0.006699313949721619,-0.31290119396523847
|
| 40 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.06789361068416809,0.06231974267677706,-0.005573868007391028,-0.26033560564657066
|
| 41 |
+
DARETies,DARE TIES,Code-Math,qmd_raw_from_base,weight space,0.02532894138283997,0.023444206348130697,-0.0018847350347092721,-0.08802928883384425
|
| 42 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.07794717115598046,0.0715050015495038,-0.006442169606476658,-0.3008908937126135
|
| 43 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.06748542751022336,0.06197007668653693,-0.005515350823686434,-0.25760247554010485
|
| 44 |
+
TaskArithmetic,Task Arithmetic,Code-Math,qmd_raw_from_base,weight space,0.02494948531349566,0.023119563194417308,-0.0018299221190783525,-0.08546917195107848
|
| 45 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.07272877584972695,0.06674016389376215,-0.005988611955964798,-0.2797068245015973
|
| 46 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.07268515892821595,0.06670400911641289,-0.00598114981180306,-0.27935829421397795
|
| 47 |
+
Ties,TIES,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.06307845715669955,0.058067960792707346,-0.005010496363992201,-0.23402251430787074
|
| 48 |
+
Ties,TIES,Code-Math,qmd_raw_from_base,weight space,0.02326307511752211,0.021652956885821834,-0.0016101182317002777,-0.07520291195565636
|
| 49 |
+
Ties,TIES,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.05786696753653783,0.05320746697291281,-0.004659500563625026,-0.21762874535840432
|
| 50 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.050647287040768006,0.0466550100292541,-0.003992277011513903,-0.18646509969794486
|
| 51 |
+
WIDEN,WIDEN,Code-Math,qmd_raw_from_base,weight space,0.019018005658702125,0.017786045338737237,-0.0012319603199648886,-0.057540497120728167
|
| 52 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.05479621414229463,0.05043220024105492,-0.004364013901239708,-0.20382761136840655
|
| 53 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0675294344035755,0.054332467446118,-0.013196966957457507,-0.2677489559243083
|
| 54 |
+
DARETaskArithmetic,DARE Linear,Code-Math,beh_js_to_base,behaviour,0.0701002699547847,0.0596478397893982,-0.010452430165386502,-0.21206594459740596
|
| 55 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1649849997656848,,,
|
| 56 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1558226350073653,0.1452851978753024,-0.010537437132062899,-0.2137906232032758
|
| 57 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0645529807269808,0.0522127097471974,-0.012340270979783408,-0.2503677308059735
|
| 58 |
+
DARETies,DARE TIES,Code-Math,beh_js_to_base,behaviour,0.0705667963771806,0.0605886174584691,-0.009978178918711493,-0.2024440158199546
|
| 59 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1516165943578546,0.136825735452024,-0.014790858905830595,-0.30008690951688705
|
| 60 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0670005273723255,0.0541176966435751,-0.012882830728750391,-0.26137554849474737
|
| 61 |
+
TaskArithmetic,Task Arithmetic,Code-Math,beh_js_to_base,behaviour,0.0707630679739104,0.0605505583717166,-0.010212509602193796,-0.207198274586054
|
| 62 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1723386903043327,0.1557380097510118,-0.016600680553320896,-0.3368057903087275
|
| 63 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1630553862854352,0.1491063061455251,-0.013949080139910086,-0.28300833483976356
|
| 64 |
+
Ties,TIES,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0401827128762879,0.0320304306451685,-0.008152282231119398,-0.16539899378538986
|
| 65 |
+
Ties,TIES,Code-Math,beh_js_to_base,behaviour,0.0486724480616445,0.0419355507932006,-0.006736897268443905,-0.13668271017196626
|
| 66 |
+
Ties,TIES,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.0397027983565525,0.0319435968527206,-0.0077592015038319,-0.1574239071867437
|
| 67 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0363831441722982,0.0279335037242935,-0.008449640448004704,-0.1714319976084057
|
| 68 |
+
WIDEN,WIDEN,Code-Math,beh_js_to_base,behaviour,0.0365018882611834,0.0305083815052392,-0.005993506755944199,-0.12160030266064371
|
| 69 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1038943280401073,,,
|
| 70 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.3067125690407576,0.2416893078428814,-0.06502326119787621,-0.3022651633152543
|
| 71 |
+
DARETaskArithmetic,DARE Linear,Code-Math,beh_kl_to_base,behaviour,0.3002615200469781,0.2594705143337791,-0.04079100571319899,-0.18961983414169756
|
| 72 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7147236138251114,,,
|
| 73 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.6873062086352962,0.611457267630225,-0.07584894100507122,-0.3525890907012177
|
| 74 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.2927892901591197,0.2313560658544693,-0.0614332243046504,-0.2855766265078428
|
| 75 |
+
DARETies,DARE TIES,Code-Math,beh_kl_to_base,behaviour,0.3048238893372912,0.2638059280120493,-0.041017961325241936,-0.19067485312837543
|
| 76 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.6873289485144918,0.5846292800262997,-0.10269966848819212,-0.4774065695280719
|
| 77 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.304607594224647,0.2406390341662837,-0.0639685600583633,-0.2973623115309752
|
| 78 |
+
TaskArithmetic,Task Arithmetic,Code-Math,beh_kl_to_base,behaviour,0.303996269463866,0.2630344646865175,-0.04096180477734851,-0.1904138055000725
|
| 79 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7553384977087472,0.6549430652966949,-0.10039543241205229,-0.46669516746917217
|
| 80 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7302715067695107,0.6341559539274912,-0.09611555284201945,-0.44679984888050917
|
| 81 |
+
Ties,TIES,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.1751193129121662,0.1364185276023318,-0.038700785309834396,-0.17990329885957437
|
| 82 |
+
Ties,TIES,Code-Math,beh_kl_to_base,behaviour,0.2104004919723689,0.1810295336203008,-0.0293709583520681,-0.1365329477399907
|
| 83 |
+
Ties,TIES,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.1695624375570265,0.1348951166119359,-0.03466732094509059,-0.1611534585335809
|
| 84 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.1487084594954175,0.1135898635347647,-0.035118595960652796,-0.16325124190780912
|
| 85 |
+
WIDEN,WIDEN,Code-Math,beh_kl_to_base,behaviour,0.1526036240678989,0.127567749296493,-0.025035874771405897,-0.1163810094589108
|
| 86 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.4269925540304505,,,
|
tables/T1b_paired_mechanism_per_checkpoint.csv
CHANGED
|
@@ -1,66 +1,86 @@
|
|
| 1 |
operator,operator_label,combo,metric,family,without_aim,with_aim,difference,difference_sd_units
|
| 2 |
-
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,act_deviation_from_base,representation,0.3268741406500339,0.2771998148411512,-0.0496743258088827,-0.
|
| 3 |
-
DARETaskArithmetic,DARE Linear,Code-Math,act_deviation_from_base,representation,0.2090091705322265,0.18324254406616086,-0.025766626466065645,-0.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
DARETies,DARE TIES,
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
TaskArithmetic,Task Arithmetic,
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
TaskArithmetic,Task Arithmetic,
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
Ties,TIES,
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
WIDEN,WIDEN,
|
| 53 |
-
|
| 54 |
-
DARETaskArithmetic,DARE Linear,Code-
|
| 55 |
-
DARETaskArithmetic,DARE Linear,Code-Math,
|
| 56 |
-
|
| 57 |
-
DARETies,DARE TIES,Code-
|
| 58 |
-
DARETies,DARE TIES,
|
| 59 |
-
|
| 60 |
-
TaskArithmetic,Task Arithmetic,Code-
|
| 61 |
-
TaskArithmetic,Task Arithmetic,
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
Ties,TIES,
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
operator,operator_label,combo,metric,family,without_aim,with_aim,difference,difference_sd_units
|
| 2 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,act_deviation_from_base,representation,0.3268741406500339,0.2771998148411512,-0.0496743258088827,-0.5930596180124549
|
| 3 |
+
DARETaskArithmetic,DARE Linear,Code-Math,act_deviation_from_base,representation,0.2090091705322265,0.18324254406616086,-0.025766626466065645,-0.3076266340931787
|
| 4 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,act_deviation_from_base,representation,0.41396001614630223,,,
|
| 5 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,act_deviation_from_base,representation,0.39771203845739367,0.34087302163243294,-0.05683901682496073,-0.6785985528239806
|
| 6 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,act_deviation_from_base,representation,0.32205841317772865,0.2706678189337253,-0.05139059424400333,-0.6135500723057966
|
| 7 |
+
DARETies,DARE TIES,Code-Math,act_deviation_from_base,representation,0.21137537630274889,0.18471119441092013,-0.02666418189182876,-0.31834250933215164
|
| 8 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,act_deviation_from_base,representation,0.40017827302217485,0.3404878456145525,-0.05969042740762237,-0.7126414199069917
|
| 9 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,act_deviation_from_base,representation,0.31902736425399775,0.2703720036894083,-0.04865536056458947,-0.5808942362240129
|
| 10 |
+
TaskArithmetic,Task Arithmetic,Code-Math,act_deviation_from_base,representation,0.2079064922407269,0.18354407707229253,-0.024362415168434376,-0.29086181640876724
|
| 11 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,act_deviation_from_base,representation,0.405633632466197,0.34357630088925356,-0.06205733157694343,-0.7408997859677672
|
| 12 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,act_deviation_from_base,representation,0.39210564494132993,0.33807642459869386,-0.054029220342636075,-0.6450525146772037
|
| 13 |
+
Ties,TIES,Code-Instruction_Tuned,act_deviation_from_base,representation,0.26751709580421446,0.22590580526739354,-0.041611290536820916,-0.4967953901522184
|
| 14 |
+
Ties,TIES,Code-Math,act_deviation_from_base,representation,0.18338995799422259,0.16238840231671925,-0.021001555677503336,-0.2507366609400507
|
| 15 |
+
Ties,TIES,Math-Instruction_Tuned,act_deviation_from_base,representation,0.2414184311404824,0.20530384760349984,-0.03611458353698255,-0.4311704440544577
|
| 16 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,act_deviation_from_base,representation,0.21522565763443705,0.18980246856808658,-0.025423189066350466,-0.30352634989667227
|
| 17 |
+
WIDEN,WIDEN,Code-Math,act_deviation_from_base,representation,0.1499567064456641,0.13331147627905007,-0.01664523016661404,-0.1987266799014368
|
| 18 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,act_deviation_from_base,representation,0.27196276579052203,,,
|
| 19 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,cka_to_base,representation,0.9630374073982239,0.9756896287202835,0.012652221322059676,0.8638272090256298
|
| 20 |
+
DARETaskArithmetic,DARE Linear,Code-Math,cka_to_base,representation,0.988602839410305,0.9910977050662041,0.00249486565589907,0.17033632131233958
|
| 21 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,cka_to_base,representation,0.9444771707057953,,,
|
| 22 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,cka_to_base,representation,0.9561630114912987,0.9691109836101532,0.012947972118854567,0.8840195198348788
|
| 23 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,cka_to_base,representation,0.9662329286336899,0.9789113625884056,0.012678433954715684,0.8656168698869185
|
| 24 |
+
DARETies,DARE TIES,Code-Math,cka_to_base,representation,0.9881209120154381,0.9910706728696823,0.0029497608542442544,0.2013941758647694
|
| 25 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,cka_to_base,representation,0.9561433091759681,0.9701771914958954,0.014033882319927304,0.9581597640155283
|
| 26 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,cka_to_base,representation,0.9668349489569664,0.9788408130407333,0.012005864083766915,0.8196973321466616
|
| 27 |
+
TaskArithmetic,Task Arithmetic,Code-Math,cka_to_base,representation,0.988736729323864,0.9910610884428024,0.0023243591189383572,0.15869503064928464
|
| 28 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,cka_to_base,representation,0.9509493231773376,0.9675659328699112,0.016616609692573614,1.1344948218047297
|
| 29 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,cka_to_base,representation,0.959263214468956,0.9698800936341285,0.01061687916517251,0.7248647383225146
|
| 30 |
+
Ties,TIES,Code-Instruction_Tuned,cka_to_base,representation,0.9842474162578583,0.9911796778440476,0.006932261586189314,0.4732984055371124
|
| 31 |
+
Ties,TIES,Code-Math,cka_to_base,representation,0.9912186995148659,0.99300397336483,0.0017852738499641863,0.12188912032957955
|
| 32 |
+
Ties,TIES,Math-Instruction_Tuned,cka_to_base,representation,0.988047470152378,0.9926868349313736,0.004639364778995514,0.3167514562604171
|
| 33 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,cka_to_base,representation,0.9884805098176003,0.9913797855377198,0.0028992757201194985,0.19794731610803754
|
| 34 |
+
WIDEN,WIDEN,Code-Math,cka_to_base,representation,0.9945898994803428,0.9956279069185257,0.0010380074381828308,0.07086969516648876
|
| 35 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,cka_to_base,representation,0.9840415135025978,,,
|
| 36 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.07540532551926302,0.06918316821085496,-0.006222157308408055,-0.2906148995930123
|
| 37 |
+
DARETaskArithmetic,DARE Linear,Code-Math,qmd_raw_from_base,weight space,0.027830858351205065,0.025713600634237572,-0.002117257716967493,-0.09888959862804646
|
| 38 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.08106394490993216,0.07435638722862838,-0.00670755768130378,-0.3132862294291899
|
| 39 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.08101604946480126,0.07431673551507964,-0.006699313949721619,-0.31290119396523847
|
| 40 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.06789361068416809,0.06231974267677706,-0.005573868007391028,-0.26033560564657066
|
| 41 |
+
DARETies,DARE TIES,Code-Math,qmd_raw_from_base,weight space,0.02532894138283997,0.023444206348130697,-0.0018847350347092721,-0.08802928883384425
|
| 42 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.07794717115598046,0.0715050015495038,-0.006442169606476658,-0.3008908937126135
|
| 43 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.06748542751022336,0.06197007668653693,-0.005515350823686434,-0.25760247554010485
|
| 44 |
+
TaskArithmetic,Task Arithmetic,Code-Math,qmd_raw_from_base,weight space,0.02494948531349566,0.023119563194417308,-0.0018299221190783525,-0.08546917195107848
|
| 45 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.07272877584972695,0.06674016389376215,-0.005988611955964798,-0.2797068245015973
|
| 46 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.07268515892821595,0.06670400911641289,-0.00598114981180306,-0.27935829421397795
|
| 47 |
+
Ties,TIES,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.06307845715669955,0.058067960792707346,-0.005010496363992201,-0.23402251430787074
|
| 48 |
+
Ties,TIES,Code-Math,qmd_raw_from_base,weight space,0.02326307511752211,0.021652956885821834,-0.0016101182317002777,-0.07520291195565636
|
| 49 |
+
Ties,TIES,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.05786696753653783,0.05320746697291281,-0.004659500563625026,-0.21762874535840432
|
| 50 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,qmd_raw_from_base,weight space,0.050647287040768006,0.0466550100292541,-0.003992277011513903,-0.18646509969794486
|
| 51 |
+
WIDEN,WIDEN,Code-Math,qmd_raw_from_base,weight space,0.019018005658702125,0.017786045338737237,-0.0012319603199648886,-0.057540497120728167
|
| 52 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,qmd_raw_from_base,weight space,0.05479621414229463,0.05043220024105492,-0.004364013901239708,-0.20382761136840655
|
| 53 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0675294344035755,0.054332467446118,-0.013196966957457507,-0.2677489559243083
|
| 54 |
+
DARETaskArithmetic,DARE Linear,Code-Math,beh_js_to_base,behaviour,0.0701002699547847,0.0596478397893982,-0.010452430165386502,-0.21206594459740596
|
| 55 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1649849997656848,,,
|
| 56 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1558226350073653,0.1452851978753024,-0.010537437132062899,-0.2137906232032758
|
| 57 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0645529807269808,0.0522127097471974,-0.012340270979783408,-0.2503677308059735
|
| 58 |
+
DARETies,DARE TIES,Code-Math,beh_js_to_base,behaviour,0.0705667963771806,0.0605886174584691,-0.009978178918711493,-0.2024440158199546
|
| 59 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1516165943578546,0.136825735452024,-0.014790858905830595,-0.30008690951688705
|
| 60 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0670005273723255,0.0541176966435751,-0.012882830728750391,-0.26137554849474737
|
| 61 |
+
TaskArithmetic,Task Arithmetic,Code-Math,beh_js_to_base,behaviour,0.0707630679739104,0.0605505583717166,-0.010212509602193796,-0.207198274586054
|
| 62 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1723386903043327,0.1557380097510118,-0.016600680553320896,-0.3368057903087275
|
| 63 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1630553862854352,0.1491063061455251,-0.013949080139910086,-0.28300833483976356
|
| 64 |
+
Ties,TIES,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0401827128762879,0.0320304306451685,-0.008152282231119398,-0.16539899378538986
|
| 65 |
+
Ties,TIES,Code-Math,beh_js_to_base,behaviour,0.0486724480616445,0.0419355507932006,-0.006736897268443905,-0.13668271017196626
|
| 66 |
+
Ties,TIES,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.0397027983565525,0.0319435968527206,-0.0077592015038319,-0.1574239071867437
|
| 67 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,beh_js_to_base,behaviour,0.0363831441722982,0.0279335037242935,-0.008449640448004704,-0.1714319976084057
|
| 68 |
+
WIDEN,WIDEN,Code-Math,beh_js_to_base,behaviour,0.0365018882611834,0.0305083815052392,-0.005993506755944199,-0.12160030266064371
|
| 69 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,beh_js_to_base,behaviour,0.1038943280401073,,,
|
| 70 |
+
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.3067125690407576,0.2416893078428814,-0.06502326119787621,-0.3022651633152543
|
| 71 |
+
DARETaskArithmetic,DARE Linear,Code-Math,beh_kl_to_base,behaviour,0.3002615200469781,0.2594705143337791,-0.04079100571319899,-0.18961983414169756
|
| 72 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7147236138251114,,,
|
| 73 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.6873062086352962,0.611457267630225,-0.07584894100507122,-0.3525890907012177
|
| 74 |
+
DARETies,DARE TIES,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.2927892901591197,0.2313560658544693,-0.0614332243046504,-0.2855766265078428
|
| 75 |
+
DARETies,DARE TIES,Code-Math,beh_kl_to_base,behaviour,0.3048238893372912,0.2638059280120493,-0.041017961325241936,-0.19067485312837543
|
| 76 |
+
DARETies,DARE TIES,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.6873289485144918,0.5846292800262997,-0.10269966848819212,-0.4774065695280719
|
| 77 |
+
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.304607594224647,0.2406390341662837,-0.0639685600583633,-0.2973623115309752
|
| 78 |
+
TaskArithmetic,Task Arithmetic,Code-Math,beh_kl_to_base,behaviour,0.303996269463866,0.2630344646865175,-0.04096180477734851,-0.1904138055000725
|
| 79 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7553384977087472,0.6549430652966949,-0.10039543241205229,-0.46669516746917217
|
| 80 |
+
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7302715067695107,0.6341559539274912,-0.09611555284201945,-0.44679984888050917
|
| 81 |
+
Ties,TIES,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.1751193129121662,0.1364185276023318,-0.038700785309834396,-0.17990329885957437
|
| 82 |
+
Ties,TIES,Code-Math,beh_kl_to_base,behaviour,0.2104004919723689,0.1810295336203008,-0.0293709583520681,-0.1365329477399907
|
| 83 |
+
Ties,TIES,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.1695624375570265,0.1348951166119359,-0.03466732094509059,-0.1611534585335809
|
| 84 |
+
WIDEN,WIDEN,Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.1487084594954175,0.1135898635347647,-0.035118595960652796,-0.16325124190780912
|
| 85 |
+
WIDEN,WIDEN,Code-Math,beh_kl_to_base,behaviour,0.1526036240678989,0.127567749296493,-0.025035874771405897,-0.1163810094589108
|
| 86 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.4269925540304505,,,
|
tables/T2_per_operator.csv
CHANGED
|
@@ -1,31 +1,31 @@
|
|
| 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_js_to_base,behaviour,0.
|
| 3 |
-
ALL,beh_kl_to_base,behaviour,0.
|
| 4 |
-
ALL,act_deviation_from_base,other,0.
|
| 5 |
-
ALL,cka_to_base,other,0.
|
| 6 |
-
ALL,qmd_raw_from_base,other,0.
|
| 7 |
-
DARETaskArithmetic,beh_js_to_base,behaviour,0.
|
| 8 |
-
DARETaskArithmetic,beh_kl_to_base,behaviour,0.
|
| 9 |
-
DARETaskArithmetic,act_deviation_from_base,other,0.
|
| 10 |
-
DARETaskArithmetic,cka_to_base,other,0.
|
| 11 |
-
DARETaskArithmetic,qmd_raw_from_base,other,0.
|
| 12 |
-
DARETies,beh_js_to_base,behaviour,0.09557879048733868,0.08320902088589684,-0.012369769601441831,3,-0.
|
| 13 |
-
DARETies,beh_kl_to_base,behaviour,0.42831404267030093,0.35993042463093944,-0.06838361803936148,3,-0.
|
| 14 |
-
DARETies,act_deviation_from_base,other,0.31120402083421744,0.2652889529863993,-0.04591506784781815,3,-0.
|
| 15 |
-
DARETies,cka_to_base,other,0.9701657166083653,0.9800530756513277,0.009887359042962415,3,0.
|
| 16 |
-
DARETies,qmd_raw_from_base,other,0.05705657440766284,0.05242298352480385,-0.004633590882858986,3,-0.
|
| 17 |
-
TaskArithmetic,beh_js_to_base,behaviour,0.
|
| 18 |
-
TaskArithmetic,beh_kl_to_base,behaviour,0.
|
| 19 |
-
TaskArithmetic,act_deviation_from_base,other,0.
|
| 20 |
-
TaskArithmetic,cka_to_base,other,0.
|
| 21 |
-
TaskArithmetic,qmd_raw_from_base,other,0.
|
| 22 |
-
Ties,beh_js_to_base,behaviour,0.042852653098161636,0.03530319276369657,-0.007549460334465068,3,-0.
|
| 23 |
-
Ties,beh_kl_to_base,behaviour,0.18502741414718718,0.1507810592781895,-0.03424635486899769,3,-0.
|
| 24 |
-
Ties,act_deviation_from_base,other,0.2307751616463065,0.1978660183958709,-0.0329091432504356,3,-0.
|
| 25 |
-
Ties,cka_to_base,other,0.987837861975034,0.9922901620467505,0.004452300071716338,3,0.
|
| 26 |
-
Ties,qmd_raw_from_base,other,0.048069499936919835,0.04430946155048066,-0.003760038386439168,3,-0.
|
| 27 |
-
WIDEN,beh_js_to_base,behaviour,0.
|
| 28 |
-
WIDEN,beh_kl_to_base,behaviour,0.
|
| 29 |
-
WIDEN,act_deviation_from_base,other,0.
|
| 30 |
-
WIDEN,cka_to_base,other,0.
|
| 31 |
-
WIDEN,qmd_raw_from_base,other,0.
|
|
|
|
| 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_js_to_base,behaviour,0.08962757072338257,0.07285044014673067,-0.010802184819383446,15,-0.21916200263401642,-0.21206594459740596,0,6.103515625e-05,6.103515625e-05,0.0003662109375
|
| 3 |
+
ALL,beh_kl_to_base,behaviour,0.39244392869183203,0.31191211149616777,-0.056743263164204416,15,-0.26377501514687035,-0.19067485312837543,0,6.103515625e-05,6.103515625e-05,0.0003662109375
|
| 4 |
+
ALL,act_deviation_from_base,other,0.29031242217649433,0.24329753638555604,-0.03999502328534921,15,-0.47749884564647616,-0.4967953901522184,0,6.103515625e-05,6.103515625e-05,0.0003662109375
|
| 5 |
+
ALL,cka_to_base,other,0.9740698413813815,0.9831522433956464,0.0077743354439735535,15,0.530790785084326,0.4732984055371124,15,6.103515625e-05,6.103515625e-05,0.0003662109375
|
| 6 |
+
ALL,qmd_raw_from_base,other,0.05547086798366919,0.05101025266557821,-0.004460615318090974,17,-0.2083395209308403,-0.23402251430787074,0,1.52587890625e-05,1.52587890625e-05,0.0003662109375
|
| 7 |
+
DARETaskArithmetic,beh_js_to_base,behaviour,0.11460933478285257,0.08642183503693952,-0.011395611418302302,3,-0.23120184124166335,-0.2137906232032758,0,,0.25,0.28846153846153844
|
| 8 |
+
DARETaskArithmetic,beh_kl_to_base,behaviour,0.5022509778870359,0.37087236326896184,-0.06055440263871548,3,-0.28149136271938985,-0.3022651633152543,0,,0.25,0.28846153846153844
|
| 9 |
+
DARETaskArithmetic,act_deviation_from_base,other,0.3368888414464891,0.26710512684658166,-0.044093323033303024,3,-0.5264282683098714,-0.5930596180124549,0,,0.25,0.28846153846153844
|
| 10 |
+
DARETaskArithmetic,cka_to_base,other,0.9630701072514057,0.9786327724655469,0.009365019698937771,3,0.6393943500576161,0.8638272090256298,3,,0.25,0.28846153846153844
|
| 11 |
+
DARETaskArithmetic,qmd_raw_from_base,other,0.06632904456130037,0.06089247289720014,-0.005436571664100237,4,-0.2539229804038718,-0.3017580467791254,0,,0.125,0.28846153846153844
|
| 12 |
+
DARETies,beh_js_to_base,behaviour,0.09557879048733868,0.08320902088589684,-0.012369769601441831,3,-0.25096621871427177,-0.2503677308059735,0,,0.25,0.28846153846153844
|
| 13 |
+
DARETies,beh_kl_to_base,behaviour,0.42831404267030093,0.35993042463093944,-0.06838361803936148,3,-0.3178860163880967,-0.2855766265078428,0,,0.25,0.28846153846153844
|
| 14 |
+
DARETies,act_deviation_from_base,other,0.31120402083421744,0.2652889529863993,-0.04591506784781815,3,-0.54817800051498,-0.6135500723057966,0,,0.25,0.28846153846153844
|
| 15 |
+
DARETies,cka_to_base,other,0.9701657166083653,0.9800530756513277,0.009887359042962415,3,0.6750569365890721,0.8656168698869185,3,,0.25,0.28846153846153844
|
| 16 |
+
DARETies,qmd_raw_from_base,other,0.05705657440766284,0.05242298352480385,-0.004633590882858986,3,-0.2164185960643428,-0.26033560564657066,0,,0.25,0.28846153846153844
|
| 17 |
+
TaskArithmetic,beh_js_to_base,behaviour,0.11828941798400094,0.10487814272795715,-0.013411275256043792,4,-0.2720969870573231,-0.27219194166725547,0,,0.125,0.28846153846153844
|
| 18 |
+
TaskArithmetic,beh_kl_to_base,behaviour,0.5235534670416927,0.44819312951924684,-0.07536033752244589,4,-0.35031778334518227,-0.37208108020574215,0,,0.125,0.28846153846153844
|
| 19 |
+
TaskArithmetic,act_deviation_from_base,other,0.33116828347556293,0.28389220156241207,-0.04727608191315084,4,-0.5644270883194378,-0.6129733754506084,0,,0.125,0.28846153846153844
|
| 20 |
+
TaskArithmetic,cka_to_base,other,0.9664460539817811,0.9768369819968938,0.01039092801511285,4,0.7094379807307976,0.7722810352345881,4,,0.125,0.28846153846153844
|
| 21 |
+
TaskArithmetic,qmd_raw_from_base,other,0.05946221190041548,0.05463345322278232,-0.004828758677633161,4,-0.22553419155168966,-0.2684803848770414,0,,0.125,0.28846153846153844
|
| 22 |
+
Ties,beh_js_to_base,behaviour,0.042852653098161636,0.03530319276369657,-0.007549460334465068,3,-0.15316853704803327,-0.1574239071867437,0,,0.25,0.28846153846153844
|
| 23 |
+
Ties,beh_kl_to_base,behaviour,0.18502741414718718,0.1507810592781895,-0.03424635486899769,3,-0.15919656837771531,-0.1611534585335809,0,,0.25,0.28846153846153844
|
| 24 |
+
Ties,act_deviation_from_base,other,0.2307751616463065,0.1978660183958709,-0.0329091432504356,3,-0.3929008317155756,-0.4311704440544577,0,,0.25,0.28846153846153844
|
| 25 |
+
Ties,cka_to_base,other,0.987837861975034,0.9922901620467505,0.004452300071716338,3,0.3039796607090363,0.3167514562604171,3,,0.25,0.28846153846153844
|
| 26 |
+
Ties,qmd_raw_from_base,other,0.048069499936919835,0.04430946155048066,-0.003760038386439168,3,-0.1756180572073105,-0.21762874535840432,0,,0.25,0.28846153846153844
|
| 27 |
+
WIDEN,beh_js_to_base,behaviour,0.058926453491196296,0.02922094261476635,-0.007221573601974451,2,-0.1465161501345247,-0.1465161501345247,0,,0.5,0.5
|
| 28 |
+
WIDEN,beh_kl_to_base,behaviour,0.24276821253125566,0.12057880641562885,-0.030077235366029346,2,-0.13981612568335997,-0.13981612568335997,0,,0.5,0.5
|
| 29 |
+
WIDEN,act_deviation_from_base,other,0.21238170995687441,0.1615569724235683,-0.021034209616482252,2,-0.2511265148990545,-0.2511265148990545,0,,0.5,0.5
|
| 30 |
+
WIDEN,cka_to_base,other,0.9890373076001803,0.9935038462281227,0.0019686415791511647,2,0.13440850563726314,0.13440850563726314,2,,0.5,0.5
|
| 31 |
+
WIDEN,qmd_raw_from_base,other,0.041487168947254925,0.03829108520301542,-0.0031960837442395,3,-0.14927773606235986,-0.18646509969794486,0,,0.25,0.28846153846153844
|
tables/T3_per_combo.csv
CHANGED
|
@@ -1,21 +1,26 @@
|
|
| 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_js_to_base,behaviour,0.
|
| 3 |
-
ALL,beh_kl_to_base,behaviour,0.
|
| 4 |
-
ALL,act_deviation_from_base,other,0.
|
| 5 |
-
ALL,cka_to_base,other,0.
|
| 6 |
-
ALL,qmd_raw_from_base,other,0.
|
| 7 |
-
Code-Instruction_Tuned,beh_js_to_base,behaviour,0.05512975991029358,0.0441253616412705,-0.011004398269023082,5,-0.
|
| 8 |
-
Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.24558744516642164,0.19273855980014618,-0.052848885366275425,5,-0.
|
| 9 |
-
Code-Instruction_Tuned,act_deviation_from_base,other,0.29014053430408243,0.24678958225995298,-0.04335095204412938,5,-0.
|
| 10 |
-
Code-Instruction_Tuned,cka_to_base,other,0.9737666422128678,0.983200253546238,0.009433611333370218,5,0.
|
| 11 |
-
Code-Instruction_Tuned,qmd_raw_from_base,other,0.06490202158222438,0.05963919167922608,-0.005262829902998324,5,-0.
|
| 12 |
-
Code-Math,beh_js_to_base,behaviour,0.05932089412574072,0.05064618958360474,-0.008674704542135979,5,-0.
|
| 13 |
-
Code-Math,beh_kl_to_base,behaviour,0.25441715897768064,0.21898163798982795,-0.03543552098785269,5,-0.
|
| 14 |
-
Code-Math,act_deviation_from_base,other,0.1923275407031178,0.16943953882902857,-0.02288800187408923,5,-0.
|
| 15 |
-
Code-Math,cka_to_base,other,0.9902538159489632,0.9923722693324087,0.0021184533834457397,5,0.
|
| 16 |
-
Code-Math,qmd_raw_from_base,other,0.024078073164752987,0.02234327448026893,-0.0017347986844840567,5,-0.
|
| 17 |
-
Math-Instruction_Tuned,beh_js_to_base,behaviour,0.
|
| 18 |
-
Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.
|
| 19 |
-
Math-Instruction_Tuned,act_deviation_from_base,other,0.
|
| 20 |
-
Math-Instruction_Tuned,cka_to_base,other,0.
|
| 21 |
-
Math-Instruction_Tuned,qmd_raw_from_base,other,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_js_to_base,behaviour,0.08962757072338257,0.07285044014673067,-0.010802184819383446,15,-0.21916200263401642,-0.21206594459740596,0,6.103515625e-05,6.103515625e-05,0.00030517578125
|
| 3 |
+
ALL,beh_kl_to_base,behaviour,0.39244392869183203,0.31191211149616777,-0.056743263164204416,15,-0.26377501514687035,-0.19067485312837543,0,6.103515625e-05,6.103515625e-05,0.00030517578125
|
| 4 |
+
ALL,act_deviation_from_base,other,0.29031242217649433,0.24329753638555604,-0.03999502328534921,15,-0.47749884564647616,-0.4967953901522184,0,6.103515625e-05,6.103515625e-05,0.00030517578125
|
| 5 |
+
ALL,cka_to_base,other,0.9740698413813815,0.9831522433956464,0.0077743354439735535,15,0.530790785084326,0.4732984055371124,15,6.103515625e-05,6.103515625e-05,0.00030517578125
|
| 6 |
+
ALL,qmd_raw_from_base,other,0.05547086798366919,0.05101025266557821,-0.004460615318090974,17,-0.2083395209308403,-0.23402251430787074,0,1.52587890625e-05,1.52587890625e-05,0.00030517578125
|
| 7 |
+
Code-Instruction_Tuned,beh_js_to_base,behaviour,0.05512975991029358,0.0441253616412705,-0.011004398269023082,5,-0.22326464532376494,-0.2503677308059735,0,0.0625,0.0625,0.09765625
|
| 8 |
+
Code-Instruction_Tuned,beh_kl_to_base,behaviour,0.24558744516642164,0.19273855980014618,-0.052848885366275425,5,-0.24567172842429116,-0.2855766265078428,0,0.0625,0.0625,0.09765625
|
| 9 |
+
Code-Instruction_Tuned,act_deviation_from_base,other,0.29014053430408243,0.24678958225995298,-0.04335095204412938,5,-0.5175651333182311,-0.5808942362240129,0,0.0625,0.0625,0.09765625
|
| 10 |
+
Code-Instruction_Tuned,cka_to_base,other,0.9737666422128678,0.983200253546238,0.009433611333370218,5,0.6440774265408721,0.8196973321466616,5,0.0625,0.0625,0.09765625
|
| 11 |
+
Code-Instruction_Tuned,qmd_raw_from_base,other,0.06490202158222438,0.05963919167922608,-0.005262829902998324,5,-0.2458081189571007,-0.25760247554010485,0,0.0625,0.0625,0.09765625
|
| 12 |
+
Code-Math,beh_js_to_base,behaviour,0.05932089412574072,0.05064618958360474,-0.008674704542135979,5,-0.1759982495672049,-0.2024440158199546,0,0.0625,0.0625,0.09765625
|
| 13 |
+
Code-Math,beh_kl_to_base,behaviour,0.25441715897768064,0.21898163798982795,-0.03543552098785269,5,-0.1647244899938094,-0.18961983414169756,0,0.0625,0.0625,0.09765625
|
| 14 |
+
Code-Math,act_deviation_from_base,other,0.1923275407031178,0.16943953882902857,-0.02288800187408923,5,-0.273258860135117,-0.29086181640876724,0,0.0625,0.0625,0.09765625
|
| 15 |
+
Code-Math,cka_to_base,other,0.9902538159489632,0.9923722693324087,0.0021184533834457397,5,0.14463686866449238,0.15869503064928464,5,0.0625,0.0625,0.09765625
|
| 16 |
+
Code-Math,qmd_raw_from_base,other,0.024078073164752987,0.02234327448026893,-0.0017347986844840567,5,-0.08102629369787075,-0.08546917195107848,0,0.0625,0.0625,0.09765625
|
| 17 |
+
Code-Math-Instruction_Tuned,beh_js_to_base,behaviour,0.16866184503500875,0.1557380097510118,-0.016600680553320896,1,-0.3368057903087275,-0.3368057903087275,0,,1.0,1.0
|
| 18 |
+
Code-Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.7350310557669293,0.6549430652966949,-0.10039543241205229,1,-0.46669516746917217,-0.46669516746917217,0,,1.0,1.0
|
| 19 |
+
Code-Math-Instruction_Tuned,act_deviation_from_base,other,0.40979682430624964,0.34357630088925356,-0.06205733157694343,1,-0.7408997859677672,-0.7408997859677672,0,,1.0,1.0
|
| 20 |
+
Code-Math-Instruction_Tuned,cka_to_base,other,0.9477132469415664,0.9675659328699112,0.016616609692573614,1,1.1344948218047297,1.1344948218047297,1,,1.0,1.0
|
| 21 |
+
Code-Math-Instruction_Tuned,qmd_raw_from_base,other,0.07689636037982955,0.07054827556119526,-0.006348084818634289,2,-0.2964965269653936,-0.2964965269653936,0,,0.5,0.5952380952380952
|
| 22 |
+
Math-Instruction_Tuned,beh_js_to_base,behaviour,0.122818348409463,0.11579020908139302,-0.01175914442040887,4,-0.23857744368666753,-0.24839947902151968,0,,0.125,0.15625
|
| 23 |
+
Math-Instruction_Tuned,beh_kl_to_base,behaviour,0.5402923311013552,0.491284404548988,-0.07733287082009335,4,-0.3594872419108449,-0.3996944697908634,0,,0.125,0.15625
|
| 24 |
+
Math-Instruction_Tuned,act_deviation_from_base,other,0.3406754306703806,0.3061852848622948,-0.05166831202805043,4,-0.6168657328656584,-0.6618255337505922,0,,0.125,0.15625
|
| 25 |
+
Math-Instruction_Tuned,cka_to_base,other,0.9687317037582398,0.9754637759178877,0.010559524595737474,4,0.7209488696083346,0.8044421290786967,4,,0.125,0.15625
|
| 26 |
+
Math-Instruction_Tuned,qmd_raw_from_base,other,0.06886231224556602,0.06323308267899282,-0.005629229566573214,5,-0.26292134772372816,-0.27935829421397795,0,0.0625,0.0625,0.09765625
|
tables/T4_mechanism.csv
CHANGED
|
@@ -1,14 +1,18 @@
|
|
| 1 |
operator,operator_label,combo,omega_hat,col_r2_median,scalar_r2_median,salience_recovery_r,salience_abs_err,rho_W,qmd_raw_merge,qmd_raw_aim,rel_dev_merge,rel_dev_uniform,rel_dev_aim,rho_A_uniform,rho_A_aim,aim_advantage,leverage_uniform,leverage_aim,cka_to_base_merge,cka_to_base_uniform,cka_to_base_aim
|
| 2 |
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,0.3997713923454284,0.99918133020401,0.998831033706665,0.997971974377223,0.0054431236460495,0.9176499738151519,0.07540532551926302,0.06918316821085496,0.3268741406500339,0.31506659537553783,0.2771998148411512,0.9638773955901953,0.8480322557480426,0.11584513984215261,0.4386471514741435,1.8453879287280481,0.9630374073982239,0.9643905878067016,0.9756896287202835
|
| 3 |
DARETaskArithmetic,DARE Linear,Code-Math,0.3971100151538849,0.9954683780670166,0.9949272871017456,0.9933784793291746,0.0204927076249033,0.9239000155724518,0.027830858351205065,0.025713600634237572,0.2090091705322265,0.20172548443078991,0.18324254406616086,0.9651513563596792,0.8767201151966069,0.08843124116307233,0.45793233602431077,1.6199725365353144,0.988602839410305,0.9894919887185096,0.9910977050662041
|
|
|
|
|
|
|
| 4 |
DARETies,DARE TIES,Code-Instruction_Tuned,0.3999024033546448,0.9994592666625975,0.9990983605384828,0.997571700967459,0.0074244630251203,0.9181009230083443,0.06789361068416809,0.06231974267677706,0.32205841317772865,0.3108738642185926,0.2706678189337253,0.9652716758777425,0.8404308282558565,0.12484084762188608,0.4240380404506363,1.9483634932833411,0.9662329286336899,0.9668325185775757,0.9789113625884056
|
| 5 |
DARETies,DARE TIES,Code-Math,0.3961411118507385,0.9988551139831544,0.9984451532363892,0.9922946901580249,0.0260620009611799,0.9255722804078332,0.02532894138283997,0.023444206348130697,0.21137537630274889,0.20525033446028823,0.18471119441092013,0.9710229169092626,0.8738538880061499,0.09716902890311263,0.389331867878257,1.6948807874952878,0.9881209120154381,0.9888792544603348,0.9910706728696823
|
| 6 |
DARETies,DARE TIES,Math-Instruction_Tuned,0.400023490190506,0.999519407749176,0.9991625547409058,0.9978318957062808,0.0067088140529492,0.9175358545926346,0.07794717115598046,0.0715050015495038,0.40017827302217485,0.3855882201343775,0.3404878456145525,0.9635411168687089,0.8508404093084915,0.11270070756021744,0.44211800111657656,1.8087811369980706,0.9561433091759681,0.9573605686426163,0.9701771914958954
|
| 7 |
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,0.3998728990554809,0.9994563460350036,0.9990980625152588,0.9975582221498976,0.0074769781748841,0.9184718628407592,0.06748542751022336,0.06197007668653693,0.31902736425399775,0.3070830319076776,0.2703720036894083,0.9625601635325223,0.8474884413806839,0.11507172215183836,0.45922595280633266,1.8706616382198267,0.9668349489569664,0.9683743968605996,0.9788408130407333
|
| 8 |
TaskArithmetic,Task Arithmetic,Code-Math,0.3958191573619842,0.998849391937256,0.998461127281189,0.9921206157659752,0.0263351718248293,0.9266383971382084,0.02494948531349566,0.023119563194417308,0.2079064922407269,0.20188838234171272,0.18354407707229253,0.9710537663631684,0.8828203251092993,0.08823344125386912,0.3945692638608832,1.5972889129952548,0.988736729323864,0.9894404441118241,0.9910610884428024
|
|
|
|
| 9 |
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,0.3999322652816772,0.9995135068893432,0.9991387724876404,0.9978268162550452,0.0067417929143278,0.9178860164511341,0.07268515892821595,0.06670400911641289,0.39210564494132993,0.3748378694057465,0.33807642459869386,0.9559614207080156,0.8622074916806659,0.09375392902734969,0.5363103504262111,1.6780638615265084,0.959263214468956,0.962907212972641,0.9698800936341285
|
| 10 |
Ties,TIES,Code-Instruction_Tuned,0.3998082876205444,0.9993883967399596,0.9990370273590088,0.9972114774846051,0.0080389593792734,0.9207768830559291,0.06307845715669955,0.058067960792707346,0.26751709580421446,0.25730721950531,0.22590580526739354,0.9618346772634797,0.8444537145869936,0.11738096267648612,0.4817447761297228,1.9633951731893775,0.9842474162578583,0.9848705530166626,0.9911796778440476
|
| 11 |
Ties,TIES,Code-Math,0.3938775062561035,0.99880850315094,0.9984315633773804,0.9899581006289112,0.0292099281400273,0.9307734793125807,0.02326307511752211,0.021652956885821834,0.18338995799422259,0.17841332731768483,0.16238840231671925,0.9728631233085591,0.8854814303509194,0.08738169295763965,0.39200116403326024,1.6542586354465205,0.9912186995148659,0.9917507112026215,0.99300397336483
|
| 12 |
Ties,TIES,Math-Instruction_Tuned,0.3999968767166137,0.9992867112159728,0.998902142047882,0.9970908164603084,0.0098975281583745,0.9196473086677686,0.05786696753653783,0.05320746697291281,0.2414184311404824,0.2327281162142753,0.20530384760349984,0.964003100818967,0.8504066845005412,0.11359641631842576,0.4479862290137599,1.86170883662055,0.988047470152378,0.9888453587889672,0.9926868349313736
|
| 13 |
WIDEN,WIDEN,Code-Instruction_Tuned,0.3956852257251739,0.9980301856994628,0.9976996779441832,0.9792425002420728,0.0131847366150522,0.9213279698348962,0.050647287040768006,0.0466550100292541,0.21522565763443705,0.20619298126548524,0.18980246856808658,0.9580316005617978,0.8818765878298209,0.07615501273197689,0.5334602316747878,1.5014664286949406,0.9884805098176003,0.9894277065992355,0.9913797855377198
|
| 14 |
WIDEN,WIDEN,Code-Math,0.371671974658966,0.9899214506149292,0.9894462823867798,0.9428017931469692,0.0386434939897163,0.9352102909624618,0.019018005658702125,0.017786045338737237,0.1499567064456641,0.14682114133611318,0.13331147627905007,0.9790901975385337,0.8889997615902204,0.09009043594831323,0.3227333904116085,1.713238723536598,0.9945898994803428,0.9948590621352196,0.9956279069185257
|
|
|
|
|
|
| 1 |
operator,operator_label,combo,omega_hat,col_r2_median,scalar_r2_median,salience_recovery_r,salience_abs_err,rho_W,qmd_raw_merge,qmd_raw_aim,rel_dev_merge,rel_dev_uniform,rel_dev_aim,rho_A_uniform,rho_A_aim,aim_advantage,leverage_uniform,leverage_aim,cka_to_base_merge,cka_to_base_uniform,cka_to_base_aim
|
| 2 |
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,0.3997713923454284,0.99918133020401,0.998831033706665,0.997971974377223,0.0054431236460495,0.9176499738151519,0.07540532551926302,0.06918316821085496,0.3268741406500339,0.31506659537553783,0.2771998148411512,0.9638773955901953,0.8480322557480426,0.11584513984215261,0.4386471514741435,1.8453879287280481,0.9630374073982239,0.9643905878067016,0.9756896287202835
|
| 3 |
DARETaskArithmetic,DARE Linear,Code-Math,0.3971100151538849,0.9954683780670166,0.9949272871017456,0.9933784793291746,0.0204927076249033,0.9239000155724518,0.027830858351205065,0.025713600634237572,0.2090091705322265,0.20172548443078991,0.18324254406616086,0.9651513563596792,0.8767201151966069,0.08843124116307233,0.45793233602431077,1.6199725365353144,0.988602839410305,0.9894919887185096,0.9910977050662041
|
| 4 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,0.3998891711235046,0.9991752505302428,0.9988104104995728,0.9981032551664192,0.0053949825461233,0.9173904689429951,0.08106394490993216,0.07435638722862838,0.41396001614630223,0.39705644287168973,,0.9591661691581381,,,0.4942992693383577,,0.9444771707057953,0.9476434409618377,
|
| 5 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,0.3998627662658691,0.999175488948822,0.9988095164299012,0.998095050603285,0.0053991134489663,0.9174436887029443,0.08101604946480126,0.07431673551507964,0.39771203845739367,0.3832564990967512,0.34087302163243294,0.9636532516925784,0.8570849978657364,0.10656825382684199,0.44026613757775623,1.731121459872694,0.9561630114912987,0.9578405752778053,0.9691109836101532
|
| 6 |
DARETies,DARE TIES,Code-Instruction_Tuned,0.3999024033546448,0.9994592666625975,0.9990983605384828,0.997571700967459,0.0074244630251203,0.9181009230083443,0.06789361068416809,0.06231974267677706,0.32205841317772865,0.3108738642185926,0.2706678189337253,0.9652716758777425,0.8404308282558565,0.12484084762188608,0.4240380404506363,1.9483634932833411,0.9662329286336899,0.9668325185775757,0.9789113625884056
|
| 7 |
DARETies,DARE TIES,Code-Math,0.3961411118507385,0.9988551139831544,0.9984451532363892,0.9922946901580249,0.0260620009611799,0.9255722804078332,0.02532894138283997,0.023444206348130697,0.21137537630274889,0.20525033446028823,0.18471119441092013,0.9710229169092626,0.8738538880061499,0.09716902890311263,0.389331867878257,1.6948807874952878,0.9881209120154381,0.9888792544603348,0.9910706728696823
|
| 8 |
DARETies,DARE TIES,Math-Instruction_Tuned,0.400023490190506,0.999519407749176,0.9991625547409058,0.9978318957062808,0.0067088140529492,0.9175358545926346,0.07794717115598046,0.0715050015495038,0.40017827302217485,0.3855882201343775,0.3404878456145525,0.9635411168687089,0.8508404093084915,0.11270070756021744,0.44211800111657656,1.8087811369980706,0.9561433091759681,0.9573605686426163,0.9701771914958954
|
| 9 |
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,0.3998728990554809,0.9994563460350036,0.9990980625152588,0.9975582221498976,0.0074769781748841,0.9184718628407592,0.06748542751022336,0.06197007668653693,0.31902736425399775,0.3070830319076776,0.2703720036894083,0.9625601635325223,0.8474884413806839,0.11507172215183836,0.45922595280633266,1.8706616382198267,0.9668349489569664,0.9683743968605996,0.9788408130407333
|
| 10 |
TaskArithmetic,Task Arithmetic,Code-Math,0.3958191573619842,0.998849391937256,0.998461127281189,0.9921206157659752,0.0263351718248293,0.9266383971382084,0.02494948531349566,0.023119563194417308,0.2079064922407269,0.20188838234171272,0.18354407707229253,0.9710537663631684,0.8828203251092993,0.08823344125386912,0.3945692638608832,1.5972889129952548,0.988736729323864,0.9894404441118241,0.9910610884428024
|
| 11 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,0.3998782336711883,0.9995138049125672,0.999138355255127,0.997832810279552,0.0067336866593553,0.9178324842098177,0.07272877584972695,0.06674016389376215,0.405633632466197,0.39416912458837033,0.34357630088925356,0.9717367916261677,0.8470113752657951,0.1247254163603726,0.3439705837767256,1.8619112828586277,0.9509493231773376,0.9502905383706093,0.9675659328699112
|
| 12 |
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,0.3999322652816772,0.9995135068893432,0.9991387724876404,0.9978268162550452,0.0067417929143278,0.9178860164511341,0.07268515892821595,0.06670400911641289,0.39210564494132993,0.3748378694057465,0.33807642459869386,0.9559614207080156,0.8622074916806659,0.09375392902734969,0.5363103504262111,1.6780638615265084,0.959263214468956,0.962907212972641,0.9698800936341285
|
| 13 |
Ties,TIES,Code-Instruction_Tuned,0.3998082876205444,0.9993883967399596,0.9990370273590088,0.9972114774846051,0.0080389593792734,0.9207768830559291,0.06307845715669955,0.058067960792707346,0.26751709580421446,0.25730721950531,0.22590580526739354,0.9618346772634797,0.8444537145869936,0.11738096267648612,0.4817447761297228,1.9633951731893775,0.9842474162578583,0.9848705530166626,0.9911796778440476
|
| 14 |
Ties,TIES,Code-Math,0.3938775062561035,0.99880850315094,0.9984315633773804,0.9899581006289112,0.0292099281400273,0.9307734793125807,0.02326307511752211,0.021652956885821834,0.18338995799422259,0.17841332731768483,0.16238840231671925,0.9728631233085591,0.8854814303509194,0.08738169295763965,0.39200116403326024,1.6542586354465205,0.9912186995148659,0.9917507112026215,0.99300397336483
|
| 15 |
Ties,TIES,Math-Instruction_Tuned,0.3999968767166137,0.9992867112159728,0.998902142047882,0.9970908164603084,0.0098975281583745,0.9196473086677686,0.05786696753653783,0.05320746697291281,0.2414184311404824,0.2327281162142753,0.20530384760349984,0.964003100818967,0.8504066845005412,0.11359641631842576,0.4479862290137599,1.86170883662055,0.988047470152378,0.9888453587889672,0.9926868349313736
|
| 16 |
WIDEN,WIDEN,Code-Instruction_Tuned,0.3956852257251739,0.9980301856994628,0.9976996779441832,0.9792425002420728,0.0131847366150522,0.9213279698348962,0.050647287040768006,0.0466550100292541,0.21522565763443705,0.20619298126548524,0.18980246856808658,0.9580316005617978,0.8818765878298209,0.07615501273197689,0.5334602316747878,1.5014664286949406,0.9884805098176003,0.9894277065992355,0.9913797855377198
|
| 17 |
WIDEN,WIDEN,Code-Math,0.371671974658966,0.9899214506149292,0.9894462823867798,0.9428017931469692,0.0386434939897163,0.9352102909624618,0.019018005658702125,0.017786045338737237,0.1499567064456641,0.14682114133611318,0.13331147627905007,0.9790901975385337,0.8889997615902204,0.09009043594831323,0.3227333904116085,1.713238723536598,0.9945898994803428,0.9948590621352196,0.9956279069185257
|
| 18 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,0.3987025618553161,0.9982672333717346,0.9979044198989868,0.9891916827817784,0.0110401286086271,0.9205030878351139,0.05479621414229463,0.05043220024105492,0.27196276579052203,0.2634418971836566,,0.968668988263531,,,0.39411608430129663,,0.9840415135025978,0.9842148780822754,
|
tables/T4_mechanism_paired_test.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"n_pairs":
|
| 3 |
-
"mean_diff": 0.
|
| 4 |
-
"median_diff": 0.
|
| 5 |
-
"n_positive":
|
| 6 |
-
"p_wilcoxon":
|
| 7 |
-
"p_sign":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"n_pairs": 15,
|
| 3 |
+
"mean_diff": 0.1034629498895703,
|
| 4 |
+
"median_diff": 0.10656825382684199,
|
| 5 |
+
"n_positive": 15,
|
| 6 |
+
"p_wilcoxon": 6.103515625e-05,
|
| 7 |
+
"p_sign": 6.103515625e-05
|
| 8 |
}
|
tables/T5_coverage.csv
CHANGED
|
@@ -2,20 +2,20 @@ operator,operator_label,combo,repo_baseline,repo_with_aim,ledger_status,seconds,
|
|
| 2 |
TaskArithmetic,Task Arithmetic,Code-Math,ahn1376/TaskArithmetic___Code-Math,ahn1376/TaskArithmetic___Code-Math___AIM,not-run,,True,True,False,True,
|
| 3 |
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 4 |
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,ahn1376/TaskArithmetic___Math-Instruction_Tuned,ahn1376/TaskArithmetic___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 5 |
-
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Math-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Math-Instruction_Tuned___AIM,not-run,,
|
| 6 |
Ties,TIES,Code-Math,ahn1376/Ties___Code-Math,ahn1376/Ties___Code-Math___AIM,not-run,,True,True,False,True,
|
| 7 |
Ties,TIES,Code-Instruction_Tuned,ahn1376/Ties___Code-Instruction_Tuned,ahn1376/Ties___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 8 |
Ties,TIES,Math-Instruction_Tuned,ahn1376/Ties___Math-Instruction_Tuned,ahn1376/Ties___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 9 |
Ties,TIES,Code-Math-Instruction_Tuned,ahn1376/Ties___Code-Math-Instruction_Tuned,ahn1376/Ties___Code-Math-Instruction_Tuned___AIM,not-run,,False,False,False,True,
|
| 10 |
DARETaskArithmetic,DARE Linear,Code-Math,ahn1376/DARETaskArithmetic___Code-Math,ahn1376/DARETaskArithmetic___Code-Math___AIM,not-run,,True,True,False,True,
|
| 11 |
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 12 |
-
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Math-Instruction_Tuned___AIM,not-run,,
|
| 13 |
-
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned___AIM,not-run,,
|
| 14 |
DARETies,DARE TIES,Code-Math,ahn1376/DARETies___Code-Math,ahn1376/DARETies___Code-Math___AIM,not-run,,True,True,False,True,
|
| 15 |
DARETies,DARE TIES,Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 16 |
DARETies,DARE TIES,Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 17 |
DARETies,DARE TIES,Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned___AIM,not-run,,False,False,False,True,
|
| 18 |
WIDEN,WIDEN,Code-Math,ahn1376/WIDEN___Code-Math,ahn1376/WIDEN___Code-Math___AIM,not-run,,True,True,False,True,
|
| 19 |
WIDEN,WIDEN,Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 20 |
-
WIDEN,WIDEN,Math-Instruction_Tuned,ahn1376/WIDEN___Math-Instruction_Tuned,ahn1376/WIDEN___Math-Instruction_Tuned___AIM,not-run,,
|
| 21 |
WIDEN,WIDEN,Code-Math-Instruction_Tuned,ahn1376/WIDEN___Code-Math-Instruction_Tuned,ahn1376/WIDEN___Code-Math-Instruction_Tuned___AIM,not-run,,False,False,False,True,
|
|
|
|
| 2 |
TaskArithmetic,Task Arithmetic,Code-Math,ahn1376/TaskArithmetic___Code-Math,ahn1376/TaskArithmetic___Code-Math___AIM,not-run,,True,True,False,True,
|
| 3 |
TaskArithmetic,Task Arithmetic,Code-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 4 |
TaskArithmetic,Task Arithmetic,Math-Instruction_Tuned,ahn1376/TaskArithmetic___Math-Instruction_Tuned,ahn1376/TaskArithmetic___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 5 |
+
TaskArithmetic,Task Arithmetic,Code-Math-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Math-Instruction_Tuned,ahn1376/TaskArithmetic___Code-Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 6 |
Ties,TIES,Code-Math,ahn1376/Ties___Code-Math,ahn1376/Ties___Code-Math___AIM,not-run,,True,True,False,True,
|
| 7 |
Ties,TIES,Code-Instruction_Tuned,ahn1376/Ties___Code-Instruction_Tuned,ahn1376/Ties___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 8 |
Ties,TIES,Math-Instruction_Tuned,ahn1376/Ties___Math-Instruction_Tuned,ahn1376/Ties___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 9 |
Ties,TIES,Code-Math-Instruction_Tuned,ahn1376/Ties___Code-Math-Instruction_Tuned,ahn1376/Ties___Code-Math-Instruction_Tuned___AIM,not-run,,False,False,False,True,
|
| 10 |
DARETaskArithmetic,DARE Linear,Code-Math,ahn1376/DARETaskArithmetic___Code-Math,ahn1376/DARETaskArithmetic___Code-Math___AIM,not-run,,True,True,False,True,
|
| 11 |
DARETaskArithmetic,DARE Linear,Code-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 12 |
+
DARETaskArithmetic,DARE Linear,Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 13 |
+
DARETaskArithmetic,DARE Linear,Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned,ahn1376/DARETaskArithmetic___Code-Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 14 |
DARETies,DARE TIES,Code-Math,ahn1376/DARETies___Code-Math,ahn1376/DARETies___Code-Math___AIM,not-run,,True,True,False,True,
|
| 15 |
DARETies,DARE TIES,Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned,ahn1376/DARETies___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 16 |
DARETies,DARE TIES,Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned,ahn1376/DARETies___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 17 |
DARETies,DARE TIES,Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned,ahn1376/DARETies___Code-Math-Instruction_Tuned___AIM,not-run,,False,False,False,True,
|
| 18 |
WIDEN,WIDEN,Code-Math,ahn1376/WIDEN___Code-Math,ahn1376/WIDEN___Code-Math___AIM,not-run,,True,True,False,True,
|
| 19 |
WIDEN,WIDEN,Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned,ahn1376/WIDEN___Code-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 20 |
+
WIDEN,WIDEN,Math-Instruction_Tuned,ahn1376/WIDEN___Math-Instruction_Tuned,ahn1376/WIDEN___Math-Instruction_Tuned___AIM,not-run,,True,True,False,True,
|
| 21 |
WIDEN,WIDEN,Code-Math-Instruction_Tuned,ahn1376/WIDEN___Code-Math-Instruction_Tuned,ahn1376/WIDEN___Code-Math-Instruction_Tuned___AIM,not-run,,False,False,False,True,
|