ConceptioArchivearXiv CS
arXiv CSopen access

Mechanism-Guided Selective Unlearning for RLVR-Induced Reasoning

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

Mechanism-Guided Selective Unlearning for RLVR-Induced Reasoning Chenyu Zhou1*† , Qiliang Jiang2* , Shuning Wu3 , and Xu Zhou3†

arXiv:2606.19222v1 [cs.LG] 17 Jun 2026

1

School of Engineering, Institute of Science Tokyo, Japan [email protected] 2 College of Control Science and Engineering, Zhejiang University, China [email protected] 3 Department of Electrical and Computer Engineering, National University of Singapore, Singapore [email protected], [email protected] * Equal contribution. † Corresponding authors.

Abstract. We propose MAST (Mechanism-Aligned Selective Targeting), a mechanism-guided method for unlearning RLVR-induced reasoning with substantially lower collateral damage than standard fullparameter updates. In matched SFT/RLVR checkpoints on Qwen2.5Math-1.5B and Qwen3-1.7B-Base, the SFT-to-RLVR increment differs sharply from the SFT update in token-level delta-log-probability, and full-parameter gradient ascent forgets only by damaging retain MATH and GSM8K. MAST ranks attention-projection tensors by off-principal energy, update magnitude, and forget-gradient coupling magnitude, then updates only the top-ranked subset. On the primary model, MAST induces statistically significant target forgetting (MATH forget 45/150 to 37/150; McNemar p = 0.0078) while preserving GSM8K (+0.8 pp) and MATH retain (−0.5 pp). The advantage reproduces across seeds, NPO/SimNPO objectives, and Qwen3, where MAST preserves GSM8K while full-parameter unlearning collapses it. Keywords: large language model unlearning · RLVR · reasoning · model editing · forget-retain tradeoff

1

Introduction

LLM unlearning asks a model to suppress a target behavior or knowledge cluster while preserving non-target capabilities. Existing methods often apply local updates to a post-trained model, such as gradient ascent on forget examples, retain-aware variants, negative preference objectives, or representation control. These tools are commonly evaluated in settings where the target behavior was introduced or emphasized through supervised fine-tuning. That evaluation regime leaves open a practical question: do the same unlearning targets remain appropriate when the behavior was induced by RLVR?

This question matters because RLVR is not merely SFT with a different loss. Recent work suggests that RLVR can shift model behavior through directionspecific probability changes or off-principal update components, rather than through the same high-variance directions emphasized by SFT [16,4,13]. If standard unlearning updates implicitly target SFT-like directions, then they can move accuracy numbers while still updating the wrong behavioral subspace or causing avoidable collateral damage. We study this hypothesis in a controlled mathematical reasoning setting on two model families. Starting from Qwen2.5-Math-1.5B (primary) and Qwen31.7B-Base (cross-model), the protocol constructs SFT and RLVR checkpoints from the same base model on matched GSM8K data. It then evaluates forgetting on MATH category splits while measuring non-target MATH and GSM8K performance. We use “mis-targeting” in a directional sense: the standard forget update is poorly aligned with the directions RLVR actually moves. The paper makes four contributions, validated on the primary model and corroborated on a second model family: 1. Mechanism separation. Under matched target accuracy, the SFT update and the SFT-to-RLVR increment are distinguishable by token-level deltalog-probability: SFT is a positive likelihood boost on existing continuations, while the RLVR increment is balanced and direction-specific. The same direction reproduces on the second model. 2. No clean operating point for full-parameter unlearning. Standard full-parameter gradient ascent on the RLVR checkpoint reduces the target metric only by inflicting large collateral damage on both retain MATH and GSM8K. This boundary reproduces on both models and shows that forget accuracy alone is not a sufficient unlearning signal. 3. MAST: a mechanism-guided unlearning method. We turn the diagnosis into a method, Mechanism-Aligned Selective Targeting (MAST), which ranks attention-projection tensors by a mechanism score and restricts the unlearning update to the top-ranked subset (Algorithm 1). MAST achieves meaningful forgetting at substantially lower collateral than full-parameter unlearning; on the primary model the forget drop is statistically significant, and the restricted-versus-full collateral advantage is statistically significant on both models. The mechanism-based ranking—not merely the smaller parameter set—drives the lower collateral: the selected target set is structurally coherent by construction (all query/output projections), the lowest-ranked tensors produce negligible forgetting, and the selected set retains significantly more GSM8K than a same-size random subset at matched forgetting. 4. An evaluation pitfall. Beyond MAST, we show that forget-accuracy-only and answer-likelihood-only evaluations are each incomplete for reasoning unlearning: an update can lower solution-trajectory likelihood (degrading generated reasoning) while raising final-answer likelihood, so the two views disagree (Section 7).

2

Related Work

LLM unlearning. LLM unlearning methods include gradient ascent, retain-aware objectives, preference-style negative objectives such as NPO and SimNPO, and representation-control methods such as RMU [15,1,7]. Benchmarks such as TOFU and WMDP emphasize that unlearning must be evaluated jointly on forgetting and retained utility [8,7,12]. This paper differs by focusing on a post-training source mismatch: the target behavior is induced by either SFT or RLVR, while the unlearning tool is held fixed. RLVR and reasoning updates. RLVR work on reasoning raises two relevant points. First, capability-boundary analyses argue that RLVR may change sampling efficiency or probability mass over solutions rather than create wholly new capabilities [13]. Second, geometry and token-direction studies suggest that RLVR updates can live in off-principal or direction-specific components [16,4,14]. Model diffing and side effects. Model diffing and sparse-difference tools provide a broader context for localizing fine-tuning effects and predicting side effects [5,6]. Our use of delta log-probability, update geometry, and gradient alignment is similarly diagnostic, but the experimental target is the unlearning mismatch between SFT-induced and RLVR-induced reasoning. Our target-tensor ranking follows the localization-and-specificity paradigm of knowledge-editing methods [9,10,2], which validate a localized intervention against random-location controls and reverse ablations rather than by edit magnitude alone.

3

Benchmark and Controls

3.1

Model and Training Data

The primary base model is Qwen2.5-Math-1.5B; the cross-model family (Section 8) is Qwen3-1.7B-Base. Both post-training branches use the same prepared GSM8K matched data: 2048 training examples and 256 evaluation examples. The formal SFT checkpoint and the RLVR checkpoint are evaluated with the same scripts and splits. Training outputs record optimizer steps, tokens seen, seed, and training metrics. Evaluation uses greedy decoding; exact match is the primary metric, with a tolerant regrade as a robustness check. Checkpoint Base SFT RLVR

GSM8K acc.

MATH forget acc.

MATH retain acc.

0.4844 0.7461 0.7344

0.2267 0.2867 0.3000

0.2900 0.3950 0.3850

Table 1. Matched checkpoint control table (primary model). SFT and RLVR differ by 1.172 percentage points on GSM8K, below the 3 percentage point matching threshold.

3.2

Checkpoint Matching

The SFT/RLVR comparison uses a strict target-accuracy match. The SFT checkpoint obtains 191/256 on GSM8K, while the SFT-initialized RLVR checkpoint obtains 188/256, a 1.172 percentage point gap. MATH forget/retain are also close: SFT obtains 43/150 and 79/200, while RLVR obtains 45/150 and 77/200. This makes downstream differences less likely to be explained by raw target ability mismatch. 3.3

Forget and Retain Sets

The forget set uses MATH category splits: Counting and Probability, Geometry, and Number Theory (N = 150). The retain set uses non-target MATH categories (N = 200) and GSM8K holdout performance. Exact match is the primary metric; tolerant regrading is a robustness check for numeric equivalence, fractions, tuples, degree notation, and boxed forms. In the primary regrade audit, applying the tolerant regrade uniformly to base, SFT, RLVR, MAST (GA), full GA, and MAST (NPO) leaves every forget split unchanged (0 examples) and moves each retain split by at most 2 examples, confirming that the reported effects are not grading artifacts.

4

Standard Unlearning Has No Clean Operating Point

We first evaluate standard SFT-era methods on the matched RLVR checkpoint: gradient ascent on forget examples (GA) and forget gradient ascent plus retain cross-entropy (GA+retain). Across a strength sweep, standard full-parameter GA has no clean operating window. Weak settings barely move the target metric, while stronger settings collapse evaluation accuracy toward zero (Figure 2). Even at a controlled mid strength (50 steps, η = 5×10−6 ), full-parameter GA achieves target forgetting only by destroying utility: GSM8K falls to 172/256, MATH forget to 22/150, and MATH retain to 56/200, for drops of 6.25, 15.33, and 10.5 pp. The full-parameter update reaches a large forget drop, but it removes more than ten points of MATH retain and over six points of GSM8K. Forget accuracy alone therefore overstates unlearning quality: any method can drive the forget metric down if it is allowed to damage everything else. The rest of the paper uses this boundary as the reference against which a localized, directionaware update must improve. A steps-matched strength sweep (Figure 2) makes the boundary visual: full-parameter GA has at most one or two usable strengths before catastrophic collapse—on the primary model it forgets meaningfully only at η = 5×10−6 , then collapses at η = 7×10−6 (GSM8K 13/256); on Qwen3 only η = 5×10−6 is usable, collapsing by η = 8×10−6 (GSM8K 40/256)—whereas MAST traces a low-collateral Pareto frontier of several usable operating points. No full-parameter strength achieves meaningful forgetting (≥5pp) at low collateral: η = 3×10−6 barely forgets (2pp), η = 5×10−6 forgets but sheds six to ten points of utility, and η ≥ 7×10−6 collapses.

Retain regularization does not by itself resolve the boundary. A retain-aware full-parameter objective—forget gradient ascent plus cross-entropy on a retain set—removes essentially no target forgetting at a utility-preserving strength: MATH forget moves only 45 → 44, with GSM8K 187/256 and MATH retain 74/200. The retain term trades the forgetting away rather than opening a clean operating point.

Model

η

GSM8K

forget

Primary (Qwen2.5-Math-1.5B), full-parameter GA 3×10−6 184 5×10−6 172 7×10−6 13 −5 ≥ 1×10 0 Primary, MAST (top-96) −6 3×10 188 5×10−6 190 7×10−6 185 1×10−5 182 1.5×10−5 58 Qwen3-1.7B-Base, full-parameter GA 5×10−6 143 8×10−6 40 1×10−5 9 ≥ 1.5×10−5 0 Qwen3, MAST (top-96) −6 5×10 171 8×10−6 176 1×10−5 146 1.5×10−5 20

retain

note

42 22 0 0

80 56 7 0

weak forget boundary point collapse collapse

41 37 37 28 2

79 76 78 71 12

33 13 8 0

46 19 9 0

boundary point collapse collapse collapse

45 32 24 8

82 57 43 9

negligible forgetting selected

selected stronger forget collapse

collapse

Table 2. Full steps-matched strength frontier underlying Figure 2. Counts are GSM8K/256, MATH-forget/150, and MATH-retain/200. The Qwen3 rows are the cross-model sweep analyzed in Section 8. At matched forgetting, MAST’s collateral is below full-parameter GA throughout the operating region; full-parameter GA collapses after one or two usable strengths on each model.

5

Mechanism Analysis

We use three diagnostics to test whether the unlearning mismatch is directional. Update geometry. For each checkpoint, we compute layerwise delta energy between checkpoints and project deltas onto the base-weight top singular subspace. Both updates lie almost entirely off the base-weight principal directions: the fraction of update energy orthogonal to the base tensor’s leading singular directions (the off-principal fraction ρt ) is 0.9998 for both, confirming the increment is direction-specific; this geometry provides the selector’s provenance for choosing target tensors.

Checkpoint SFT RLVR increment

Off-princ. frac.

Mean ∆log-prob.

Pos. ∆ frac.

GA cosine

0.9998 0.9998

0.4477 -0.0002

0.7296 0.3995

0.0110 0.0051

Table 3. Mechanism summary for SFT and the SFT-to-RLVR increment (primary model). Mean delta-log-probability and positive-delta fraction are the primary separation signals.

Token-level delta log-probability. The strongest mechanism signal is token-level probability structure (Figure 1). SFT produces a positive mean delta-logprobability of 0.4477 and a positive-delta fraction of 0.7296. The SFT-to-RLVR increment has mean delta-log-probability -0.0002 and positive-delta fraction 0.3995. This indicates that the RLVR increment is not simply another SFT-like likelihood boost on the same continuations; it redistributes probability in a more balanced and direction-specific way. The second model reproduces the same direction (Section 8).

(a) Probability direction

(b) Direction balance 0.8

SFT update SFT → RLVR increment

0.4 0.3

positive-Δ fraction

mean token Δlog-prob

+0.45

+0.26

0.2 0.1 ≈0

0.0

0.73

0.57

0.6

balanced (0.5) 0.40

0.4

0.41

0.2

≈0

0.0 1.5B

Qwen3

1.5B

Qwen3

Fig. 1. Mechanism separation on both model families. (a) The SFT update raises token log-probability (large positive mean ∆log-probability), while the SFT→RLVR increment is near zero. (b) The SFT update is directionally one-sided (positive-∆ fraction ≫ 0.5), while the RLVR increment is balanced (near 0.5). The pattern reproduces on Qwen3-1.7B-Base at smaller magnitude.

Forget-gradient versus checkpoint-delta direction. We compute forget-loss gradients on the forget split and compare them with checkpoint deltas. The GAupdate cosine with the SFT delta is 0.0110, while the cosine with the SFT-toRLVR increment is 0.0051. Both are small, and RLVR is lower. We use this as diagnostic evidence that the standard forget gradient weakly tracks the checkpoint directions, especially the incremental RLVR direction.

Algorithm 1 MAST: Mechanism-Aligned Selective Targeting Require: base/SFT/RLVR weights θ0 , θS , θR ; forget set Df ; selection budget k; strength (η, steps) Ensure: unlearned weights θ′ 1: for each attention-projection tensor t (q/k/v/o, all layers) do 2: ∆t ← θR,t − θS,t ▷ SFT→RLVR increment 3: ρt ← off-principal energy of ∆ w.r.t. top singular subspace of θ0,t , normalized t  4: ct ← cos ∇θt Lf (θR ; Df ), ∆t 5: st ← ρt · log(1 + ∥∆t ∥2F ) · (1 + |ct |) 6: end for 7: T ← indices of the top-k tensors by st 8: θ′ ← gradient ascent on Lf (Df ) at rate η for steps, updating only {θt : t ∈ T } 9: return θ′

6

MAST: Mechanism-Aligned Selective Targeting

Motivated by the diagnosis above — the SFT-to-RLVR increment is directionspecific and the standard forget gradient tracks it only weakly — MAST restricts the unlearning update to the attention-projection tensors whose checkpoint change is most off-principal and most strongly coupled to the forget gradient in magnitude. Concretely (Algorithm 1), for each attention tensor t (query/key/value/output across all layers) we score the SFT-to-RLVR increment ∆t = θR,t − θS,t by   st = ρt · log 1 + ∥∆t ∥2F · 1 + |ct | ,

(1)

where Lf denotes the forget-set loss, ρt ∈ [0, 1] is the fraction of ∆t ’s energy lying off the top singular subspace of the base-model tensor θ0,t (the off-principal  fraction), and ct = cos ∇θt Lf (θR ; Df ), ∆t is the cosine between the forget-loss gradient evaluated at the RLVR checkpoint and ∆t . We use |ct | because the score localizes tensors whose RLVR increment is coupled to the forget objective; the update direction itself is still set by gradient ascent on Lf . We then update only the top-k tensors by st , leaving MLP, normalization, and embedding weights frozen; the reported configuration uses k = 96 of the 112 attention tensors. Section 6.2 establishes that the ranking, not merely the reduced parameter count, carries the specificity. Equation 1 operationalizes the diagnosis of Section 5. RLVR redistributes probability through direction-specific changes that, in weight space, lie off the base model’s principal directions. MAST scores each attention tensor by how strongly its RLVR increment is off-principal (ρt ), how much the increment changes the tensor (∥∆t ∥2F ), and the magnitude of forget-gradient coupling (|ct |). The score concentrates the unlearning update on the attention projections RLVR reshaped most for reasoning, while leaving MLP knowledge stores and normalization untouched.

Method

GSM8K

Forget

Retain

F drop

R drop

G drop

RLVR source MAST (GA) Full-parameter GA

188/256 190/256 172/256

45/150 37/150 22/150

77/200 76/200 56/200

— 5.333 15.333

— 0.500 10.500

— -0.781 6.250

Table 4. Selected MAST (GA) versus the full-parameter boundary on the RLVR checkpoint (50 steps, η = 5×10−6 ). F/R/G drops are forget, retain, and GSM8K drops in percentage points relative to the RLVR source; negative drops denote accuracy improvements after unlearning.

6.1

Selected Operating Point

On the matched RLVR checkpoint, MAST (GA) at 50 steps and η = 5×10−6 reaches a clean tradeoff that the full-parameter update cannot (Table 4, Figure 2). MAST removes eight MATH forget examples (a 5.333 point drop) while leaving GSM8K slightly higher than the source and MATH retain within half a point. The same-strength full-parameter update reaches a larger forget drop only by collapsing both retain and GSM8K. The gradient diagnostics match this contrast: MAST has a small delta norm (0.211) and modest forget-loss alignment (0.053), while the full-parameter update has a much larger norm (0.747) and higher alignment (0.076), consistent with a broad, high-collateral move. Paired bootstrap over the evaluation splits (10,000 resamples, resampling questions and comparing the same items before and after unlearning) supports this profile. For MAST the forget drop is significant: the paired-bootstrap 95% CI [+2.000, +9.333] pp excludes zero, and an exact McNemar test gives p = 0.0078 (8 lost, 0 recovered). The collateral drops, by contrast, are statistically indistinguishable from zero (retain 95% CI [−4.000, +5.000] pp; GSM8K 95% CI [−3.125, +1.562] pp). For the full-parameter update all three drops exclude zero (forget [+8.0, +22.7], retain [+3.5, +17.5], GSM8K [+2.3, +10.5] pp). A direct paired contrast confirms the tradeoff: the full update’s extra collateral over MAST is significant on both retain (+10.0 pp, 95% CI [+4.0, +16.0]) and GSM8K (+7.0 pp, 95% CI [+2.7, +11.3]). The intervention removes target reasoning at near-zero collateral, whereas the full-parameter update reaches more forgetting only by sacrificing over ten points of MATH retain and six of GSM8K. Wherever full-parameter GA forgets meaningfully, its collateral exceeds MAST’s at matched forgetting, on both models and both collateral axes (Figure 2); and the frontier extends to a stronger operating point that removes 45 to 28 MATH forget (17 examples) at only +2.3 pp GSM8K and +3.0 pp retain. Beyond the forget/retain splits, a zero-shot Massive Multitask Language Understanding (MMLU) [3] check over 1000 examples shows broad capability is preserved: RLVR source 38.1%, MAST (GA) 37.7%, and full GA 37.6%; MAST stays within 0.4 pp of the source. 6.2

Ranking Specificity

MAST’s advantage over an undifferentiated parameter reduction comes from which tensors it updates. Three properties establish that the mechanism-based

Qwen2.5-Math-1.5B 6

Full-parameter GA

10

MAST (top-96)

GSM8K drop (pp)

GSM8K drop (pp)

Qwen3-1.7B-Base 12

Full-parameter GA

4

2

0

MAST (top-96)

8 6 4 2 0 −2

0.0

2.5

5.0

7.5

10.0

12.5

15.0

−2.5

Full-parameter GA

10

0.0

2.5

5.0

7.5

10.0

Forget reduction (pp)

MATH-retain drop (pp)

MATH-retain drop (pp)

Forget reduction (pp)

MAST (top-96)

8 6 4 2 0 −2

Full-parameter GA

15

MAST (top-96)

10 5 0 −5

0.0

2.5

5.0

7.5

10.0

12.5

Forget reduction (pp)

15.0

−2.5

0.0

2.5

5.0

7.5

10.0

Forget reduction (pp)

Fig. 2. Forget–collateral Pareto frontier on both model families (steps-matched GA strength sweep, 50 steps). Each point is one unlearning strength; the x-axis is MATHforget reduction and the y-axis is collateral (GSM8K, top row; MATH-retain, bottom row; lower is better). Negative x-values mark strengths that increase target accuracy rather than forget. Wherever full-parameter GA forgets meaningfully, its collateral exceeds MAST’s at matched forgetting, on both models and both axes. Full-parameter GA has at most one or two usable strengths before catastrophic collapse (primary η = 7×10−6 : GSM8K 13/256; Qwen3 η = 8×10−6 : GSM8K 40/256) and therefore traces no usable frontier on Qwen3, whereas MAST traces a low-collateral frontier; strengths beyond the last plotted point collapse both methods (full counts in Table 2).

ranking, not merely the smaller parameter count, drives the result (Figure 3); together they place MAST in the same specificity paradigm as localization-based editing methods [9,10,2]. (R1) The selected subset is structurally coherent. The top-96 operating point keeps all 28 query-projection tensors, all 28 output-projection tensors, 22 keyprojection tensors, and 18 value-projection tensors; the 16 excluded tensors are 10 value and 6 key tensors, while all query and output projections are retained across all 28 layers. The ranking selects a structured subset that differs from random selection by construction, not by chance. This composition has a plausible mechanistic reading: query and output projections govern attention routing and the mixing of attended values—the components most directly reshaped when RLVR redistributes probability over reasoning trajectories rather than boosting token likelihood uniformly—so the score of Eq. 1 ranks them highest. (R2) The ranking localizes the forgetting. Updating the bottom-ranked 64 tensors at the same strength yields no meaningful forgetting (MATH forget 45 → 44/150), while the top-ranked subset forgets; because the bottom-64 and top-96 subsets share only 48 mid-rank tensors, the rank ordinal—not the parameter count—carries the forget signal. (R3) The ranking lowers collateral at matched forgetting. At a matched forget level, the ranked top-96 subset (GSM8K 190/256) preserves GSM8K significantly better than a same-size random-96 subset (GSM8K 182–186/256): paired bootstrap +2.34 pp, 95% CI [+0.26, +4.56], excluding zero.

30

28

25

28 22

20

(b) R2: rank ablation 6

kept in Top-96

18

15 10 5 0

5.33

4 3 2 1

0.67

Wk

Wv

Wo

(c) R3: collateral

195

5

190

+2.34 pp CI [+0.26, + 4.56]

185 180 175 170 165

0 Wq

200

GSM8K /256

all (28)

MATH forget drop (pp)

tensors selected

(a) R1: structured 35

160 Bottom-64

Top-96

Random-96

Top-96

Fig. 3. Ranking specificity. (a) R1: the top-96 selection is structurally coherent by construction, keeping all query and output projections and dropping only key/value tensors. (b) R2: the bottom-ranked 64 tensors produce negligible forgetting at the selected strength, while the ranked top-96 forgets. (c) R3: at matched forgetting, the ranked selector retains significantly more GSM8K than a same-size random subset (paired bootstrap +2.34 pp, 95% CI excludes zero).

Method

GSM8K

Forget

Retain

F drop

R drop

G drop

RLVR source MAST (GA) Full-parameter GA MAST (NPO) Full-parameter NPO MAST (SimNPO) Full-parameter SimNPO

188/256 190/256 172/256 188/256 168/256 182/256 172/256

45/150 37/150 22/150 39/150 23/150 38/150 20/150

77/200 76/200 56/200 80/200 54/200 75/200 54/200

— 5.333 15.333 4.000 14.667 4.667 16.667

— 0.500 10.500 -1.500 11.500 1.000 11.500

— -0.781 6.250 0.000 7.813 2.344 6.250

Table 5. Three SFT-era objectives on the RLVR checkpoint (50 steps, η = 5×10−6 ). For all of GA, NPO, and SimNPO the full-parameter update lands on the collateral boundary while MAST forgets at much lower collateral. F/R/G drops are forget, retain, and GSM8K drops in percentage points; negative drops denote accuracy improvements after unlearning.

6.3

Robustness Across Strengths, Seeds, and Objectives

The selected point sits on a tunable strength frontier. Lowering the learning rate to η = 3×10−6 weakens forgetting (MATH forget 41/150, a 2.667 point drop), while raising it to η = 1×10−5 trades collateral for stronger forgetting (MATH forget 28/150, GSM8K 182/256, retain 71/200). The selected operating point reproduces across training seeds: over three seeds the MATH forget count is {37, 37, 41}/150 (mean 38.3, range [37, 41]), and the non-GA NPO variant is similarly stable at {41, 39, 39}/150 (mean 39.7), so the result is not a singleseed artifact. Forgetting is tunable by learning rate, and a width band reaches the operating point with the selected width cleanest: at the same strength, top32 gives 44/150, top-88 gives 39/150, top-96 gives 37/150, and top-104 gives 39/150. Adding the next eight lower-ranked tensors (ranks 97–104) reduces forgetting (37 → 39) at higher collateral (GSM8K 190 → 188), so which tensors are updated—not how many—governs the tradeoff. The intervention is not specific to gradient ascent. We test three SFT-era unlearning objectives at matched strength (50 steps, η = 5×10−6 ): gradient ascent (GA), negative preference optimization (NPO, β = 0.5), and SimNPO (β = 2.5, reference-free and length-normalized). In every case the full-parameter update lands on the collateral boundary while MAST reaches meaningful forgetting at much lower collateral (Table 5). Across three NPO training seeds MAST has mean forget drop 3.556 points, mean retain drop -0.667 points, and mean GSM8K drop 0.000 points, so the restricted-versus-full contrast holds under all three objectives.

7

Evaluation: Forget Accuracy Alone Is Misleading

Our matched setup also exposes a general evaluation pitfall for reasoning unlearning. Mechanism diagnostics on the unlearned models show why forget accuracy alone is insufficient. For each forget example we compute, under the unlearned model relative to the source, two token-averaged log-probability changes: the solution-trajectory delta-log-probability (averaged over the full

chain-of-thought solution tokens) and the final-answer delta-log-probability (averaged over the short boxed-answer tokens). Both the restricted and the full updates lower the solution-trajectory log-probability while raising the final-answer log-probability. The selected restricted GA point has solution delta-log-probability -0.0117 and final-answer delta-log-probability +0.078; the full-parameter GA boundary has solution delta-log-probability -0.143 and finalanswer delta-log-probability +0.975. In a per-example case study of the selected point, all eight source-correct examples that flip to wrong have negative solution delta-log-probability and non-negative final-answer delta-log-probability. Generated correctness drops while the answer-string likelihood does not (Figure 4), so answer-likelihood-only and forget-accuracy-only views can disagree; both are incomplete unlearning evidence. Solution likelihood falls while answer likelihood rises -0.143

full-parameter GA +0.975

-0.012

MAST +0.078

−0.2

0.0

0.2

solution-trajectory Δlog-prob final-answer Δlog-prob

0.4

0.6

0.8

1.0

1.2

Δlog-prob vs RLVR source

Fig. 4. Why forget-accuracy alone is misleading. Both the restricted and the full update lower the solution-trajectory log-probability while raising the short final-answer logprobability, relative to the RLVR source. Generated-correctness and answer-stringlikelihood views therefore disagree.

8

Cross-Model Validation (Qwen3-1.7B-Base)

To test whether the findings are specific to one model family, we rerun the entire pipeline—matched checkpoints, mechanism diagnostics, and unlearning— on Qwen3-1.7B-Base, a non-gated, cross-generation base model whose 28-layer / 112-attention-tensor structure is isomorphic to the primary model, so the selector is structurally applicable without redefinition. The cross-model run corroborates the three core findings at a per-model calibrated strength. 8.1

Matched Controls and Mechanism

The matched checkpoints are within the 3 percentage point threshold, and the mechanism separation reproduces in the same direction, weaker in magnitude

Qwen3 checkpoint

GSM8K

MATH forget

MATH retain

Base SFT RLVR

161/256 177/256 171/256

31/150 42/150 41/150

65/200 76/200 74/200

Table 6. Matched checkpoint control table (Qwen3-1.7B-Base). SFT and RLVR differ by 2.34 percentage points on GSM8K, below the 3 percentage point gate.

(Table 6). The SFT–RLVR GSM8K gap is 2.34 percentage points. Mechanism: SFT mean delta-log-probability +0.257 / positive-delta fraction 0.571; RLVR increment +0.001 / 0.406—the same SFT-positive-boost versus RLVR-balanced structure as the primary model. 8.2

Full-Parameter Boundary and Restricted-versus-Full Collateral Advantage

The full-parameter collateral boundary reproduces, and the headline cross-model result is that target restriction protects GSM8K accuracy and substantially reduces retain collateral where the full update destroys general performance (Table 7). Two points are statistically supported by paired bootstrap (B=10,000). First, the full-parameter update inflicts significant collateral (GSM8K +10.9 pp, 95% CI [+4.3, +17.6]; retain +14.0 pp, [+7.5, +20.5]). Second, the restrictedversus-full GSM8K collateral advantage is significant: +12.9 pp, 95% CI [+6.6, +19.1], excluding zero—MAST preserves GSM8K accuracy (+2.0 pp above source) while the full update sheds nearly eleven points (Figure 2, right column). This mirrors the primary model’s significant collateral advantage with an independently significant cross-model effect.

Qwen3 method

GSM8K

MATH forget

MATH retain

RLVR source 171/256 41/150 74/200 Full-parameter GA (η = 5×10−6 ) 143/256 (−10.9) 33/150 46/200 (−14.0) Full-parameter GA (η = 8×10−6 ) 40/256 (−51.2) 13/150 19/200 (−27.5) MAST (η = 8×10−6 , selected) 176/256 (+2.0) 32/150 57/200 (−8.5) Table 7. Unlearning on Qwen3-1.7B-Base. The restricted-versus-full GSM8K collateral advantage is significant (+12.9 pp, 95% CI [+6.6, +19.1]). Parenthetical values are signed changes from the RLVR source in percentage points (negative denotes a decrease, i.e. collateral damage); bootstrap CIs in the text are reported on the corresponding drop magnitudes (a positive drop = a decrease).

MAST forgets while preserving GSM8K accuracy on Qwen3 and cutting retain collateral relative to full GA: MATH forget 41 → 32, GSM8K +2.0 pp above source, and retain drop 8.5 pp versus the full update’s 14.0 pp. The contrast

is sharpest at identical strength: at η = 8×10−6 , full-parameter GA collapses (GSM8K 40/256) while MAST remains a targeted operating point (GSM8K 176/256, MATH forget 41 → 32)—the same update strength destroys the full model yet permits clean forgetting under target restriction (Table 7).

9

Reproducibility

All checkpoints are trained and evaluated with the same scripts and data splits. SFT uses standard cross-entropy on the matched GSM8K data; the RLVR recipe uses Group Relative Policy Optimization (GRPO) [11] with full-precision (FP32) full-parameter optimization, η = 5×10−7 , gradient-norm clipping at 0.5, leftpadded tokenization, and sampling temperature 0.7 / top-p 0.95. Unlearning uses 50 optimizer steps at the per-model calibrated learning rate. Evaluation is greedy exact-match with the tolerant regrade protocol described in Section 3.3; the MMLU check uses zero-shot log-probability scoring over A/B/C/D on a fixed 1000-example subset. Code, configurations, target-tensor manifests, and persample evaluation outputs are released with the paper to support reproduction.

10

Limitations

This study covers mathematical reasoning on two model families, with the unlearning strength calibrated per model (η = 5×10−6 primary, η = 8×10−6 Qwen3). Extending MAST to further domains and unlearning objectives is natural future work.

11

Conclusion

Across two model families, matched SFT/RLVR controls show that the SFT-toRLVR increment differs from the SFT update in token-level probability structure, and that standard full-parameter unlearning has no clean operating point on the RLVR checkpoint—it forgets only by inflicting large collateral damage. MAST turns this diagnosis into a method: ranking attention-projection tensors by a mechanism score and restricting the update to the top-ranked subset, it forgets meaningfully at near-zero collateral on the primary model (McNemar p = 0.0078) and yields a statistically significant collateral advantage over fullparameter unlearning on both models. Our diagnostics also expose a general evaluation pitfall: updates lower solution-trajectory likelihood while raising finalanswer likelihood, so forget-accuracy-only and answer-likelihood-only views are each incomplete.

References 1. Fan, C., Liu, J., Lin, L., Jia, J., Zhang, R., Mei, S., Liu, S.: Simplicity prevails: Rethinking negative preference optimization for LLM unlearning. arXiv preprint arXiv:2410.07163 (2024)

2. Hase, P., Bansal, M., Kim, B., Ghandeharioun, A.: Does localization inform editing? surprising differences in causality-based localization vs. knowledge editing in language models. In: Advances in Neural Information Processing Systems (NeurIPS) (2023) 3. Hendrycks, D., Burns, C., Basart, S., Zou, A., Mazeika, M., Song, D., Steinhardt, J.: Measuring massive multitask language understanding. In: International Conference on Learning Representations (ICLR) (2021) 4. Huang, K., Meng, H., Wu, J., et al.: On the direction of RLVR updates for LLM reasoning: Identification and exploitation. arXiv preprint arXiv:2603.22117 (2026) 5. Kassem, A., Jiralerspong, T., Rostamzadeh, N., Farnadi, G.: Delta-Crosscoder: Robust crosscoder model diffing in narrow fine-tuning regimes. arXiv preprint arXiv:2603.04426 (2026) 6. Kassem, A.M., Shi, Z., Rostamzadeh, N., Farnadi, G.: Reviving your MNEME: Predicting the side effects of LLM unlearning and fine-tuning via sparse model diffing. arXiv preprint arXiv:2507.21084 (2025) 7. Li, N., Pan, A., Gopal, A., et al.: The WMDP benchmark: Measuring and reducing malicious use with unlearning. arXiv preprint arXiv:2403.03218 (2024) 8. Maini, P., Feng, Z., Schwarzschild, A., Lipton, Z.C., Kolter, J.Z.: TOFU: A task of fictitious unlearning for LLMs. arXiv preprint arXiv:2401.06121 (2024) 9. Meng, K., Bau, D., Andonian, A., Belinkov, Y.: Locating and editing factual associations in GPT. In: Advances in Neural Information Processing Systems (NeurIPS) (2022) 10. Meng, K., Sharma, A.S., Andonian, A., Belinkov, Y., Bau, D.: Mass-editing memory in a transformer. In: International Conference on Learning Representations (ICLR) (2023) 11. Shao, Z., Wang, P., Zhu, Q., Xu, R., Song, J., Zhang, M., Li, Y.K., Wu, Y., Guo, D.: DeepSeekMath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300 (2024) 12. Yao, J., Chien, E., Du, M., et al.: Machine unlearning of pre-trained large language models. arXiv preprint arXiv:2402.15159 (2024) 13. Yue, Y., Chen, Z., Lu, R., et al.: Does reinforcement learning really incentivize reasoning capacity in LLMs beyond the base model? arXiv preprint arXiv:2504.13837 (2025) 14. Zhang, J., Shi, L., Li, J., et al.: GeoRA: Geometry-aware low-rank adaptation for RLVR. arXiv preprint arXiv:2601.09361 (2026) 15. Zhang, R., Lin, L., Bai, Y., Mei, S.: Negative preference optimization: From catastrophic collapse to effective unlearning. arXiv preprint arXiv:2404.05868 (2024) 16. Zhu, H., Zhang, Z., Huang, H., et al.: The path not taken: RLVR provably learns off the principals. arXiv preprint arXiv:2511.08567 (2025)

Record · ID 287130 · SHA-256 2d62d62b777e86ba
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.