paper-with-me

Papers

MCC-KD: Multi-CoT Consistent Knowledge Distillation

2023-10-23 · Hongzhan Chen, Siyue Wu, Xiaojun Quan, Rui Wang, Ming Yan, Ji Zhang

Large language models (LLMs) have showcased remarkable capabilities in complex reasoning through chain of thought (CoT) prompting. Recently, there has been a growing interest in transferring these reasoning abilities from LLMs to smaller models. However, achieving both the diversity and consistency in rationales presents a challenge. In this paper, we focus on enhancing these two aspects and propose Multi-CoT Consistent Knowledge Distillation (MCC-KD) to efficiently distill the reasoning capabilities. In MCC-KD, we generate multiple rationales for each question and enforce consistency among the corresponding predictions by minimizing the bidirectional KL-divergence between the answer distributions. We investigate the effectiveness of MCC-KD with different model architectures (LLaMA/FlanT5) and various model scales (3B/7B/11B/13B) on both mathematical reasoning and commonsense reasoning benchmarks. The empirical results not only confirm MCC-KD's superior performance on in-distribution datasets but also highlight its robust generalization ability on out-of-distribution datasets.

📄 PDF Abstract BibTeX arXiv:2310.14747

Code (1)

homzer/MCC-KD 공식 구현 pytorch

Tasks

DiversityKnowledge DistillationMathematical Reasoning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Focus 설명 없음

Similar Papers 제목 키워드 기반

KD-DETR: Knowledge Distillation for Detection Transformer with Consistent Distillation Points Sampling

2024-01-01 · CVPR 2024 1 · Yu Wang, Xin Li, Shengzhao Weng, Gang Zhang 외

DETR is a novel end-to-end transformer architecture object detector which significantly outperforms classic detectors when scaling up. In this paper we focus on the compression of DETR with knowledge distillation. Wh…

General KnowledgeKnowledge Distillation

Knowledge Distillation for Detection Transformer with Consistent Distillation Points Sampling

2022-11-15 · Yu Wang, Xin Li, Shengzhao Wen, Fukui Yang 외

DETR is a novel end-to-end transformer architecture object detector, which significantly outperforms classic detectors when scaling up the model size. In this paper, we focus on the compression of DETR with knowledge dis…

General KnowledgeKnowledge Distillation

Powerful Teachers Matter: Text-Guided Multi-view Knowledge Distillation with Visual Prior Enhancement

2026-03-25 · Xin Zhang, Jianyang Xu, Hao Peng, Dongjing Wang 외 arxiv

Knowledge distillation transfers knowledge from large teacher models to smaller students for efficient inference. While existing methods primarily focus on distillation strategies, they often overlook the importance of e…

Knowledge Distillation

CLoCKDistill: Consistent Location-and-Context-aware Knowledge Distillation for DETRs

2025-02-15 · Qizhen Lan, Qing Tian

Object detection has advanced significantly with Detection Transformers (DETRs). However, these models are computationally demanding, posing challenges for deployment in resource-constrained environments (e.g., self-driv…

DenoisingKnowledge Distillationobject-detectionObject Detection+1

Exploring Inconsistent Knowledge Distillation for Object Detection with Data Augmentation

2022-09-20 · Jiawei Liang, Siyuan Liang, Aishan Liu, Ke Ma 외

Knowledge Distillation (KD) for object detection aims to train a compact detector by transferring knowledge from a teacher model. Since the teacher model perceives data in a way different from humans, existing KD methods…

Data AugmentationKnowledge Distillationobject-detectionObject Detection