CLMLApr 9

Cram Less to Fit More: Training Data Pruning Improves Memorization of Facts

arXiv:2604.0851995.4
Predicted impact top 11% in CL · last 90 daysOriginality Highly original
AI Analysis

This addresses the issue of hallucinations and poor performance in knowledge-intensive tasks for LLM users, offering a practical improvement through data pruning.

The paper tackles the problem of large language models struggling to memorize factual knowledge by showing that suboptimal fact accuracy occurs when training data exceeds model capacity, especially with skewed distributions, and proposes data selection methods that boost a GPT2-Small model to memorize 1.3X more entity facts, matching a 10X larger model's performance.

Large language models (LLMs) can struggle to memorize factual knowledge in their parameters, often leading to hallucinations and poor performance on knowledge-intensive tasks. In this paper, we formalize fact memorization from an information-theoretic perspective and study how training data distributions affect fact accuracy. We show that fact accuracy is suboptimal (below the capacity limit) whenever the amount of information contained in the training data facts exceeds model capacity. This is further exacerbated when the fact frequency distribution is skewed (e.g. a power law). We propose data selection schemes based on the training loss alone that aim to limit the number of facts in the training data and flatten their frequency distribution. On semi-synthetic datasets containing high-entropy facts, our selection method effectively boosts fact accuracy to the capacity limit. When pretraining language models from scratch on an annotated Wikipedia corpus, our selection method enables a GPT2-Small model (110m parameters) to memorize 1.3X more entity facts compared to standard training, matching the performance of a 10X larger model (1.3B parameters) pretrained on the full dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes