SPEAR: Distilling Domain-Adaptive Reasoning Skeletons via Sequential Symbolic Alignment in Reinforcement Learning

📅 2026-08-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出SPEAR方法,通过序列级对齐提供密集奖励信号,解决了强化学习中知识蒸馏时逻辑指导不足的问题。
📝 Abstract
Reinforcement learning-based knowledge distillation has the potential to transfer complex reasoning from teacher to student models, yet it currently faces a critical dilemma: researchers must choose between sparse outcome-based rewards, which provide insufficient logical guidance, or expensive neural Process Reward Models (PRMs) for dense signals. We resolve this by introducing SPEAR (Symbolic Process Evaluation and Alignment Reward), a training-free and plug-and-play process reward method for sequence-level on-policy distillation. SPEAR projects natural-language reasoning traces into domain-adaptive symbolic milestones, providing an efficient proxy for process-level reasoning alignment. By utilizing the longest common subsequence (LCS) to align student explorations with teacher milestones, SPEAR provides a dense, order-aware reward signal that enforces logical consistency without the need for an external neural verifier. Our experiments across math, science, and commonsense reasoning tasks demonstrate that SPEAR effectively bridges the reasoning gap between student and teacher models via sequence-level distillation with efficient dense process rewards. Our code and data are available at: https://github.com/zhuochunli/SPEAR.
Problem

Research questions and friction points this paper is trying to address.

Reinforcement Learning
Knowledge Distillation
Process Reward Models
Logical Guidance
Dense Signals
Innovation

Methods, ideas, or system contributions that make the work stand out.

SPEAR
Sequential Symbolic Alignment
Dense Process Rewards
Longest Common Subsequence (LCS)
Domain-Adaptive Reasoning
🔎 Similar Papers
No similar papers found.