CLAIMay 14, 2024

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

arXiv:2405.13014v26 citationsh-index: 7EMNLP
Originality Incremental advance
AI Analysis

This work addresses resource constraints and inference efficiency for deploying language models, offering a novel distillation method that is incremental but enhances reasoning in domain-specific applications.

The paper tackles the challenge of improving reasoning capabilities in smaller language models by distilling both positive and negative knowledge from large language models, using a quality-guided contrastive approach that outperforms existing distillation techniques across multiple reasoning tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes