AI Navigate

Probing to Refine: Reinforcement Distillation of LLMs via Explanatory Inversion

arXiv cs.AI / 3/23/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces Explanatory Inversion (EI) to cause the student to articulate underlying reasoning rather than memorize patterns, using targeted explanatory probes.
  • It also proposes ExGRPO, a reinforcement learning approach with a Dialogue Structure Utility Bonus to reward coherent reasoning across probes and improve generalization.
  • Evaluations on 12 datasets with Gemma-7b as the student show about 20.39% average gain over zero-shot performance and 6.02% over state-of-the-art distillation baselines, with strong out-of-distribution generalization.
  • The method achieves training efficiency by requiring only 10-25% of training data compared to vanilla fine-tuning, and code is released at the provided GitHub link.

Abstract

Distilling robust reasoning capabilities from large language models (LLMs) into smaller, computationally efficient student models remains an unresolved challenge. Despite recent advances, distilled models frequently suffer from superficial pattern memorization and subpar generalization. To overcome these limitations, we introduce a novel distillation framework that moves beyond simple mimicry to instill a deeper conceptual understanding. Our framework features two key innovations. \underline{\textit{First}}, to address pattern memorization, Explanatory Inversion (EI) generates targeted ``explanatory probes'' that compel the student to articulate the underlying logic behind an answer, rather than just memorizing it. \underline{\textit{Second}}, to improve generalization, Explanatory GRPO (\texttt{EXGRPO}) uses a reinforcement learning algorithm with a novel Dialogue Structure Utility Bonus, which explicitly rewards the student for maintaining a coherent reasoning process across these probes. Extensive evaluations on 12 datasets demonstrate significant improvements. Using Gemma-7b as the student model, our method yields an average \textbf{20.39\%} increase over zero-shot performance and a \textbf{6.02\%} improvement over the state-of-the-art distillation baselines. Moreover, models distilled with our method show remarkable training efficiency (e.g., surpassing vanilla fine-tuning with \textbf{10-25\%} training data) and strong generalization to out-of-distribution tasks. Implementation is released at https://github.com/Zhen-Tan-dmml/ExGRPO.git.