MAST, a mechanism-guided unlearning method, achieves targeted forgetting of RLVR-induced reasoning with minimal collateral damage. On Qwen2.5-Math-1.5B and Qwen3-1.7B-Base, it significantly reduces MATH performance (45/150 to 37/15-0) while preserving GSM8K accuracy by +0.8 points and maintaining MATH retention at -0.5 points. Results hold across seeds, objectives, and models, showing superior stability over full-parameter unlearning.
MAST Enables Selective Unlearning in RLVR-Induced Reasoning
HydraHead: Head-Level Hybrid Attention for Long-Context Performance
HydraHead introduces a head-level hybridization of Full and Linear Attention, leveraging interpretability to select retrieval-critical heads and fuse outputs via a scale-normalized module. Trained on 15B tokens, it achieves over 69% improvement over baseline at 512K context length, outperforming layer-wise hybrids and approaching Qwen3.5's performance on long-context tasks.
MAST Enables Selective Unlearning in RLVR-Induced Reasoning
MAST, a mechanism-guided unlearning method, achieves targeted forgetting of RLVR-induced reasoning with minimal collateral damage. On Qwen2.5-Math-1.5B and Qwen3-1.7B-Base, it significantly reduces MATH performance (45/150 to 37/15-0) while preserving GSM8K accuracy by +0.8 points and maintaining MATH retention at -0.5 points. Results hold across different seeds, objectives, and models, showing superior stability over full-parameter unlearning.
ZPPO: Teacher in Prompts, Not Gradients
Zone of Proximal Policy Optimization (ZPPO) integrates teacher knowledge directly into prompts rather than policy gradients. It uses Binary and Negative Candidate-included Questions to surface student failure modes and amplifies learning through a prompt replay buffer, achieving superior performance on hard questions across student scales, especially at smaller model sizes.
GSM-Plus-BN introduces perturbation-based benchmark for Bangla math reasoning
The study introduces GSM-Plus-BN, a novel perturbed Bengali mathematical dataset derived from the English GSM-Plus benchmark and verified by human translators. This resource addresses the lack of systematic benchmarks for assessing model robustness in linguistically diverse regions like Bangladesh.
CARE-PPO enables joint learning of accurate predictions and reliable confidence in language-based quantitative tasks
Researchers introduce CARE-PPO, a reinforcement learning framework that connects loss prediction for uncertainty estimation with actor-critic PPO fine-tuning. This approach allows for the joint learning of accurate numerical estimates and reliable confidence signals in language-based quantitative prediction from unstructured inputs.