paper-with-me

Papers

Tailoring the Curriculum: Student-Centered Reasoning Distillation via Dynamic Data-Model Compatibility

2026-05-28 · Jiahao Huang, Fei Cheng, Junfeng Jiang, Akiko Aizawa arxiv

Reasoning distillation transfers complex reasoning abilities from large language models (LLMs) to smaller ones, yet its success depends on how well the training data align with the student model. This paper introduces the Data-Model Compatibility (DMC) metric, which can be used to assess the suitability of a dataset for reasoning distillation on a student model. DMC provides an assessment by jointly considering data quality, relative difficulty, and student capability. We validated the effectiveness of DMC from two perspectives: (1) DMC exhibits a strong correlation with reasoning distillation performance; and (2) using DMC as the criterion for data selection leads to improved reasoning distillation performance. Both findings are consistently demonstrated across multiple student models and tasks. Moreover, since the DMC of each dataset dynamically changes during training, our experiments demonstrate that dynamically selecting datasets based on DMC can further enhance performance.

📄 PDF Abstract BibTeX arXiv:2605.29229

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Curriculum Learning-Guided Progressive Distillation in Large Language Models

2026-05-11 · Jincheng Cao, Fanzhi Zeng, Leqi Liu, Aryan Mokhtari arxiv

Knowledge distillation is a key technique for transferring the capabilities of large language models (LLMs) into smaller, more efficient student models. Existing distillation approaches often overlook two critical factor…

Knowledge Distillation

Student-Centered Distillation Narrows the Agentic Gap Between Small and Large LLMs

2025-09-12 · Yuanjie Lyu, Chengyu Wang, Jun Huang, Tong Xu arxiv

Large Language Model agents achieve strong performance on multi-step reasoning and tool-use tasks, but their impressive capabilities typically rely on extremely large backbones. Existing distillation approaches train sma…

Reinforcement Learning

From Atoms to Chains: Divergence-Guided Reasoning Curriculum for Unlabeled LLM Domain Adaptation

2026-01-27 · Yongqi Wang, Xiaofeng Ji, Jie Wang, Qingbin Li 외 arxiv

Adapting Large Language Models (LLMs) to specialized domains without human-annotated data is a crucial yet formidable challenge. Widely adopted knowledge distillation methods often devolve into coarse-grained mimicry, wh…

Knowledge DistillationDomain Adaptation

Trust-Region Behavior Blending for On-Policy Distillation

2026-05-29 · Daniil Plyusov, Alexey Gorbatovski, Alexey Malakhov, Nikita Balagansky 외 arxiv

On-policy distillation (OPD) trains a student on prefixes sampled from its own policy while matching a stronger teacher. This addresses the prefix mismatch of offline distillation, but early student rollouts can still be…

CausalOPD: First-Wrong-Step Supervision for Distilling Causal Chain Reasoning

2026-08-04 · Jian Zhang, Bingyi Wang, Yizhi Liu arxiv

Many critical reasoning tasks, including clinical diagnosis, legal judgment, and industrial fault diagnosis, require step-dependent causal chains in which early errors propagate and correct conclusions can mask invalid r…

Reinforcement LearningFault Diagnosis