CLAILGFeb 21, 2024

Distillation Contrastive Decoding: Improving LLMs Reasoning with Contrastive Decoding and Distillation

arXiv:2402.14874v217 citationsh-index: 11
AI Analysis

This addresses computational inefficiencies in contrastive decoding for LLM reasoning, offering a more resource-efficient method, though it appears incremental.

The paper tackled improving reasoning in Large Language Models by proposing Distillation Contrastive Decoding, which eliminates the need for an amateur model and reduces memory usage, resulting in significant performance gains on benchmarks like GSM8K and StrategyQA.

We propose a straightforward approach called Distillation Contrastive Decoding (DCD) to enhance the reasoning capabilities of Large Language Models (LLMs) during inference. In contrast to previous approaches that relied on smaller amateur models or analysis of hidden state differences, DCD employs Contrastive Chain-of-thought Prompting and advanced distillation techniques, including Dropout and Quantization. This approach effectively addresses the limitations of Contrastive Decoding (CD), which typically requires both an expert and an amateur model, thus increasing computational resource demands. By integrating contrastive prompts with distillation, DCD obviates the need for an amateur model and reduces memory usage. Our evaluations demonstrate that DCD significantly enhances LLM performance across a range of reasoning benchmarks, surpassing both CD and existing methods in the GSM8K and StrategyQA datasets.

Code Implementations1 repo
Foundations

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

Your Notes