2023

Compressing LLMs: The Truth is Rarely Pure and Never Simple

Jaiswal, Ajay, Gan, Zhe, Du, Xianzhi et al.

Understand

Despite their remarkable achievements, modern Large Language Models (LLMs) face exorbitant computational and memory footprints.

  • Recently, several works have shown significant success in training-free and data-free compression (pruning and quantization) of LLMs that achieve 50 - 60% sparsity and reduce the bit width to 3 or 4 bits per weight, with negligible degradation of perplexity over the uncompressed baseline.
  • As recent research efforts are focused on developing increasingly sophisticated compression methods, our work takes a step back and re-evaluates the effectiveness of existing SoTA compression methods, which rely on a fairly simple and widely questioned metric, perplexity (even for dense LLMs).
  • We introduce Knowledge-Intensive Compressed LLM BenchmarK (LLM-KICK), a collection of carefully curated tasks to redefine the evaluation protocol for compressed LLMs, which have significant alignment with their dense counterparts and perplexity fail to capture subtle change in their true capabilities.

Reading the bibliography…