paper-with-me

홈 › Papers

SIKeD: Self-guided Iterative Knowledge Distillation for mathematical reasoning

2024-10-24 · Shivam Adarsh, Kumar Shridhar, Caglar Gulcehre, Nicholas Monath, Mrinmaya Sachan

Large Language Models (LLMs) can transfer their reasoning skills to smaller models by teaching them to generate the intermediate reasoning process required to solve multistep reasoning tasks. While LLMs can accurately solve reasoning tasks through a variety of strategies, even without fine-tuning, smaller models are not expressive enough to fit the LLMs distribution on all strategies when distilled and tend to prioritize one strategy over the others. This reliance on one strategy poses a challenge for smaller models when attempting to solve reasoning tasks that may be difficult with their preferred strategy. To address this, we propose a distillation method SIKeD (Self-guided Iterative Knowledge Distillation for mathematical reasoning), where the LLM teaches the smaller model to approach a task using different strategies and the smaller model uses its self-generated on-policy outputs to choose the most suitable strategy for the given task. The training continues in a self-guided iterative manner, where for each training iteration, a decision is made on how to combine the LLM data with the self-generated outputs. Unlike traditional distillation methods, SIKeD allows the smaller model to learn which strategy is suitable for a given task while continuously learning to solve a task using different strategies. Our experiments on various mathematical reasoning datasets show that SIKeD significantly outperforms traditional distillation techniques across smaller models of different sizes. Our code is available at: https://github.com/kumar-shridhar/SIKeD

📄 PDF Abstract BibTeX arXiv:2410.18574

Code (1)

kumar-shridhar/siked 공식 구현

Tasks

Knowledge 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.…

Similar Papers 제목 키워드 기반

Iterative Self Knowledge Distillation -- From Pothole Classification to Fine-Grained and COVID Recognition

2022-02-04 · Kuan-Chuan Peng

Pothole classification has become an important task for road inspection vehicles to save drivers from potential car accidents and repair bills. Given the limited computational power and fixed number of training epochs, w…

ClassificationKnowledge DistillationSelf-Knowledge Distillation

Open Vocabulary 3D Scene Understanding via Geometry Guided Self-Distillation

2024-07-18 · Pengfei Wang, Yuxi Wang, Shuai Li, Zhaoxiang Zhang 외

The scarcity of large-scale 3D-text paired data poses a great challenge on open vocabulary 3D scene understanding, and hence it is popular to leverage internet-scale 2D data and transfer their open vocabulary capabilitie…

Knowledge DistillationRepresentation LearningScene Understanding

DIOD: Self-Distillation Meets Object Discovery

2024-01-01 · CVPR 2024 1 · Sandra Kara, Hejer Ammar, Julien Denize, Florian Chabot 외

Instance segmentation demands substantial labeling resources. This has prompted increased interest to explore the object discovery task as an unsupervised alternative. In particular promising results were achieved in…

Instance SegmentationKnowledge DistillationObjectObject Discovery+1

CanKD: Cross-Attention-based Non-local operation for Feature-based Knowledge Distillation

2025-11-26 · Shizhe Sun, Wataru Ohyama arxiv

We propose Cross-Attention-based Non-local Knowledge Distillation (CanKD), a novel feature-based knowledge distillation framework that leverages cross-attention mechanisms to enhance the knowledge transfer process. Unlik…

Representation LearningKnowledge DistillationImage SegmentationObject Detection

Lightweight Model Pre-training via Language Guided Knowledge Distillation

2024-06-17 · Mingsheng Li, Lin Zhang, Mingzhen Zhu, Zilong Huang 외

This paper studies the problem of pre-training for small models, which is essential for many mobile devices. Current state-of-the-art methods on this problem transfer the representational knowledge of a large network (as…

Knowledge Distillation