Search papers, labs, and topics across Lattice.
This study introduces Cavewoman, a two-channel evaluation protocol that assesses the impact of linguistic input and output compression on large language models (LLMs). The findings reveal that while output compression can significantly reduce inference costs (1.4-2.4x), input compression consistently increases costs and decreases accuracy, demonstrating a detrimental effect on model performance. Notably, even when generations appear correct, they often diverge from the model's unconstrained baseline, highlighting the complexities of compression strategies in LLMs.
Output compression can slash inference costs by up to 3x, but input compression leads to higher costs and accuracy collapse鈥攁n unexpected trade-off for LLMs.
"Talk short. Drop grammar. Save token." This caveman style is widely promoted as a way to cut inference cost, but whether it actually saves anything depends on which channel (the user's prompt or the model's response) is being compressed. We present Cavewoman, a two-channel evaluation protocol that scores every generation on task accuracy, realized per-item cost, and reference-text agreement against the model's unconstrained reference. We evaluate eight models on five datasets at five reduction levels, with both channels measured on the same items. Output compression cuts realized cost on most API models (1.4-2.4x per model, up to 3x in the best case) and on all four open-weight models under public-tier pricing. Input compression has the opposite effect, a strict lose-lose: it raises net cost rather than lowering it (~1.15x on the five-benchmark mean, up to 1.8x on the worst dataset and 2.7x under stronger compression), because models compensate with longer responses even as accuracy collapses. Under the same setting, surface text diverges from the unconstrained reference: on the non-reasoning models, roughly half of all generations are correct yet their surface text no longer entails the model's own unconstrained baseline generation. The divergence survives length-controlled re-scoring, multiple-comparisons correction, and replication under complementary semantic measures. Code and data are available at https://github.com/danielle34/cavewoman.