Pith. sign in

REVIEW 2 cited by

ReALLM: A general framework for LLM compression and fine-tuning

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2405.13155 v1 pith:PQUDFZBH submitted 2024-05-21 cs.LG

classification cs.LG
keywords bitsreallmfine-tuningbudgetembeddingmatrixpre-trainedsmall
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

We introduce ReALLM, a novel approach for compression and memory-efficient adaptation of pre-trained language models that encompasses most of the post-training quantization and fine-tuning methods for a budget of <4 bits. Pre-trained matrices are decomposed into a high-precision low-rank component and a vector-quantized latent representation (using an autoencoder). During the fine-tuning step, only the low-rank components are updated. Our results show that pre-trained matrices exhibit different patterns. ReALLM adapts the shape of the encoder (small/large embedding, high/low bit VQ, etc.) to each matrix. ReALLM proposes to represent each matrix with a small embedding on $b$ bits and a neural decoder model $\mathcal{D}_\phi$ with its weights on $b_\phi$ bits. The decompression of a matrix requires only one embedding and a single forward pass with the decoder. Our weight-only quantization algorithm yields the best results on language generation tasks (C4 and WikiText-2) for a budget of $3$ bits without any training. With a budget of $2$ bits, ReALLM achieves state-of-the art performance after fine-tuning on a small calibration dataset.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Neural Weight Compression for Language Models

    cs.LG 2025-10 conditional novelty 6.0 of 10

    A single learned neural codec, trained once on real LLM weights, compresses Llama-scale models to 4-6 bits per weight with near-FP16 accuracy, beating hand-crafted quantization at those bitrates.

  2. RILQ: Rank-Insensitive LoRA-based Quantization Error Compensation for Boosting 2-bit Large Language Model Accuracy

    cs.LG 2024-12 conditional novelty 6.0 of 10

    RILQ improves 2-bit LLM accuracy by optimizing a model-wise discrepancy loss at the final layer, making LoRA error compensation rank-insensitive.

Pith tools