paper-with-me

Papers

Benchmarking Reasoning Robustness in Large Language Models

2025-03-06 · Tong Yu, Yongcheng Jing, Xikun Zhang, Wentao Jiang, Wenjie Wu, Yingjie Wang, Wenbin Hu, Bo Du, DaCheng Tao

Despite the recent success of large language models (LLMs) in reasoning such as DeepSeek, we for the first time identify a key dilemma in reasoning robustness and generalization: significant performance degradation on novel or incomplete data, suggesting a reliance on memorized patterns rather than systematic reasoning. Our closer examination reveals four key unique limitations underlying this issue:(1) Positional bias--models favor earlier queries in multi-query inputs but answering the wrong one in the latter (e.g., GPT-4o's accuracy drops from 75.8 percent to 72.8 percent); (2) Instruction sensitivity--performance declines by 5.0 to 7.5 percent in the Qwen2.5 Series and by 5.0 percent in DeepSeek-V3 with auxiliary guidance; (3) Numerical fragility--value substitution sharply reduces accuracy (e.g., GPT-4o drops from 97.5 percent to 82.5 percent, GPT-o1-mini drops from 97.5 percent to 92.5 percent); and (4) Memory dependence--models resort to guesswork when missing critical data. These findings further highlight the reliance on heuristic recall over rigorous logical inference, demonstrating challenges in reasoning robustness. To comprehensively investigate these robustness challenges, this paper introduces a novel benchmark, termed as Math-RoB, that exploits hallucinations triggered by missing information to expose reasoning gaps. This is achieved by an instruction-based approach to generate diverse datasets that closely resemble training distributions, facilitating a holistic robustness assessment and advancing the development of more robust reasoning frameworks. Bad character(s) in field Abstract.

📄 PDF Abstract BibTeX arXiv:2503.04550

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingMath

Similar Papers 제목 키워드 기반

I-RAVEN-X: Benchmarking Generalization and Robustness of Analogical and Mathematical Reasoning in Large Language and Reasoning Models

2025-10-20 · Giacomo Camposampiero, Michael Hersche, Roger Wattenhofer, Abu Sebastian 외 arxiv

We introduce I-RAVEN-X, a symbolic benchmark designed to evaluate generalization and robustness in analogical and mathematical reasoning for Large Language Models (LLMs) and Large Reasoning Models (LRMs). I-RAVEN-X exten…

Mathematical Reasoning

MathRobust-LV: Evaluation of Large Language Models' Robustness to Linguistic Variations in Mathematical Reasoning

2025-10-07 · Neeraja Kirtane, Yuvraj Khanna, Peter Relan arxiv

Large language models excel on math benchmarks, but their math reasoning robustness to linguistic variation is underexplored. While recent work increasingly treats high-difficulty competitions like the IMO as the gold st…

Mathematical Reasoning

RUPBench: Benchmarking Reasoning Under Perturbations for Robustness Evaluation in Large Language Models

2024-06-16 · Yuqing Wang, Yun Zhao

With the increasing use of large language models (LLMs), ensuring reliable performance in diverse, real-world environments is essential. Despite their remarkable achievements, LLMs often struggle with adversarial inputs,…

Benchmarking

ZNO-Eval: Benchmarking reasoning capabilities of large language models in Ukrainian

2025-01-12 · Mykyta Syromiatnikov, Victoria Ruvinskaya, Anastasiya Troynina

As the usage of large language models for problems outside of simple text understanding or generation increases, assessing their abilities and limitations becomes crucial. While significant progress has been made in this…

BenchmarkingMathMultiple-choice

Benchmarking MLLM-based Web Understanding: Reasoning, Robustness and Safety

2025-09-26 · Junliang Liu, Jingyu Xiao, Wenxin Tang, Zhixian Wang 외 arxiv

Multimodal large language models (MLLMs) are increasingly deployed as the core reasoning engine for web-facing systems, powering GUI agents and front-end automation that must interpret page structure, select actionable w…

Code Generation