Search papers, labs, and topics across Lattice.
The paper introduces Surgical Post-Training (SPoT), a method for efficiently improving LLM reasoning while mitigating catastrophic forgetting. SPoT leverages the implicit regularization of DPO's reward estimate and employs a data rectification pipeline to surgically correct erroneous reasoning steps using an Oracle. A reward-based binary cross-entropy objective is then used to enforce decoupled supervision signals, treating reasoning correctness as a binary classification problem.
Forget expensive, full-parameter fine-tuning: surgically correcting just 4k errors in LLM reasoning boosts accuracy by 6.2% while preserving prior knowledge.
Enhancing the reasoning capabilities of Large Language Models (LLMs) via post-training is often constrained by the trade-off between efficiency and catastrophic forgetting. While prior research emphasizes the role of on-policy data in mitigating forgetting, we uncover--and validate both theoretically and empirically--an overlooked yet critical mechanism: the implicit regularization inherent in Direct Preference Optimization's (DPO) reward estimate. This motivates our Surgical Post-Training (SPoT), a new paradigm designed to optimize reasoning efficiently while preserving learned prior knowledge. SPoT consists of: (1) a data rectification pipeline that employs an Oracle to surgically correct erroneous steps via minimal edits, generating data proximal to the model's distribution; and (2) a reward-based binary cross-entropy objective. Unlike the relative ranking in DPO, this objective treats reasoning correctness as a binary classification problem, enforcing decoupled supervision signals. Empirically, with only 4k rectified math data pairs, SPoT improves Qwen3-8B's accuracy by 6.2% on average across in-domain and OOD tasks, requiring merely 28 minutes of training on 8x H800 GPUs. Code: https://github.com/Visual-AI/SPoT