paper-with-me

홈 › Papers

Approximating Human-Like Few-shot Learning with GPT-based Compression

2023-08-14 · Cynthia Huang, Yuqing Xie, Zhiying Jiang, Jimmy Lin, Ming Li

In this work, we conceptualize the learning process as information compression. We seek to equip generative pre-trained models with human-like learning capabilities that enable data compression during inference. We present a novel approach that utilizes the Generative Pre-trained Transformer (GPT) to approximate Kolmogorov complexity, with the aim of estimating the optimal Information Distance for few-shot learning. We first propose using GPT as a prior for lossless text compression, achieving a noteworthy compression ratio. Experiment with LLAMA2-7B backbone achieves a compression ratio of 15.5 on enwik9. We justify the pre-training objective of GPT models by demonstrating its equivalence to the compression length, and, consequently, its ability to approximate the information distance for texts. Leveraging the approximated information distance, our method allows the direct application of GPT models in quantitative text similarity measurements. Experiment results show that our method overall achieves superior performance compared to embedding and prompt baselines on challenging NLP tasks, including semantic similarity, zero and one-shot text classification, and zero-shot text ranking.

📄 PDF Abstract BibTeX arXiv:2308.06942

Code (0)

등록된 구현이 없습니다.

Tasks

Data CompressionFew-Shot LearningSemantic SimilaritySemantic Textual Similaritytext-classificationText ClassificationText Compressiontext similarity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음

Similar Papers 제목 키워드 기반

On Information Geometry and Iterative Optimization in Model Compression: Operator Factorization

2025-07-12 · Zakhar Shumaylov, Vasileios Tsiaras, Yannis Stylianou arxiv

The ever-increasing parameter counts of deep learning models necessitate effective compression techniques for deployment on resource-constrained devices. This paper explores the application of information geometry, the s…

Model Compression

Approximating Continuous Convolutions for Deep Network Compression

2022-10-17 · Theo W. Costain, Victor Adrian Prisacariu

We present ApproxConv, a novel method for compressing the layers of a convolutional neural network. Reframing conventional discrete convolution as continuous convolution of parametrised functions over space, we use funct…

Compact Neural Networks based on the Multiscale Entanglement Renormalization Ansatz

2017-11-09 · ICLR 2018 1 · Andrew Hallam, Edward Grant, Vid Stojevic, Simone Severini 외

This paper demonstrates a method for tensorizing neural networks based upon an efficient way of approximating scale invariant quantum states, the Multi-scale Entanglement Renormalization Ansatz (MERA). We employ MERA as …

Graph Neural Networks for modelling breast biomechanical compression

2024-11-10 · Hadeel Awwad, Eloy García, Robert Martí

Breast compression simulation is essential for accurate image registration from 3D modalities to X-ray procedures like mammography. It accounts for tissue shape and position changes due to compression, ensuring precise a…

Computational EfficiencyImage RegistrationInductive Learning

VLIC: Vision-Language Models As Perceptual Judges for Human-Aligned Image Compression

2025-12-17 · Kyle Sargent, Ruiqi Gao, Philipp Henzler, Charles Herrmann 외 arxiv

Evaluations of image compression performance which include human preferences have generally found that naive distortion functions such as MSE are insufficiently aligned to human perception. In order to align compression …

Image CompressionVisual Reasoning