LGAIMar 4

Residual Stream Analysis of Overfitting And Structural Disruptions

arXiv:2603.133181 citationsh-index: 8
AI Analysis

This addresses a critical safety issue for AI developers by mitigating overfitting in LLMs, though it is incremental as it builds on existing fine-tuning methods.

The paper tackled the problem of false refusals in large language models caused by fine-tuning on repetitive safety datasets, and found that using a Variance Concentration Loss regularizer reduced false refusals by over 35 percentage points while maintaining or improving performance on benchmarks like MMLU and GSM8K.

Ensuring that large language models (LLMs) remain both helpful and harmless poses a significant challenge: fine-tuning on repetitive safety datasets, where unsafe prompts are paired with standard refusal templates, often leads to false refusals, in which benign queries are declined. We first quantify this effect, showing that safety data exhibits substantially lower token entropy and 2-gram diversity (0.048) compared to general instruction data. To uncover the root cause, we introduce FlowLens, a stable PCA-based tool for residual-stream geometry analysis, and reveal that higher proportions of safety examples concentrate variance along a few components, reducing representational smoothness and driving false refusals (false refusal rate rises from 63 percent to 84 percent as safety data increases from 0 percent to 40 percent). Guided by these insights, we propose Variance Concentration Loss (VCL), an auxiliary regularizer that penalizes excessive variance concentration in mid-layer residuals. Empirical results demonstrate that VCL reduces false refusals by over 35 percentage points while maintaining or improving performance on general benchmarks such as MMLU and GSM8K.

Foundations

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

Your Notes