Conference Paper
Machine Learning

Stress Testing Large Reasoning Models

Zhuoshi Pan, Qizhi Pei, Yu Li, Qiyao Sun, Zinan Tang, H. V. Zhao, Conghui He, Lijun Wu
July 14, 2025Annual Meeting of the Association for Computational Linguistics15 citations

15

Citations

1

Influential Citations

Annual Meeting of the Association for Computational Linguistics

Venue

2025

Year

Abstract

Recent Large Reasoning Models (LRMs) have achieved remarkable progress on task-specific benchmarks, yet their evaluation methods remain constrained by isolated problem-solving paradigms. Existing benchmarks predominantly assess single-question reasoning through sequential testing, resulting critical limitations: (1) vulnerability to data contamination and less challenging (e.g., DeepSeek-R1 achieves 97.0% on MATH500), forcing costly creation of new questions with large human efforts, (2) failure to evaluate models under multi-context pressure, a key requirement for real-world deployment. To bridge this gap, we present REST (Reasoning Evaluation through Simultaneous Testing), a stress-testing framework that exposes LRMs to multiple problems simultaneously. Beyond basic reasoning, REST evaluates several under-tested capabilities: contextual priority allocation, cross-problem interference resistance, and dynamic cognitive load management. Our evaluation reveals several striking findings: Even state-of-the-art (SOTA) models like DeepSeek-R1 exhibit substantial performance degradation under stress testing. Crucially, REST demonstrates stronger discriminative power than existing benchmarks, revealing pronounced performance differences among models that exhibit similar, near-ceiling performance under single-question evaluations. Some key insights emerge from our analysis: (1) the"overthinking trap"is a critical factor contributing to the performance degradation; (2) the models trained with"long2short"technique preserve more accuracy of their single-problem performance under REST, outperforming standard-trained counterparts. These results establish REST as a cost-efficient, future-proof evaluation paradigm that better reflects real-world reasoning demands while reducing reliance on continuous human annotation. Code and results are available at https://opendatalab.github.io/REST.

Analysis

Why This Paper Matters

Current evaluation of Large Reasoning Models (LRMs) relies heavily on single-question benchmarks like MATH500, which suffer from data contamination and ceiling effects (e.g., DeepSeek-R1 achieves 97.0%). This paper argues that such paradigms fail to capture the multi-context pressure typical of real-world deployment, where models must juggle multiple problems, prioritize context, and resist interference. By introducing REST, the authors address a critical gap: the need for stress testing that mimics realistic cognitive demands.

The significance lies in its potential to reshape how we benchmark reasoning models. REST not only exposes performance degradation in SOTA models but also provides stronger discriminative power, distinguishing models that appear equivalent under traditional benchmarks. This is crucial for guiding model development and selection, as it reveals hidden weaknesses that single-question tests miss.

Technical Contributions

  • REST Framework: Simultaneously presents multiple problems to LRMs, moving beyond sequential single-question testing.
  • New Evaluation Dimensions: Assesses contextual priority allocation, cross-problem interference resistance, and dynamic cognitive load management—capabilities not covered by existing benchmarks.
  • Identification of Overthinking Trap: Shows that excessive reasoning (overthinking) under multi-context pressure leads to performance degradation, a novel insight.
  • Training Technique Analysis: Demonstrates that models trained with 'long2short' techniques retain more single-problem accuracy under stress, suggesting a path to more robust models.
  • Cost-Efficiency: Reduces reliance on continuous human annotation by providing a reusable stress-testing paradigm.

Results

The paper reports that even state-of-the-art models like DeepSeek-R1 exhibit substantial performance degradation under REST. Crucially, REST reveals pronounced performance differences among models that show similar, near-ceiling performance on single-question evaluations. For instance, while DeepSeek-R1 achieves 97.0% on MATH500, its performance under stress testing drops significantly, highlighting the limitations of current benchmarks. The overthinking trap is identified as a critical factor, and models trained with long2short techniques outperform standard-trained counterparts under REST, preserving more accuracy.

Significance

REST establishes a new evaluation paradigm that better reflects real-world reasoning demands, where models must handle multiple contexts simultaneously. This could influence training objectives, encouraging methods like long2short to mitigate overthinking and improve robustness. The framework's cost-efficiency and future-proof nature make it a valuable tool for the AI community, potentially becoming a standard stress test for LRMs. By exposing hidden performance gaps, REST aids in selecting models for deployment and drives progress toward more reliable reasoning systems.