paper-with-me

홈 › Papers

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

2026-01-12 · Seongyun Lee, Yongrae Jo, Minju Seo, Moontae Lee, Minjoon Seo arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.07226

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Fine-Tuning: In-Context Learning and Chain-of-Thought for Reasoned Distractor Generation

2026-04-19 · Elaf Alhazmi, Quan Z. Sheng, Wei Emma Zhang arxiv

Distractor generation (DG) remains a labor-intensive task that still significantly depends on domain experts. The task focuses on generating plausible yet incorrect options, known as distractors, for multiple-choice ques…

Distractor GenerationContrastive LearningSemantic Retrieval

"Lost-in-the-Later": Framework for Quantifying Contextual Grounding in Large Language Models

2025-07-07 · Yufei Tao, Adam Hiatt, Rahul Seetharaman, Ameeta Agrawal arxiv

Large language models are capable of leveraging both contextual and parametric knowledge but how they prioritize and integrate these sources remains underexplored. We introduce CoPE, a novel evaluation framework that sys…

Question Answering

RECKONING: Reasoning through Dynamic Knowledge Encoding

2023-05-10 · NeurIPS 2023 11 · Zeming Chen, Gail Weiss, Eric Mitchell, Asli Celikyilmaz 외

Recent studies on transformer-based language models show that they can answer questions by reasoning over knowledge provided as part of the context (i.e., in-context reasoning). However, since the available knowledge is …

Towards Robust Toxic Content Classification

2019-12-14 · Keita Kurita, Anna Belova, Antonios Anastasopoulos

Toxic content detection aims to identify content that can offend or harm its recipients. Automated classifiers of toxic content need to be robust against adversaries who deliberately try to bypass filters. We propose a m…

ClassificationDenoisingGeneral Classification

RAGShaper: Eliciting Sophisticated Agentic RAG Skills via Automated Data Synthesis

2026-01-13 · Zhengwei Tao, Bo Li, Jialong Wu, Guochen Yan 외 arxiv

Agentic Retrieval-Augmented Generation (RAG) empowers large language models to autonomously plan and retrieve information for complex problem-solving. However, the development of robust agents is hindered by the scarcity…