paper-with-me

홈 › Papers

Language Modeling Is Compression

2023-09-19 · Grégoire Delétang, Anian Ruoss, Paul-Ambroise Duquenne, Elliot Catt, Tim Genewein, Christopher Mattern, Jordi Grau-Moya, Li Kevin Wenliang, Matthew Aitchison, Laurent Orseau, Marcus Hutter, Joel Veness

It has long been established that predictive models can be transformed into lossless compressors and vice versa. Incidentally, in recent years, the machine learning community has focused on training increasingly large and powerful self-supervised (language) models. Since these large language models exhibit impressive predictive capabilities, they are well-positioned to be strong compressors. In this work, we advocate for viewing the prediction problem through the lens of compression and evaluate the compression capabilities of large (foundation) models. We show that large language models are powerful general-purpose predictors and that the compression viewpoint provides novel insights into scaling laws, tokenization, and in-context learning. For example, Chinchilla 70B, while trained primarily on text, compresses ImageNet patches to 43.4% and LibriSpeech samples to 16.4% of their raw size, beating domain-specific compressors like PNG (58.5%) or FLAC (30.3%), respectively. Finally, we show that the prediction-compression equivalence allows us to use any compressor (like gzip) to build a conditional generative model.

📄 PDF Abstract BibTeX arXiv:2309.10668

Code (1)

google-deepmind/language_modeling_is_compression 공식 구현 jax

Tasks

In-Context LearningLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Chinchilla 설명 없음

Similar Papers 제목 키워드 기반

Lossless Data Compression with Transformer

2019-09-25 · Gautier Izacard, Armand Joulin, Edouard Grave

Transformers have replaced long-short term memory and other recurrent neural networks variants in sequence modeling. It achieves state-of-the-art performance on a wide range of tasks related to natural language processin…

Data CompressionLanguage ModelingLanguage ModellingMachine Translation+2

CCF: A Context Compression Framework for Efficient Long-Sequence Language Modeling

2025-09-11 · Wenhao Li, Bangcheng Sun, Weihao Ye, Tianyi Zhang 외 arxiv

Scaling language models to longer contexts is essential for capturing rich dependencies across extended discourse. However, naïve context extension imposes significant computational and memory burdens, often resulting in…

Neural Networks Compression for Language Modeling

2017-08-20 · Artem M. Grachev, Dmitry I. Ignatov, Andrey V. Savchenko

In this paper, we consider several compression techniques for the language modeling problem based on recurrent neural networks (RNNs). It is known that conventional RNNs, e.g, LSTM-based networks in language modeling, ar…

Language ModelingLanguage ModellingQuantization

Compression of Recurrent Neural Networks for Efficient Language Modeling

2019-02-06 · Artem M. Grachev, Dmitry I. Ignatov, Andrey V. Savchenko

Recurrent neural networks have proved to be an effective method for statistical language modeling. However, in practice their memory and run-time complexity are usually too large to be implemented in real-time offline mo…

Language ModelingLanguage ModellingQuantization

Proxy Compression for Language Modeling

2026-02-04 · Lin Zheng, Xinyu Li, Qian Liu, Xiachong Feng 외 arxiv

Modern language models are trained almost exclusively on token sequences produced by a fixed tokenizer, an external lossless compressor often over UTF-8 byte sequences, thereby coupling the model to that compressor. This…