AICLJan 12

Lost in the Noise: How Reasoning Models Fail with Contextual Distractors

arXiv:2601.07226v15 citationsh-index: 6
Originality Highly original
AI Analysis

This addresses a critical robustness issue for AI systems relying on external information, with broad implications for RAG, reasoning, alignment, and tool-use applications.

The paper tackles the problem of reasoning models failing when exposed to noisy contextual information, revealing catastrophic performance drops of up to 80% in state-of-the-art models and showing that existing mitigation techniques are ineffective, while their proposed Rationale-Aware Reward (RARE) significantly improves resilience.

Recent advances in reasoning models and agentic AI systems have led to an increased reliance on diverse external information. However, this shift introduces input contexts that are inherently noisy, a reality that current sanitized benchmarks fail to capture. We introduce NoisyBench, a comprehensive benchmark that systematically evaluates model robustness across 11 datasets in RAG, reasoning, alignment, and tool-use tasks against diverse noise types, including random documents, irrelevant chat histories, and hard negative distractors. Our evaluation reveals a catastrophic performance drop of up to 80% in state-of-the-art models when faced with contextual distractors. Crucially, we find that agentic workflows often amplify these errors by over-trusting noisy tool outputs, and distractors can trigger emergent misalignment even without adversarial intent. We find that prompting, context engineering, SFT, and outcome-reward only RL fail to ensure robustness; in contrast, our proposed Rationale-Aware Reward (RARE) significantly strengthens resilience by incentivizing the identification of helpful information within noise. Finally, we uncover an inverse scaling trend where increased test-time computation leads to worse performance in noisy settings and demonstrate via attention visualization that models disproportionately focus on distractor tokens, providing vital insights for building the next generation of robust, reasoning-capable agents.

Foundations

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

Your Notes