NeFut Logo NeFut
Admin Login

[CS.AI] The Quality-Utility Paradox in Small Model Reasoning

Published at: 2026-06-17 22:00
#algorithm #Machine Learning #optimization

Knowledge distillation from powerful reasoning models is widely used to improve Small Language Models (SLMs) on mathematical reasoning, often assuming that traces with higher reward model scores provide more useful supervision. However, we identify a counterintuitive Quality-Utility Paradox in mathematical reasoning distillation. Data refined or synthesized by a stronger Oracle obtains higher perceived quality according to reward models, yet consistently underperforms traces generated by the SLM itself and selected through rejection sampling across Qwen2.5, LLaMA-3, and DeepSeek families. Our analysis shows that Oracle refinement couples logical repair with distributional drift away from the SLM's native reasoning distribution. This drift increases the learner's adaptation cost and can outweigh the benefit of improved reasoning logic. To test this mechanism, we introduce Style-Aligned Refinement, which preserves the native trajectory of the SLM while retaining logical repair from the Oracle. This intervention lowers adaptation cost and restores downstream utility. These findings suggest that effective mathematical reasoning distillation should jointly optimize perceived solution quality and learner-data compatibility, rather than relying solely on reward-model scores. The datasets and code are available at GitHub.

Blogger's Review: This study reveals a paradox in mathematical reasoning models where reliance on high-reward data for knowledge distillation can lead to performance degradation, emphasizing the importance of model and data compatibility. This provides a fresh perspective for future research, warranting further exploration and validation.

Original Source: https://arxiv.org/abs/2606.16152

[h] Back to Home