Source linked

New NCU Metric Shows Small Language Models Beat 72B Models in RAG Extraction

A new normalized context utilization metric reveals that for strict factual extraction, small language models match or outperform models up to 72B parameters, while a proprietary commercial API overrides external...

arxivnormalized context utilizationretrieval augmented generationsmall language modelslarge language modelsprior dominance

Nearly half of adversarial RAG conflicts saw a proprietary commercial API override explicit external evidence, according to a new study that introduces the Normalized Context Utilization (NCU) metric. The metric uses continuous token log-probabilities across zero-shot, oracle, and adversarial conditions to quantify how much a model actually uses retrieved context versus falling back on parametric memory.

Why Prior Dominance Corrupts RAG

Current RAG evaluations rely on discrete heuristics that suffer from "epistemic blindness" - they can't tell whether a model is genuinely extracting from the provided context or just reciting its training data. The authors call this failure to distinguish contextual extraction from parametric recall. NCU exposes this gap directly by measuring contextual information gain as a continuous value rather than a pass/fail check.

Small Models, Big Advantage

Evaluating architectures from 1.5B to 72B parameters, the researchers found that for strict factual extraction without Chain-of-Thought reasoning, scaling laws exhibit extreme diminishing returns. Small Language Models (SLMs) at the 1.5B scale matched or outperformed high-capacity models. Prior Dominance - the tendency to override external evidence with parametric priors - correlates strongly with model scale and proprietary alignment techniques.

The API's Confidence Collapse Pattern

The unnamed commercial API not only overrode explicit external evidence in nearly half of adversarial conflicts, it also suffered from systemic confidence collapse when its parametric priors were contradicted. The authors call this Negative Transfer: the model's output probability dropped sharply rather than gracefully integrating the new context. This behavior makes large proprietary models particularly brittle for strict extraction workflows where factual accuracy depends on context adherence.

The paper's key insight is structural: SLMs have an epistemic advantage in RAG because they lack the overconfident parametric priors that plague larger models. For production pipelines, engineers should instrument NCU as a diagnostic tool before scaling up model size. Prior dominance is not a bug to be tuned away - it's a property that gets worse with scale.


Source: Quantifying Prior Dominance in RAG Systems
Domain: arxiv.org

Read original source ->

External source stays available while the OJO article and comment thread stay local.

Comments load interactively on the live page.