Spectral Subspace Rewiring Enhances Reasoning and Merging
Zhilong Zhang · hf · 2026-07-17
Key Points
This work proposes SAR (Subspace-Aligned Rewiring) to address two issues in the post-training of large models:
- Suppressed reasoning performance: Standard full-parameter updates cause test-time scaling gains to saturate prematurely.
- Interference between multi-domain training/model merging: Update directions conflict when mixing different capabilities.
Method
The authors discovered that updates effective for reasoning primarily reside within the spectral space of the base model. As a post-training editing method, SAR preserves this "spectral core" and removes interfering components in orthogonal directions, recovering and enhancing effective capabilities without retraining.
Results
- Across various model families and scales, SAR extracts a compact reasoning core using only about 0.58% of total parameters.
- Retains over 99% of post-training performance.
- Enhances high-level exploration capabilities in mathematical reasoning.
- Generalizes to agentic coding: improves performance on 6 out of 7 open benchmarks on custom models.
- In mixed-domain training, SAR unleashes suppressed coding abilities while maintaining math reasoning and instruction following.
- For model merging, it delivers better cross-domain generalization, surpassing previous merging baselines and even outperforming the best single-domain experts.
More from coding & agent
- ty now reads Pydantic config keywords and field metadata — charliermarsh · 2026-07-22
- Pensar Launches AI Security Agent to Autonomously Discover and Patch 0-Days — andriy_mulyar · 2026-07-22
- ty adds first-class Pydantic support, including strict and lax field handling — charliermarsh · 2026-07-22
- Google launches Gemini 3.5 Flash Cyber for CodeMender, with limited access for governments — GoogleAI · 2026-07-22
- Cursor doubles usage limits across all plans for Grok, Composer and new models — XFreeze · 2026-07-22
- Video-based proof of work is emerging as a feedback layer for coding agents — Vjeux · 2026-07-22