CLMay 25, 2025

PATS: Process-Level Adaptive Thinking Mode Switching

arXiv:2505.19250v16 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses efficiency and performance imbalances in LLM inference, offering incremental improvements in adaptive reasoning.

The paper tackles the problem of large-language models using fixed reasoning strategies for all questions, which leads to inefficiency, by proposing PATS to dynamically adjust strategies based on step difficulty, achieving high accuracy with moderate token usage in mathematical benchmarks.

Current large-language models (LLMs) typically adopt a fixed reasoning strategy, either simple or complex, for all questions, regardless of their difficulty. This neglect of variation in task and reasoning process complexity leads to an imbalance between performance and efficiency. Existing methods attempt to implement training-free fast-slow thinking system switching to handle problems of varying difficulty, but are limited by coarse-grained solution-level strategy adjustments. To address this issue, we propose a novel reasoning paradigm: Process-Level Adaptive Thinking Mode Switching (PATS), which enables LLMs to dynamically adjust their reasoning strategy based on the difficulty of each step, optimizing the balance between accuracy and computational efficiency. Our approach integrates Process Reward Models (PRMs) with Beam Search, incorporating progressive mode switching and bad-step penalty mechanisms. Experiments on diverse mathematical benchmarks demonstrate that our methodology achieves high accuracy while maintaining moderate token usage. This study emphasizes the significance of process-level, difficulty-aware reasoning strategy adaptation, offering valuable insights into efficient inference for LLMs.

Code Implementations1 repo
Foundations

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

Your Notes