How’s it going?

IThe axis tracks goals in the instruct model

The tracking results in §5 use Qwen3-4B-Base as the base model. Here we replicate all three tracking analyses on the Qwen3-4B-Instruct-2507 Dr. GRPO checkpoint and its maze-naive counterpart (Qwen3-4B-Instruct-2507), confirming that the tracking patterns persist in the instruct model.

Maze goal tracking

vMold\mathbf{v}_{\mathrm{Mold}} and vGold\mathbf{v}_{\mathrm{Gold}} track maze goals
vMold\mathbf{v}_{\mathrm{Mold}}
Density
−2−101234d = +2.44 (trained)d = +0.60 (naive)
Standard deviations
vGold\mathbf{v}_{\mathrm{Gold}}
−3−2−1012d = +2.47 (trained)d = +0.37 (naive)
Standard deviations
Gold (trained) Mold (trained) Gold (naive) Mold (naive)
Figure 36. Density of projections at the last move token on Mold-final and Gold-final maze trajectories for the Qwen3-4B-Instruct-2507 model. Solid: maze-trained; dashed: maze-naive. As in the Base model (Figure 5), both vectors separate sharply on the maze-trained model but show little separation on the maze-naive model.

We observe the same qualitative pattern on the instruct model (Figure 36) as in the base model (Figure 5). Both vectors separate Gold-final from Mold-final trajectories on the maze-trained model but show little separation on the maze-naive model, confirming that the vectors track a goal that only the trained model possesses.

Correctness tracking

vMold\mathbf{v}_{\mathrm{Mold}} and vGold\mathbf{v}_{\mathrm{Gold}} track correctness
GSM8K: vMold\mathbf{v}_{\mathrm{Mold}}
Density
−2−10123d = +2.92 (trained)d = +2.97 (naive)
Standard deviations
GSM8K: vGold\mathbf{v}_{\mathrm{Gold}}
−8−6−4−2024d = +0.86 (trained)d = +0.53 (naive)
Standard deviations
MMLU: vMold\mathbf{v}_{\mathrm{Mold}}
−3−2−101234d = +0.15 (trained)d = +0.15 (naive)
Standard deviations
MMLU: vGold\mathbf{v}_{\mathrm{Gold}}
−2024d = +0.24 (trained)d = +0.18 (naive)
Standard deviations
Correct (trained) Incorrect (trained) Correct (naive) Incorrect (naive)
Figure 37. Density of projections at the generation-prompt position after truthful feedback on GSM8K and MMLU for the Qwen3-4B-Instruct-2507 model. Solid: maze-trained; dashed: maze-naive. As in the Base model (Figure 6), both vectors track correctness, with similar effects on maze-naive and maze-trained models.

We observe the same correctness-tracking pattern on the instruct model (Figure 37) as in the base model (Figure 6). On both GSM8K and MMLU, projection distributions separate correct from incorrect responses, with similar effects across maze-naive and maze-trained models.

Confidence control

vMold\mathbf{v}_{\mathrm{Mold}} and vGold\mathbf{v}_{\mathrm{Gold}} track more than confidence
Low confidence
vMold\mathbf{v}_{\mathrm{Mold}}
−3−2−101234d = +0.11 (trained)d = +0.08 (naive)
Med confidence
−3−2−101234d = +0.56 (trained)d = +0.51 (naive)
High confidence
−2024d = +0.53 (trained)d = +0.53 (naive)
vGold\mathbf{v}_{\mathrm{Gold}}
−4−3−2−10123d = +0.20 (trained)d = +0.17 (naive)
Standard deviations
−4−202d = +1.05 (trained)d = +1.01 (naive)
Standard deviations
−4−3−2−10123d = +0.89 (trained)d = +0.93 (naive)
Standard deviations
Correct (trained) Incorrect (trained) Correct (naive) Incorrect (naive)
Figure 38. Density of projections onto MMLU response activations binned by confidence tertile for the Qwen3-4B-Instruct-2507 model. Solid: maze-trained; dashed: maze-naive. As in the Base model (Figure 7), correct and incorrect responses separate within each confidence bin, confirming that the axis tracks correctness beyond confidence alone.

We bin MMLU responses by normalized confidence P(True)/(P(True)+P(False))\text{P(True)}/ (\text{P(True)}+ \text{P(False)}) into tertiles and check whether correctness tracking persists within each bin.

We observe that the vectors in the instruct model (Figure 38), as in the base model (Figure 7), separate correct and incorrect responses consistently within each P(True) tertile, confirming that the axis tracks correctness beyond confidence in the instruct model as well.