CAVEWOMAN: How Large Language Models Behave Under Linguistic Input and Output Compression
- company Hugging Face
- lab arXiv
- lab arXivLabs
- location cs
- location cs.CL
- model Cavewoman
- model alphaXiv
A new evaluation protocol called Cavewoman finds that compressing the output of large language models can cut per-item costs by up to 3x, but compressing the input backfires, raising net cost even as accuracy drops, according to a preprint posted to arXiv on June 23 [1][2]. The protocol, described by researchers in a paper submitted to arXiv, scores model generations on task accuracy, realized per-item cost, and agreement with the model's own unconstrained reference text [1][2]. Eight models were tested across five datasets at five reduction levels, with both input and output channels measured on the same items [2]. Output compression reduced realized cost on most API models by 1.4 to 2.4 times per model, and by up to 3x in the best case [1][2]. All four open-weight models also saw cost reductions under public-tier pricing [2]. Input compression produced the opposite result. Across the five benchmarks, net cost rose by roughly 1.15x on average, climbing to 1.8x on the worst dataset and 2.7x under stronger compression [1][2]. The increase occurred because models generated longer responses to compensate, even as their accuracy collapsed [1][2]. The paper describes input compression as "a strict lose-lose" [2]. Surface-level text also diverged from the unconstrained baseline under input compression. On non-reasoning models, roughly half of all generations were factually correct, yet their surface wording no longer entailed the model's own unconstrained reference generation [1][2]. The divergence held after length-controlled re-scoring, multiple-comparisons correction, and replication under complementary semantic measures [2]. The findings arrive as the broader research community continues to refine evaluation frameworks for generative models. A separate scoping review of quantum circuit generation systems, for instance, found that none of the thirteen systems examined reported end-to-end evaluation on quantum hardware, leaving a gap between generated artifacts and practical deployment [3]. Platforms such as Hugging Face have also built infrastructure to link papers with models, datasets, and interactive demos, including an integration that embeds Spaces directly on arXiv abstract pages [4][5]. Code and data for the Cavewoman protocol are available on GitHub [1][2].
product-launchresearch-papermodel-releasebenchmarkinfrastructuretool-release
Background sources we checked (8)
- arxiv.org ↗ "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 evalu…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…