Skip to content
AI.info

Research

Are Reasoning LLMs Robust to Interventions on Their Chain-of-Thought?

Overview Research area: Robustness, self-correction, and test-time compute of reasoning large language models (RLLMs) that produce chain-of-thought (CoT) traces. Technical level: Intermediate. Readers

arXiv
2602.07470
Published
2026-02-07
Authors
Alexander von Recum, Leander Girrbach, Zeynep Akata

AI summary

Overview

  • Research area: Robustness, self-correction, and test-time compute of reasoning large language models (RLLMs) that produce chain-of-thought (CoT) traces.
  • Technical level: Intermediate. Readers should know what a chain of thought and test-time scaling are, but the paper's framing and metrics are explained largely in plain terms.
  • Scope: The paper introduces a controlled benchmark that perturbs a model's own chain of thought at fixed timesteps with seven benign, neutral, and adversarial interventions across Math, Science, and Logic tasks, measuring both answer recovery and the token cost of that recovery.

What This Paper Is About

Reasoning LLMs "think" step by step before answering, but it is unclear how stable that thinking is when something disrupts the middle of the trace — as happens with noisy tool outputs or adversarial injections. Earlier work tested self-correction using externally supplied faulty rationales or misleading CoT prefixes rather than the model's own reasoning. This paper asks how well models recover when their own CoT is modified at controlled points, and at what computational price.

Key Contributions

  1. A controlled intervention benchmark for robustness during reasoning. The authors build a framework that modifies a model's own chain of thought at fixed timesteps and then lets the same model resume its own chain, so recovery is measured faithfully rather than through external prompts.
  2. Seven interventions spanning three categories. Benign (continuation by another model, paraphrasing reasoning), neutral (random character insertion, Wikipedia text insertion), and adversarial (incorrect reasoning continuation, hallucinated fact, unrelated CoT) interventions are evaluated across multiple open-weight RLLMs and three domains: Math, Science, and Logic.
  3. Identification of local "doubt" expressions as a recovery mechanism. The analysis isolates short doubt markers (e.g., "wait", "let me check") as central to self-correction, and shows that style rewriting suppresses them.
  4. Quantification of the compute cost of recovery. The paper measures percentage change in CoT length after each intervention, showing strong inflation under neutral and adversarial noise and shortening under paraphrasing.

Main Findings

  • RLLMs largely recover from all intervention types. Across nine models and seven interventions, majority robustness (at least 5 of 8 samples correct) is near ceiling in most cases, and recovery holds whether the intervention is benign, neutral, or adversarial. The paper reports 1.52 million reasoning chains for Math alone, with 2.923 million reasoning chains in total across the three domains.
  • Robustness improves with model size and degrades with earlier interventions. Interventions applied at earlier timesteps have a greater impact on final-answer correctness, and the smallest model in the study, DeepSeek-R1-Distill-Qwen-1.5B, shows the weakest recovery, while other models perform similarly.
  • Paraphrasing is the exception. "Rewrite Trace" yields generally lower robustness than any other intervention. Applied early (t = 0.1), paraphrasing shortens CoT length by 59–61% for four out of five models, and produces the most consistent drop in final correctness across all interventions.
  • Doubt spikes after interventions and returns to baseline quickly. Baseline doubtfulness in unperturbed reasoning is 0.153. After interventions, doubt reliably spikes, with benign interventions causing the smallest increase and neutral and adversarial ones triggering strong self-questioning. Doubt returns to baseline within about five sentences, indicating interventions are handled locally.
  • Doubt is higher in traces that end up correct, but is not sufficient on its own. The classifier used to measure doubt achieved a Cohen's Kappa of 0.8742 against a majority of 4 human annotators, validated on 200 doubtful and 200 non-doubtful sentences.
  • Paraphrasing suppresses doubt below baseline. Pre-intervention paraphrased traces score 0.068 and post-intervention traces 0.076, both below the 0.153 baseline, producing a more assertive but less cautious style and lower accuracy. The authors conclude RLLMs are not style-invariant.
  • Neutral perturbations inflate reasoning cost. Adding random text and inserting random characters cause the largest overheads, often exceeding +50% across models, and the abstract notes neutral and adversarial noise can inflate CoT length by more than 200%, with the introduction citing up to 250% in some settings. In Table 5, the overhead for R1-Distill-Qwen-1.5B under "Add Text" reaches 665.1573%.
  • Paraphrasing shortens traces but harms accuracy. Paraphrasing tends to shorten traces markedly, about -60% for most models, which the authors link to reduced doubt and prematurely terminated reasoning.
  • Overhead depends on intervention type but not strongly on timestep. Averaged over timesteps, neutral "Add Text" ranges from 217.6404% to 238.6753%, while the benign rewrite ranges from 51.0047% (t = 0.1) down to 15.0093% (t = 0.7).
  • Forcing "Wait" helps some models and interventions. Appending "Wait" immediately after an intervention improved majority robustness by single-digit percentages for many interventions on the Logic dataset (91,280 traces per model). The largest gain reported is 20.51 percentage points for the adversarial "Unrelated" intervention at t = 0.1, declining to 6.68 at t = 0.9; EXAONE-Deep-32B shows a 10.91 point gain at t = 0.1, while QwQ-32B shows near-zero changes.
  • Model capability dominates recovery after trace swapping. At t = 0.3, swapping in QwQ-32B yields near-perfect recovery (~98%) regardless of which model produced the original trace, while swapping in the weaker R1-Distill-Qwen-1.5B degrades performance to ~67%. Continuing a strong model's trace with a weak model yields only modest improvements of 2%.
  • Robustness degrades gracefully under repeated perturbations. With up to 5 consecutive "Wrong Continuation" interventions on Logic at t = 0.3, EXAONE-Deep-32B and QwQ-32B stay at 99.1% after five interventions, while R1-Distill-Qwen-1.5B drops from 63.4% to 45.6%.
  • RLLMs outperform non-reasoning baselines at locating errors. On BIG-Bench Mistake, o3 reaches 88.7 (Dyck), 82.7 (Logical Deduction), 91.0 (Multistep Arithmetic), 92.0 (Tracking Shuffled Objects), and 64.3 (Word Sorting), and gpt-oss-120b reaches 73.5, 78.3, 90.7, 92.0, and 50.7, compared with GPT-4 at 17.1, 40.7, 44.0, 62.3, and 35.0.
  • Science and Logic mirror the Math patterns. The paper reports 231 Science problems and 326 Logic problems, with robustness remaining high, neutral insertions imposing the largest degradation, and QwQ-32B, Phi-4-reasoning-plus, and the larger Distill-Qwen variants staying close to ceiling.

Methodology in Plain English

The authors first check whether reasoning models can even spot errors, using BIG-Bench Mistake, which asks a model to identify the first incorrect step in a faulty reasoning chain. Reasoning models do this much better than non-reasoning models such as GPT-4, which motivates asking whether they can also recover from errors introduced while they are thinking.

To test recovery, they collect prompts from three domains. For Math, they take the olympiads subset of NuminaMath (150,581 competition problems), filter to 2,360 problems with numerically parsable answers, and keep only those that DeepSeek-R1 671B solved correctly, using traces from GeneralThoughts. They then generate answers with every evaluated model and keep 600 problems that all models answered correctly, so any observed failure comes from the intervention rather than the problem. Because the 20 most common answers account for 52.78% of responses, they downsample to at most 20 problems per unique answer to prevent success by guessing frequent answers, discard traces missing a closing </think> tag, and remove the top 2% longest traces. For Science they use SciBench and JEEBench, keeping only problems all models solved, giving 231 problems. For Logic they use challenging BigBench-Hard subsets (Causal Judgement, Dyck Languages, Logical Deduction with 7 Objects, Tracking 7 Shuffled Objects, Formal Fallacies), giving 326 problems.

Each chain of thought is split into steps at double newlines. A timestep is defined as the fraction of cumulative character length up to a given step; target timesteps are 0.1, 0.3, 0.5, 0.7, and 0.9, each aligned to the nearest actual step. At the chosen timestep the trace is modified and everything after it removed; for all interventions except paraphrasing, only the final step is altered. The model then resumes from that point — always its own chain, never another model's. This yields 7 × 5 = 35 variants per chain, and with 8 sampled completions per chain, 168,000 completions per model and 1.52 million chains for Math with 9 models; Science and Logic produce 582,120 and 821,520 intervened reasoning chains, for 2.923 million in total.

Robustness is scored at three strictness levels with N = 8 samples and K correct completions: at-least-once-robust (K ≥ 1), majority-robust (K ≥ ⌊N/2⌋ + 1), and all-robust (K = N), with majority robustness as the headline metric. LLM-based interventions are generated with Qwen-2.5-32B-Instruct; unrelated CoT openings are drawn from a list of 100 candidate topics; and semantic preservation of paraphrasing is validated by manually comparing 100 paraphrased CoTs against their originals. Doubt is measured by having an LLM classify whether each of the 20 sentences following an intervention expresses doubt about preceding reasoning.

Why This Matters

The paper reframes reasoning robustness as an internal, measurable property rather than a prompting artifact. By intervening on the model's own trace, it provides evidence about when models self-correct during thinking, what mechanism they rely on (local doubt expressions), and what that recovery costs in tokens — three things that matter for both research and deployment.

Real-world applications:

  • Tool-augmented agents. In pipelines where search results, calculators, or database outputs are injected mid-reasoning, the paper quantifies how much irrelevant or wrong content inflates reasoning length and how well models filter it.
  • Cost and latency planning. The reported CoT-length inflation (often exceeding +50%, more than 200% in the abstract's summary, up to 250% in the introduction) directly informs serving budgets for long-form reasoning.
  • Robustness evaluation and safety. The framework gives a reproducible way to stress-test a reasoning model before deployment in high-stakes settings, where the authors explicitly motivate safe deployment.
  • Training-data and reward design. The "Wait" ablation suggests concrete targets — forcing or rewarding doubt tokens after interventions — that could be added to SFT or RL pipelines.

Industry relevance: the findings matter to anyone serving reasoning models at scale, since recovery robustness and token overhead determine both reliability and inference cost; they also indicate that stylistic normalization of reasoning traces (such as rewriting or paraphrasing chains) can silently degrade accuracy, which is relevant to teams that post-process or compress CoT data.

Future Directions

  1. Improve recovery speed. The authors state future work should focus on improving recovery speed, since neutral insertions impose the largest overhead across all timesteps.
  2. Improve stylistic stability. Models are not invariant to style, so training methods that preserve accuracy under paraphrase and rewriting remain open.
  3. Train for appropriate doubt. The ablation showing that appending "Wait" improves recovery by single-digit percentages suggests augmenting reasoning traces with recovery examples via SFT, or rewarding more diverse reasoning styles with RL.
  4. Control token cost in noisy pipelines. The authors point to developing recovery strategies that control token cost in noisy tool-use pipelines as an actionable training target.

Target Audience

Researchers and engineers working on reasoning LLMs, self-correction, and test-time compute will benefit most, particularly those building tool-using agents where external content is injected mid-reasoning. It is also relevant to evaluation and safety teams looking for a controlled protocol to stress-test reasoning robustness, and to teams designing SFT or RL training data who want concrete targets such as preserving doubt expressions and style robustness. The paper's intermediate level makes it accessible to graduate students and practitioners familiar with chain-of-thought methods, while the large-scale sampling design will interest those focused on benchmarking rigor.

Authors’ abstract

Reasoning LLMs (RLLMs) generate step-by-step chains of thought (CoTs) before giving an answer, which improves performance on complex tasks and makes reasoning more transparent. But how robust are these reasoning traces to disruptions that occur within them? To address this question, we introduce a controlled evaluation framework that perturbs a model's own CoT at fixed timesteps. We design seven interventions (benign, neutral, and adversarial) and apply them to multiple open-weight RLLMs across Math, Science, and Logic tasks. Our results show that RLLMs are generally robust, reliably recovering from diverse perturbations, with robustness improving with model size and degrading when interventions occur early. However, robustness is not style-invariant: paraphrasing suppresses doubt-like expressions and reduces performance, while other interventions trigger doubt and support recovery. Recovery also carries a cost: neutral and adversarial noise can inflate CoT length by more than 200%, whereas paraphrasing shortens traces but harms accuracy. These findings provide new evidence on how RLLMs maintain reasoning integrity, identify doubt as a central recovery mechanism, and highlight trade-offs between robustness and efficiency that future training methods should address.

Read the original paper