🤖 AI Summary
This work addresses the dual exposure bias inherent in large language model (LLM) reasoning distillation: off-policy distillation suffers from error accumulation due to distributional mismatch, while on-policy distillation is hindered by suboptimal student-generated contexts that degrade teacher guidance. To tackle this challenge, the paper introduces MOTAB, a novel distillation framework that systematically identifies and jointly mitigates both sources of bias. MOTAB dynamically monitors the student’s generation trajectory, adaptively determines a safety boundary, and upon deviation, rolls back to the last safe state while invoking teacher intervention—thereby unifying fault tolerance with corrective feedback. Experimental results demonstrate that MOTAB consistently improves reasoning performance by approximately 3% on average over the LIMO-v2 and AceReason benchmarks.
📝 Abstract
Large language models (LLMs) have achieved remarkable success in complex reasoning tasks via long chain-of-thought (CoT), yet their immense computational overhead hinders real-world deployment. LLM reasoning distillation addresses this by transferring reasoning capabilities from formidable teacher models to compact student models. However, existing distillation paradigms face a fundamental dilemma. Typical off-policy distillation strictly utilizes teacher-generated golden trajectories, suffering from an exposure bias due to the mismatch between training distributions and student-generated inference contexts, which leads to error cascades in long CoT reasoning. To address this, on-policy distillation allows students to explore their own trajectories, but we demonstrate that it inherently introduces a reciprocal reversed exposure bias: the teacher model also struggles to provide positive guidance when conditioned on student-generated sub-optimal contexts. To resolve this dual exposure biases problem, we propose Monitoring Trajectories and Backtracking when it strays (MOTAB), a new LLM reasoning distillation pipeline. Specifically, MOTAB dynamically monitors the student's on-policy generation against an adaptive safety boundary. When the generation strays and exceeds this threshold, MOTAB backtracks to the last safe state and leverages teacher intervention to correct the course. This approach inherently tolerates minor student errors to mitigate exposure bias, while preventing sub-optimal contexts to circumvent reversed exposure bias. Extensive experiments on the LIMO-v2 and AceReason datasets demonstrate that MOTAB effectively alleviates the dual exposure biases, yielding a roughly 3% average performance improvement in reasoning tasks.