paper-with-me

Papers

Validity-Calibrated Reasoning Distillation

2026-04-14 · Khouloud Saadi, Di Wang arxiv

Reasoning distillation aims to transfer multi-step reasoning capabilities from large language models to smaller, more efficient ones. While recent methods have shown promising gains, they typically rely on static teacher-student hierarchies and frame distillation as trajectory imitation. This is misaligned with the structure of reasoning, where intermediate steps are often locally under-specified: global correctness constrains the final answer, but does not uniquely determine each intermediate move. We propose validity-calibrated reasoning distillation, a framework that treats reasoning distillation as a problem of local learning-signal allocation rather than path alignment. Instead of enforcing token-level imitation, we compare the student's and teacher's proposed next-step actions under the same prefix and use their relative local validity to modulate the strength of the distillation update. This yields a dynamic, context-dependent supervision mechanism that preserves the teacher's structural guidance while adapting update strength to local reasoning quality. Across mathematical reasoning, code generation, and instruction-following benchmarks, our method consistently outperforms strong distillation baselines. These results indicate that effective LLM reasoning distillation is governed not by rigid trajectory imitation, but by principled, locally calibrated allocation of learning signal.

📄 PDF Abstract BibTeX arXiv:2605.04078

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

KbSD: Knowledge Boundary aware Self-Distillation for Behavioral Calibration in Agentic Search

2026-06-29 · Tao Feng, Xinke Jiang, Chao Wu arxiv

Agentic search equips large language models with dynamic retrieval abilities, but existing reinforcement learning methods remain limited by reward sparsity in knowledge boundary calibration -- deciding when to trust para…

Reinforcement Learning

SCOPE: Signal-Calibrated On-Policy Distillation Enhancement with Dual-Path Adaptive Weighting

2026-04-12 · Binbin Zheng, Xing Ma, Yiheng Liang, Jingqing Ruan 외 arxiv

On-policy reinforcement learning has become the dominant paradigm for reasoning alignment in large language models, yet its sparse, outcome-level rewards make token-level credit assignment notoriously difficult. On-Polic…

Reinforcement Learning

Assessing and Mitigating Miscalibration in LLM-Based Social Science Measurement

2026-05-12 · Jinyuan Wang, Ningyuan Deng, Yi Yang arxiv

Large language models (LLMs) are increasingly used in social science as scalable measurement tools for converting unstructured text into variables that can enter standard empirical designs. Measurement validity demands m…

Distilling Calibrated Student from an Uncalibrated Teacher

2023-02-22 · Ishan Mishra, Sethu Vamsi Krishna, Deepak Mishra

Knowledge distillation is a common technique for improving the performance of a shallow student network by transferring information from a teacher network, which in general, is comparatively large and deep. These teacher…

Data AugmentationKnowledge Distillation

What Makes it Ok to Set a Fire? Iterative Self-distillation of Contexts and Rationales for Disambiguating Defeasible Social and Moral Situations

2023-10-24 · Kavel Rao, Liwei Jiang, Valentina Pyatkin, Yuling Gu 외

Moral or ethical judgments rely heavily on the specific contexts in which they occur. Understanding varying shades of defeasible contextualizations (i.e., additional information that strengthens or attenuates the moral a…

DiversityImitation Learning