paper-with-me

Papers

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

2024-05-14 · Wei Wang, Zhaowei Li, Qi Xu, Yiqing Cai, Hang Song, Qi Qi, Ran Zhou, Zhida Huang, Tao Wang, Li Xiao

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 distilling knowledge from LLMs. However, prior studies have often overlooked the diversity and quality of knowledge, especially the untapped potential of negative knowledge. Constructing effective negative knowledge remains severely understudied. In this paper, we introduce a novel framework called quality-guided contrastive rationale distillation aimed at enhancing reasoning capabilities through contrastive knowledge learning. For positive knowledge, we enrich its diversity through temperature sampling and employ self-consistency for further denoising and refinement. For negative knowledge, we propose an innovative self-adversarial approach that generates low-quality rationales by sampling previous iterations of smaller language models, embracing the idea that one can learn from one's own weaknesses. A contrastive loss is developed to distill both positive and negative knowledge into smaller language models, where an online-updating discriminator is integrated to assess qualities of rationales and assign them appropriate weights, optimizing the training process. Through extensive experiments across multiple reasoning tasks, we demonstrate that our method consistently outperforms existing distillation techniques, yielding higher-quality rationales.

📄 PDF Abstract BibTeX arXiv:2405.13014

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDenoisingDiversityKnowledge DistillationLanguage Modelling

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar 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 외 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 …

Embodied CoT Distillation From LLM To Off-the-shelf Agents

2024-12-16 · Wonje Choi, Woo Kyung Kim, Minjong Yoo, Honguk Woo

We address the challenge of utilizing large language models (LLMs) for complex embodied tasks, in the environment where decision-making systems operate timely on capacity-limited, off-the-shelf devices. We present DeDer,…

Decision MakingIn-Context LearningLanguage ModelingLanguage Modelling+1

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

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

Does Rationale Quality Matter? Enhancing Mental Disorder Detection via Selective Reasoning Distillation

2025-05-26 · Hoyun Song, Huije Lee, Jisu Shin, Sukmin Cho 외

The detection of mental health problems from social media and the interpretation of these results have been extensively explored. Research has shown that incorporating clinical symptom information into a model enhances d…

Explanation GenerationTransfer Learning