LLMs are very good at lossless compression via arithmetic coding. But I didn't know that it was possible to go the reverse direction (do language modeling via a compressor). It's not super great quality, but I'm surprised it worked! Other compression algorithms (like PPMd) use variable n-grams under the hood, and should be much better (although less interesting due to already containing basic language models internally).
chinallm_ai 1 days ago [-]
This reminds me of the classic "compression = intelligence" argument. If gzip works as a language model at all, it suggests we should be paying more attention to compression ratio as a proxy for understanding, not just benchmark scores. Tangentially — the fact that we're even asking this question in 2026, when LLMs are solving PhD-level problems, says something about how poorly we understand what's happening inside these models.
I liked the comments explaining why this worked.