CLAILGApr 1

To Memorize or to Retrieve: Scaling Laws for RAG-Considerate Pretraining

arXiv:2604.0071591.41 citationsh-index: 8
Predicted impact top 25% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This provides practical guidance for allocating data resources in scalable language modeling systems, though it is incremental in extending scaling laws to retrieval-augmented generation.

The paper systematically studies the trade-off between pretraining corpus size and retrieval store size across model scales from 30M to 3B parameters, finding that retrieval consistently improves performance over parametric-only baselines and introducing a scaling framework to estimate optimal data allocations between pretraining and retrieval.

Retrieval-augmented generation (RAG) improves language model (LM) performance by providing relevant context at test time for knowledge-intensive situations. However, the relationship between parametric knowledge acquired during pretraining and non-parametric knowledge accessed via retrieval remains poorly understood, especially under fixed data budgets. In this work, we systematically study the trade-off between pretraining corpus size and retrieval store size across a wide range of model and data scales. We train OLMo-2-based LMs ranging from 30M to 3B parameters on up to 100B tokens of DCLM data, while varying both pretraining data scale (1-150x the number of parameters) and retrieval store size (1-20x), and evaluate performance across a diverse suite of benchmarks spanning reasoning, scientific QA, and open-domain QA. We find that retrieval consistently improves performance over parametric-only baselines across model scales and introduce a three-dimensional scaling framework that models performance as a function of model size, pretraining tokens, and retrieval corpus size. This scaling manifold enables us to estimate optimal allocations of a fixed data budget between pretraining and retrieval, revealing that the marginal utility of retrieval depends strongly on model scale, task type, and the degree of pretraining saturation. Our results provide a quantitative foundation for understanding when and how retrieval should complement pretraining, offering practical guidance for allocating data resources in the design of scalable language modeling systems.

Foundations

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

Your Notes