CLJan 20

Which Reasoning Trajectories Teach Students to Reason Better? A Simple Metric of Informative Alignment

arXiv:2601.14249v13 citationsh-index: 40
Originality Incremental advance
AI Analysis

This addresses the challenge of data-student suitability in knowledge distillation for LLMs, offering a practical tool for trajectory and teacher selection, though it is incremental as it builds on existing distillation methods.

The paper tackled the problem of selecting effective reasoning trajectories for distilling reasoning from teacher to student LLMs, proposing the Rank-Surprisal Ratio (RSR) metric that balances alignment and informativeness, which achieved an average Spearman correlation of 0.86 with post-training performance across diverse models and teachers.

Long chain-of-thought (CoT) trajectories provide rich supervision signals for distilling reasoning from teacher to student LLMs. However, both prior work and our experiments show that trajectories from stronger teachers do not necessarily yield better students, highlighting the importance of data-student suitability in distillation. Existing methods assess suitability primarily through student likelihood, favoring trajectories that closely align with the model's current behavior but overlooking more informative ones. Addressing this, we propose Rank-Surprisal Ratio (RSR), a simple metric that captures both alignment and informativeness to assess the suitability of a reasoning trajectory. RSR is motivated by the observation that effective trajectories typically combine low absolute probability with relatively high-ranked tokens under the student model, balancing learning signal strength and behavioral alignment. Concretely, RSR is defined as the ratio of a trajectory's average token-wise rank to its average negative log-likelihood, and is straightforward to compute and interpret. Across five student models and reasoning trajectories from 11 diverse teachers, RSR strongly correlates with post-training performance (average Spearman 0.86), outperforming existing metrics. We further demonstrate its practical utility in both trajectory selection and teacher selection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes