ArXiv

RP-OPSD: Reasoning-Pivot-Guided On-Policy Self-Distillation for Multilingual Reasoning Transfer

Authors
Xinye Wang, Junxiao Liu, Shujian Huang
Categories
cs.CL
arXiv
https://arxiv.org/abs/2608.06347v1
PDF
https://arxiv.org/pdf/2608.06347v1

Brief

RP-OPSD improves multilingual reasoning transfer by concentrating on intermediate "reasoning pivots"—decisions that steer inference—using on-policy self-distillation guided by the distributional shift between teacher rollouts with and without an English reference. Evaluated on math reasoning across 17 languages and varied difficulty, it outperforms strong multilingual baselines and OPSD variants; analyses show targeted token-level distillation emphasizes control/state updates over surface text. Code: https://github.com/NJUNLP/RP-OPSD.

Why it matters

RP-OPSD (Reasoning-Pivot-guided On-Policy Self-Distillation) uses the distributional shift between matched teacher views with and without an English reference to locate "reasoning pivots" and guide privileged distillation and reference anchoring.

Key details

  • On mathematical-reasoning benchmarks covering 17 languages and multiple difficulty levels, RP-OPSD outperforms strong multilingual reasoning baselines and OPSD variants; analysis shows it concentrates distillation on reasoning-control and problem-conditioned state-update tokens while downweighting surface-realization tokens.
  • Paper by Xinye Wang, Junxiao Liu, and Shujian Huang (arXiv 2026-08-06); code and implementation are available at https://github.com/NJUNLP/RP-OPSD.
Source evidence

Abstract

Multilingual reasoning transfer is crucial for extending reasoning capabilities of large language models (LLMs) beyond high-resource languages. On-policy self-distillation (OPSD) and its variants have emerged as a promising paradigm, providing dense token-level supervision on student-generated rollouts, yet their objectives do not explicitly prioritize reasoning signals most critical to cross-lingual transfer. We characterize that target-language reasoning comprises the generation of both surface text and reasoning pivots, which are decisions that advance or redirect the reasoning process and shape subsequent inference. This motivates concentrating privileged distillation around such pivots. We therefore propose RP-OPSD, Reasoning-Pivot-guided On-Policy Self-Distillation, using the distributional shift between matched teacher views with and without an English reference solution as an operational proxy to guide privileged distillation and reference anchoring. Experiments on mathematical reasoning benchmarks covering 17 languages and multiple difficulty levels show that our method outperforms strong multilingual reasoning baselines and OPSD variants. Further analysis reveals that RP-OPSD concentrates privileged distillation on reasoning-control and problem-condistioned state-update tokens, while downweighting it for tokens that mainly support surface realization. Our code is available at https://github.com/NJUNLP/RP-OPSD.

Comment: 16 pages. Under review