When Less is More: The LLM Scaling Paradox in Context Compression
Ruishan Guo, Yibing Liu, Guoxin Ma, Yan Wang, Yueyang Zhang, Long Xia, Kecheng Chen, Zhiyuan Sun, Daiting Shi
TL;DR
The paper investigates a paradox in long-context context compression: increasing compressor size often lowers fidelity of verbatim reconstruction even as training loss improves. It introduces two diagnostic QA tasks to isolate knowledge overwriting and semantic drift, and analyzes memory embeddings to reveal mechanisms: growing semantic capacity (higher effective rank) promotes interference from priors, while increasing generative uncertainty (entropy) drives drift. Across 0.6B–90B models from the Qwen and LLaMA families and multiple compression rates, larger compressors show faster optimization but degrade downstream fidelity, challenging the universality of scaling laws for fidelity-critical tasks. The findings motivate rethinking compression-only objectives and advocate evaluation frameworks that explicitly measure factual faithfulness and structural preservation in open-ended generation.
Abstract
Scaling up model parameters has long been a prevalent training paradigm driven by the assumption that larger models yield superior generation capabilities. However, under lossy context compression in a compressor-decoder setup, we observe a Size-Fidelity Paradox: increasing the compressor size can lessen the faithfulness of reconstructed contexts though training loss decreases. Through extensive experiments across models from 0.6B to 90B, we coin this paradox arising from two dominant factors: 1) knowledge overwriting: larger models increasingly replace source facts with their own prior beliefs, e.g., ``the white strawberry'' $\to$ ``the red strawberry''; and 2) semantic drift: larger models tend to paraphrase or restructure content instead of reproducing it verbatim, e.g., ``Alice hit Bob'' $\to$ ``Bob hit Alice''. By holding model size fixed, we reflect on the emergent properties of compressed context representations. We show that the culprit is not parameter count itself, but the excessive semantic capacity and amplified generative uncertainty that accompany scaling. Specifically, the increased rank of context embeddings facilitates prior knowledge intrusion, whereas higher entropy over token prediction distributions promotes rewriting. Our results complement existing evaluations over context compression paradigm, underpinning a breakdown in scaling laws for faithful preservation in open-ended generation.
