paper-with-me

Papers

Understanding LLM Behaviors via Compression: Data Generation, Knowledge Acquisition and Scaling Laws

2025-04-13 · Zhixuan Pan, Shaowen Wang, Jian Li

Large Language Models (LLMs) have demonstrated remarkable capabilities across numerous tasks, yet principled explanations for their underlying mechanisms and several phenomena, such as scaling laws, hallucinations, and related behaviors, remain elusive. In this work, we revisit the classical relationship between compression and prediction, grounded in Kolmogorov complexity and Shannon information theory, to provide deeper insights into LLM behaviors. By leveraging the Kolmogorov Structure Function and interpreting LLM compression as a two-part coding process, we offer a detailed view of how LLMs acquire and store information across increasing model and data scales -- from pervasive syntactic patterns to progressively rarer knowledge elements. Motivated by this theoretical perspective and natural assumptions inspired by Heap's and Zipf's laws, we introduce a simplified yet representative hierarchical data-generation framework called the Syntax-Knowledge model. Under the Bayesian setting, we show that prediction and compression within this model naturally lead to diverse learning and scaling behaviors of LLMs. In particular, our theoretical analysis offers intuitive and principled explanations for both data and model scaling laws, the dynamics of knowledge acquisition during training and fine-tuning, factual knowledge hallucinations in LLMs. The experimental results validate our theoretical predictions.

📄 PDF Abstract BibTeX arXiv:2504.09597

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sentinel: Attention Probing of Proxy Models for LLM Context Compression with an Understanding Perspective

2025-05-29 · Yong Zhang, Yanwen Huang, Ning Cheng, Yang Guo 외

Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external context, but retrieved passages are often lengthy, noisy, or exceed input limits. Existing compression methods typically require su…

DecoderRAGRetrieval-augmented GenerationSentence

LadaBERT: Lightweight Adaptation of BERT through Hybrid Model Compression

2020-04-08 · COLING 2020 8 · Yihuan Mao, Yujing Wang, Chufan Wu, Chen Zhang 외

BERT is a cutting-edge language representation model pre-trained by a large corpus, which achieves superior performances on various natural language understanding tasks. However, a major blocking issue of applying BERT t…

BlockingKnowledge DistillationModel CompressionNatural Language Understanding

Heterogeneous User Modeling for LLM-based Recommendation

2025-07-07 · Honghui Bao, Wenjie Wang, Xinyu Lin, Fengbin Zhu 외

Leveraging Large Language Models (LLMs) for recommendation has demonstrated notable success in various domains, showcasing their potential for open-domain recommendation. A key challenge to advancing open-domain recommen…

Can LLMs Maintain Fundamental Abilities under KV Cache Compression?

2025-02-04 · Xiang Liu, Zhenheng Tang, Hong Chen, Peijie Dong 외

This paper investigates an underexplored challenge in large language models (LLMs): the impact of KV cache compression methods on LLMs' fundamental capabilities. Although existing methods achieve impressive compression r…

Arithmetic ReasoningCode GenerationLong-Context UnderstandingSensitivity+1

DecompressionLM: Deterministic, Diagnostic, and Zero-Shot Concept Graph Extraction from Language Models

2026-01-30 · Zhaochen Hong, Jiaxuan You arxiv

Existing knowledge probing methods rely on pre-defined queries, limiting extraction to known concepts. We introduce DecompressionLM, a stateless framework for zero-shot concept graph extraction that discovers what langua…