CLAIMar 11, 2024

MEND: Meta dEmonstratioN Distillation for Efficient and Effective In-Context Learning

arXiv:2403.06914v215 citationsh-index: 12ICLR
Originality Incremental advance
AI Analysis

This addresses the problem of high computational overhead for researchers and practitioners using large language models, offering an incremental improvement in efficiency without sacrificing performance.

The paper tackles the computational inefficiency of in-context learning in large language models by proposing MEND, a method that distills lengthy demonstrations into compact vectors without task-specific retraining, achieving performance that matches or exceeds vanilla ICL and other distillation models while significantly reducing computational demands.

Large Language models (LLMs) have demonstrated impressive in-context learning (ICL) capabilities, where a LLM makes predictions for a given test input together with a few input-output pairs (demonstrations). Nevertheless, the inclusion of demonstrations leads to a quadratic increase in the computational overhead of the self-attention mechanism. Existing solutions attempt to distill lengthy demonstrations into compact vectors. However, they often require task-specific retraining or compromise LLM's in-context learning performance. To mitigate these challenges, we present Meta dEmonstratioN Distillation (MEND), where a language model learns to distill any lengthy demonstrations into vectors without retraining for a new downstream task. We exploit the knowledge distillation to enhance alignment between MEND and LLM, achieving both efficiency and effectiveness simultaneously. MEND is endowed with the meta-knowledge of distilling demonstrations through a two-stage training process, which includes meta-distillation pretraining and fine-tuning. Comprehensive evaluations across seven diverse ICL task partitions using decoder-only (GPT-2) and encoder-decoder (T5) attest to MEND's prowess. It not only matches but often outperforms the Vanilla ICL as well as other state-of-the-art distillation models, while significantly reducing the computational demands. This innovation promises enhanced scalability and efficiency for the practical deployment of large language models

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