paper-with-me

홈 › Papers

Towards Efficient CoT Distillation: Self-Guided Rationale Selector for Better Performance with Fewer Rationales

2025-09-28 · Jianzhi Yan, Le Liu, Youcheng Pan, Shiwei Chen, Yang Xiang, Buzhou Tang arxiv

Chain-of-thought (CoT) distillation aims to enhance small language models' (SLMs) reasoning by transferring multi-step reasoning capability from the larger teacher models. However, existing work underestimates rationale quality, focusing primarily on data quantity, which may transfer noisy or incorrect information to the student model. To address the above issues, we proposed \textbf{M}odel-\textbf{O}riented \textbf{R}ationale \textbf{S}election \textbf{D}istillation (MoRSD), which can discern and select high quality rationales for distillation to improve performance further. We further propose a Rationale Difficulty (RD) metric to measure the ability of the student model to generate the correct answer under a given rationale. Compared to the baseline, we achieved 4.6$\%$ average improvement on seven datasets over three tasks, using fewer rationales by controlling their accuracy, diversity, and difficulty. Our results reveal that a small portion of the high quality rationales can enhance the reasoning ability of student models than the entire dataset. Our method promises to be a possible solution for efficient CoT distillation. Our code will be released in https://github.com/Leon221220/MoRSD.

📄 PDF Abstract BibTeX arXiv:2509.23574

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

QCRD: Quality-guided Contrastive Rationale Distillation for Large Language Models

2024-05-14 · Wei Wang, Zhaowei Li, Qi Xu, Yiqing Cai 외

The deployment of large language models (LLMs) faces considerable challenges concerning resource constraints and inference efficiency. Recent research has increasingly focused on smaller, task-specific models enhanced by…

Contrastive LearningDenoisingDiversityKnowledge Distillation+1

SCOTT: Self-Consistent Chain-of-Thought Distillation

2023-05-03 · Peifeng Wang, Zhengyang Wang, Zheng Li, Yifan Gao 외

Large language models (LMs) beyond a certain scale, demonstrate the emergent capability of generating free-text rationales for their predictions via chain-of-thought (CoT) prompting. While CoT can yield dramatically impr…

counterfactualCounterfactual ReasoningKnowledge Distillation

Can Small Language Models Help Large Language Models Reason Better?: LM-Guided Chain-of-Thought

2024-04-04 · Jooyoung Lee, Fan Yang, Thanh Tran, Qian Hu 외

We introduce a novel framework, LM-Guided CoT, that leverages a lightweight (i.e., <1B) language model (LM) for guiding a black-box large (i.e., >10B) LM in reasoning tasks. Specifically, the lightweight LM first generat…

Extractive Question-AnsweringKnowledge DistillationLanguage ModelingLanguage Modelling+3

Rethinking Reward Supervision: Rubric-Conditioned Self-Distillation

2026-06-17 · Siyi Gu, Jialin Chen, Sophia Zhou, Arman Cohan 외 arxiv

Post-training of reasoning language models is commonly driven by supervised distillation and reinforcement learning with verifiable rewards. Distillation often relies on chain-of-thought annotations that are expensive to…

Reinforcement Learning

Making a (Counterfactual) Difference One Rationale at a Time

2022-01-13 · NeurIPS 2021 12 · Mitchell Plyler, Michael Green, Min Chi

Rationales, snippets of extracted text that explain an inference, have emerged as a popular framework for interpretable natural language processing (NLP). Rationale models typically consist of two cooperating modules: a …

counterfactualData Augmentation