paper-with-me

홈 › Papers

Reinforcement Learning vs. Distillation: Understanding Accuracy and Capability in LLM Reasoning

2025-05-20 · Minwu Kim, Anubhav Shrestha, Safal Shrestha, Aadim Nepal, Keith Ross

Recent studies have shown that reinforcement learning with verifiable rewards (RLVR) enhances overall accuracy but fails to improve capability, while distillation can improve both. In this paper, we investigate the mechanisms behind these phenomena. First, we demonstrate that RLVR does not improve capability because it focuses on improving the accuracy of the less-difficult questions to the detriment of the accuracy of the most difficult questions, thereby leading to no improvement in capability. Second, we find that RLVR does not merely increase the success probability for the less difficult questions, but in our small model settings produces quality responses that were absent in its output distribution before training. In addition, we show these responses are neither noticeably longer nor feature more reflection-related keywords, underscoring the need for more reliable indicators of response quality. Third, we show that while distillation reliably improves accuracy by learning strong reasoning patterns, it only improves capability when new knowledge is introduced. Moreover, when distilling only with reasoning patterns and no new knowledge, the accuracy of the less-difficult questions improves to the detriment of the most difficult questions, similar to RLVR. Together, these findings offer a clearer understanding of how RLVR and distillation shape reasoning behavior in language models.

📄 PDF Abstract BibTeX arXiv:2505.14216

Code (1)

minwukim/rlvsdistillation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

BARD: budget-aware reasoning distillation

2025-11-03 · Lujie Niu, Lei Shen, Yi Jiang, Caixia Yuan 외 arxiv

While long Chain-of-Thought (CoT) distillation effectively transfers reasoning capability to smaller language models, the reasoning process often remains redundant and computational budget uncontrollable, leading to inef…

Computational EfficiencyReinforcement Learning

D-CORE: Incentivizing Task Decomposition in Large Reasoning Models for Complex Tool Use

2026-02-02 · Bowen Xu, Shaoyu Wu, Hao Jiang, Kai Liu 외 arxiv

Effective tool use and reasoning are essential capabilities for large reasoning models~(LRMs) to address complex real-world problems. Through empirical analysis, we identify that current LRMs lack the capability of sub-t…

Reinforcement Learning

Effectiveness of Chain-of-Thought in Distilling Reasoning Capability from Large Language Models

2025-11-07 · Cong-Thanh Do, Rama Doddipatla, Kate Knill arxiv

Chain-of-Thought (CoT) prompting is a widely used method to improve the reasoning capability of Large Language Models (LLMs). More recently, CoT has been leveraged in Knowledge Distillation (KD) to transfer reasoning cap…

Knowledge Distillation

On-Policy Delta Distillation

2026-07-16 · Byeongho Heo, Jaehui Hwang, Sangdoo Yun, Dongyoon Han arxiv

On-policy distillation is an alternative post-training method in reinforcement learning that alleviates the constraints imposed by reward models by providing token-level supervision from a teacher model. Although on-poli…

Reinforcement Learning

EvoCoT: Overcoming the Exploration Bottleneck in Reinforcement Learning

2025-08-11 · Huanyu Liu, Jia Li, Yihong Dong, Chang Yu 외 arxiv

Reinforcement learning with verifiable reward (RLVR) has become a promising paradigm for post-training large language models (LLMs) to improve their reasoning capability. However, when the rollout accuracy is low on hard…

Reinforcement Learning